summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from ...oliviermartin2012-03-262-39/+8
* ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin2012-03-261-44/+43
* ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin2012-02-292-173/+400
* ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin2012-02-285-349/+353
* ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin2012-02-282-0/+139
* ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2)oliviermartin2012-02-282-0/+185
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-285-7/+8
* ArmPlatformPkg/SP804TimerDxe: Move 'gVector' initialization earlier in the codeoliviermartin2012-02-271-1/+4
* ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROT...oliviermartin2011-12-141-1/+1
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-221-11/+9
* EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin2011-09-011-19/+26
* EmbeddedPkg/MmcDxe: Fix the indexes in the response arrayoliviermartin2011-08-152-6/+5
* ArmPlatformPkg: Fix buildsoliviermartin2011-07-016-10/+8
* ArmPlatformPkg/PL34xDmc: Remove DMC base address from the DMC configurationoliviermartin2011-07-011-10/+16
* ArmPlatformPkg/PL35xSmc: Clean SMC driver to replace hardcoded Chip Select in...oliviermartin2011-07-012-285/+41
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-0112-0/+1628
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-0110-113/+95
* ArmPlatformPkg: Add PL061 GPIO driveroliviermartin2011-06-112-0/+396
* ArmPlatformPkg: Add SP805 Watchdog supportoliviermartin2011-06-112-0/+500
* ArmPlatformPkg/SP804TimerDxe: Replaced Interrupt number #define by a PCDoliviermartin2011-06-112-1/+2
* ArmPlatformPkg/NorFlashDxe: Update copyright dateoliviermartin2011-06-111-1/+1
* ArmPlatformPkg: Add support for PL111 Lcd driveroliviermartin2011-06-115-0/+1588
* ArmPlatformPkg/NorFlashDxe: Move NorFlash driver from ArmVExpressPkg to ArmPl...oliviermartin2011-06-035-0/+2138
* ArmPlatformPkg/SP804Timer: Introduce gArmPlatformTokenSpaceGuid.PcdSP804Frequ...oliviermartin2011-06-032-0/+2
* ArmPlatformPkg/SP804Timer: Remove the SP810 System Controller dependencyoliviermartin2011-06-031-11/+5