summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Drivers
Commit message (Expand)AuthorAgeFilesLines
...
* ArmPlatformPkg: PL061 - drop pointless initialize functionLeif Lindholm2016-02-261-26/+1
* ArmPlatformPkg: PL061 - only initialize on protocol loadLeif Lindholm2016-02-261-33/+7
* ArmPlatformPkg: PL061 - reformat copyright statement.Leif Lindholm2016-02-261-3/+3
* ArmPlatformPkg: Rectify file modesEvan Lloyd2016-02-027-0/+0
* ArmPlatformPkg: NorFlashDxe: mellow DEBUG messages about flash reinitLaszlo Ersek2015-10-161-6/+13
* ArmPlatformPkg/HdLcd: add missing LcdIdentify()Ard Biesheuvel2015-09-041-0/+8
* ArmPlatformPkg/LcdGraphicsOutputDxe: check PrimeCell ID before initializingArd Biesheuvel2015-08-253-1/+28
* ArmPlatformPkg/PL180MciDxe: check PrimeCell ID before initializingArd Biesheuvel2015-08-252-0/+33
* ArmPlatformPkg: Use the merged Variable driverStar Zeng2015-07-011-2/+3
* ArmPlatformPkg: enable use of authenticated variables in NorFlashDxeArd Biesheuvel2015-05-076-2/+119
* ArmPlatformPkg: detect correct pl011 fifo depthLeif Lindholm2015-01-231-2/+5
* ArmPkg/NorFlashDxe : Fix the check of flash addressesRonald Cron2015-01-231-11/+2
* EmbeddedPkg: Clarify the declaration of SerialPortGetControl()Ronald Cron2014-10-271-17/+29
* EmbeddedPkg: Clarify the declaration of SerialPortSetControl()Ronald Cron2014-10-271-23/+45
* ArmPlatformPkg/NorFlashDxe: use MmioWrite () not memory storesArd Biesheuvel2014-09-161-1/+1
* ArmPlatformPkg/NorFlashDxe: Clean the driverOlivier Martin2014-08-262-26/+14
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-264-131/+131
* ARM Packages: Removed trailing spacesRonald Cron2014-08-1925-217/+217
* ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin2014-06-202-11/+7
* ArmPlatformPkg/NorFlashDxe: Fixed LBA for FVBOlivier Martin2014-05-142-6/+5
* ArmPlatformPkg/Drivers/NorFlashDxe: Directly implement DiskIO protocolBrendan Jackman2014-05-084-214/+399
* ArmPlatformPkg/NorFlashDxe: Optimise FVB protocolHarry Liebel2014-05-083-30/+237
* ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime modeOlivier Martin2014-04-084-5/+127
* ArmPlatformPkg/NorFlashDxe: Fix coding mistakes that would prevent Runtime modeOlivier Martin2014-04-084-50/+54
* ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driverOlivier Martin2014-04-081-2/+2
* ARM Packages: Removed 'inline' keywordOlivier Martin2013-12-101-5/+5
* ArmPlatformPkg/PL180MciDxe: Fixed check for space in transmit FIFOOlivier Martin2013-10-211-1/+1
* ArmPlatformPkg/NorFlashDxe: Fix checking of return value of NorFlashWriteBloc...Roy Franz2013-10-211-1/+1
* LcdGraphicsOutputDxe: Update FrameBufferSize as per UEFI spec section 11.9Olivier Martin2013-09-231-2/+10
* ArmPlatformPkg/LcdGraphicsOutputDxe: Call LcdShutdown() on ExitBootServices()...Olivier Martin2013-09-235-7/+17
* LcdGraphicsOutputDxe: Fix BltVideoFill for non-32-bit architecturesOlivier Martin2013-09-231-1/+1
* ArmPlatformPkg/PL180MciDxe: Increased the TPL at the highest priority to disa...Olivier Martin2013-08-061-0/+16
* ArmPlatformPkg/PL011Uart: Ignore BAUD rate if Integral non-zeroOlivier Martin2013-06-191-7/+5
* ArmPlatformPkg/PL011Uart: Fixed conditionOlivier Martin2013-06-191-1/+1
* EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin2013-05-151-17/+21
* ArmPlatformPkg/NorFlashDxe: Make the driver more compliant with the UEFI spec...oliviermartin2013-04-142-12/+21
* ArmPlatformPkg/PL011Uart: Added support for default BaudRateoliviermartin2013-04-142-11/+19
* ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit valueoliviermartin2013-03-121-1/+1
* ArmPlatformPkg/NorFlashDxe: Fixed BufferSize calculation in NorFlashWriteSing...oliviermartin2013-03-121-1/+1
* ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin2013-01-282-5/+5
* ARM Packages: Fixed line endingsoliviermartin2013-01-2514-4717/+4717
* ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be ...oliviermartin2012-09-261-3/+0
* ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite()oliviermartin2012-08-031-2/+2
* ArmPlatformPkg/PL180MciDxe: Clean codeoliviermartin2012-08-021-42/+13
* ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is ...oliviermartin2012-08-021-3/+5
* ArmPlatformPkg/PL180MciDxe: Fixed coding styleoliviermartin2012-08-022-169/+208
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-0/+2
* EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin2012-05-021-16/+15
* ArmPlatformPkg/PL35xSmc: Added function PL35xSmcSetRefresholiviermartin2012-05-022-4/+19
* ArmPlatformPkg: Removed the 'Identify' functionsoliviermartin2012-05-022-65/+3