summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe
AgeCommit message (Expand)AuthorFilesLines
2021-01-04ArmPlatformPkg: Fix Ecc error 8005Pierre Gondois2-48/+48
2020-12-09ArmPlatformPkg: Fix Ecc error 10014 in LcdGraphicsOutputDxePierre Gondois1-2/+3
2020-12-09ArmPlatformPkg: Fix Ecc error 5007 in LcdGraphicsOutputDxePierre Gondois2-8/+12
2020-03-04ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependencyArd Biesheuvel1-0/+1
2019-04-09ArmPlatformPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-28/+4
2018-04-23ArmPlatformPkg: Tidy Lcd code: Updated commentsGirish Pathak1-12/+8
2018-04-23ArmPlatformPkg: Tidy Lcd code: Coding standardGirish Pathak2-96/+105
2017-12-12ArmPlatformPkg: remove old PL111/HdLcd driver codeArd Biesheuvel6-615/+0
2017-12-12ArmPlatformPkg: create hw-agnostic LcdGraphicsOutputDxe driverArd Biesheuvel2-20/+55
2017-12-08ArmPlatformPkg/LcdGraphicsOutputDxe: move headers into driver directoryArd Biesheuvel4-4/+240
2017-12-04ArmPlatformPkg/LcdGraphicsOutputDxe: remove VExpressPkg dependencyArd Biesheuvel2-2/+0
2015-09-04ArmPlatformPkg/HdLcd: add missing LcdIdentify()Ard Biesheuvel1-0/+8
2015-08-25ArmPlatformPkg/LcdGraphicsOutputDxe: check PrimeCell ID before initializingArd Biesheuvel3-1/+28
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron2-129/+129
2014-08-19ARM Packages: Removed trailing spacesRonald Cron2-10/+10
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin1-6/+4
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-03-12ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit valueoliviermartin1-1/+1
2013-01-28ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin1-2/+2
2013-01-25ARM Packages: Fixed line endingsoliviermartin3-1314/+1314
2012-05-02ArmPlatformPkg: Removed the 'Identify' functionsoliviermartin1-33/+2
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...oliviermartin2-3/+3
2011-12-14ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROT...oliviermartin1-1/+1
2011-07-01ArmPlatformPkg: Fix buildsoliviermartin4-7/+5
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin3-9/+2
2011-06-11ArmPlatformPkg: Add support for PL111 Lcd driveroliviermartin5-0/+1588