mirror of https://github.com/acidanthera/audk.git
Remove unused L2 controller PCD from platform files.
Only the Cortex A9 based platforms have an external L2 controller. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14269 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1a7b6d9ea2
commit
faf74130d6
|
@ -128,11 +128,6 @@
|
|||
gArmTokenSpaceGuid.PcdGicDistributorBase|0x10041000
|
||||
gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x10040000
|
||||
|
||||
#
|
||||
# ARM L2x0 PCDs
|
||||
#
|
||||
gArmTokenSpaceGuid.PcdL2x0ControllerBase|0x1F002000
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
|
|
@ -151,11 +151,6 @@
|
|||
gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
|
||||
gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
|
||||
|
||||
#
|
||||
# ARM L2x0 PCDs
|
||||
#
|
||||
gArmTokenSpaceGuid.PcdL2x0ControllerBase|0x1E00A000
|
||||
|
||||
#
|
||||
# ARM Architectual Timer Frequency
|
||||
#
|
||||
|
|
|
@ -153,11 +153,6 @@
|
|||
gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
|
||||
gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
|
||||
|
||||
#
|
||||
# ARM L2x0 PCDs
|
||||
#
|
||||
gArmTokenSpaceGuid.PcdL2x0ControllerBase|0x1E00A000
|
||||
|
||||
#
|
||||
# ARM Architectual Timer Frequency
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue