audk/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe
oliviermartin 3f305c063a ArmPlatformPkg: Removed the 'Identify' functions
This function was introduced in some drivers to check if the ARM controller
was present in the memory map.
It was using a 8 bit access to get the value from the Identification registers.
These accesses could generate access error on some buses. Instead of replacing
the 8bit access by a 32bit access, these fcuntions have been removed because
they are only useful when the boot firmware is ported on a new platform.

Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13247 6f19259b-4bc3-4df7-8a09-765794883524
2012-05-02 19:52:49 +00:00
..
HdLcd.c ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2) 2012-02-28 17:13:30 +00:00
HdLcdGraphicsOutputDxe.inf ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2) 2012-02-28 17:13:30 +00:00
LcdGraphicsOutputBlt.c ArmPlatformPkg: Fix builds 2011-07-01 19:51:48 +00:00
LcdGraphicsOutputDxe.c ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROTOCOL and EFI_EDID_ACTIVE_PROTOCOL 2011-12-14 10:35:04 +00:00
LcdGraphicsOutputDxe.h ArmPlatformPkg: Fix builds 2011-07-01 19:51:48 +00:00
PL111Lcd.c ArmPlatformPkg: Removed the 'Identify' functions 2012-05-02 19:52:49 +00:00
PL111LcdGraphicsOutputDxe.inf ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings) 2012-02-28 17:11:42 +00:00