summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron4-131/+131
2014-08-19ARM Packages: Removed trailing spacesRonald Cron25-217/+217
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin2-11/+7
2014-05-14ArmPlatformPkg/NorFlashDxe: Fixed LBA for FVBOlivier Martin2-6/+5
2014-05-08ArmPlatformPkg/Drivers/NorFlashDxe: Directly implement DiskIO protocolBrendan Jackman4-214/+399
2014-05-08ArmPlatformPkg/NorFlashDxe: Optimise FVB protocolHarry Liebel3-30/+237
2014-04-08ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime modeOlivier Martin4-5/+127
2014-04-08ArmPlatformPkg/NorFlashDxe: Fix coding mistakes that would prevent Runtime modeOlivier Martin4-50/+54
2014-04-08ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driverOlivier Martin1-2/+2
2013-12-10ARM Packages: Removed 'inline' keywordOlivier Martin1-5/+5
2013-10-21ArmPlatformPkg/PL180MciDxe: Fixed check for space in transmit FIFOOlivier Martin1-1/+1
2013-10-21ArmPlatformPkg/NorFlashDxe: Fix checking of return value of NorFlashWriteBloc...Roy Franz1-1/+1
2013-09-23LcdGraphicsOutputDxe: Update FrameBufferSize as per UEFI spec section 11.9Olivier Martin1-2/+10
2013-09-23ArmPlatformPkg/LcdGraphicsOutputDxe: Call LcdShutdown() on ExitBootServices()...Olivier Martin5-7/+17
2013-09-23LcdGraphicsOutputDxe: Fix BltVideoFill for non-32-bit architecturesOlivier Martin1-1/+1
2013-08-06ArmPlatformPkg/PL180MciDxe: Increased the TPL at the highest priority to disa...Olivier Martin1-0/+16
2013-06-19ArmPlatformPkg/PL011Uart: Ignore BAUD rate if Integral non-zeroOlivier Martin1-7/+5
2013-06-19ArmPlatformPkg/PL011Uart: Fixed conditionOlivier Martin1-1/+1
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin1-17/+21
2013-04-14ArmPlatformPkg/NorFlashDxe: Make the driver more compliant with the UEFI spec...oliviermartin2-12/+21
2013-04-14ArmPlatformPkg/PL011Uart: Added support for default BaudRateoliviermartin2-11/+19
2013-03-12ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit valueoliviermartin1-1/+1
2013-03-12ArmPlatformPkg/NorFlashDxe: Fixed BufferSize calculation in NorFlashWriteSing...oliviermartin1-1/+1
2013-01-28ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin2-5/+5
2013-01-25ARM Packages: Fixed line endingsoliviermartin14-4717/+4717
2012-09-26ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be ...oliviermartin1-3/+0
2012-08-03ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite()oliviermartin1-2/+2
2012-08-02ArmPlatformPkg/PL180MciDxe: Clean codeoliviermartin1-42/+13
2012-08-02ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is ...oliviermartin1-3/+5
2012-08-02ArmPlatformPkg/PL180MciDxe: Fixed coding styleoliviermartin2-169/+208
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin1-0/+2
2012-05-02EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin1-16/+15
2012-05-02ArmPlatformPkg/PL35xSmc: Added function PL35xSmcSetRefresholiviermartin2-4/+19
2012-05-02ArmPlatformPkg: Removed the 'Identify' functionsoliviermartin2-65/+3
2012-03-26ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from ...oliviermartin2-39/+8
2012-03-26ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin1-44/+43
2012-02-29ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin2-173/+400
2012-02-28ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin5-349/+353
2012-02-28ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin2-0/+139
2012-02-28ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2)oliviermartin2-0/+185
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin5-7/+8
2012-02-27ArmPlatformPkg/SP804TimerDxe: Move 'gVector' initialization earlier in the codeoliviermartin1-1/+4
2011-12-14ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROT...oliviermartin1-1/+1
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin1-11/+9
2011-09-01EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin1-19/+26
2011-08-15EmbeddedPkg/MmcDxe: Fix the indexes in the response arrayoliviermartin2-6/+5
2011-07-01ArmPlatformPkg: Fix buildsoliviermartin6-10/+8
2011-07-01ArmPlatformPkg/PL34xDmc: Remove DMC base address from the DMC configurationoliviermartin1-10/+16
2011-07-01ArmPlatformPkg/PL35xSmc: Clean SMC driver to replace hardcoded Chip Select in...oliviermartin2-285/+41
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin12-0/+1628