ArmPkg/BdsLib: Remove Linux loader from BdsLib
This change removes the embedded Linux Loder from BdsLib. BdsLib becomes OS agnostic. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <Olivier.Martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17969 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
0ead5ec47d
commit
c75d3eb6be
@@ -25,15 +25,6 @@
|
||||
BdsAppLoader.c
|
||||
BdsHelper.c
|
||||
BdsLoadOption.c
|
||||
BdsLinuxFdt.c
|
||||
|
||||
[Sources.ARM]
|
||||
Arm/BdsLinuxLoader.c
|
||||
Arm/BdsLinuxAtag.c
|
||||
|
||||
[Sources.AARCH64]
|
||||
AArch64/BdsLinuxLoader.c
|
||||
AArch64/BdsLinuxLoaderHelper.S
|
||||
|
||||
[Packages]
|
||||
EmbeddedPkg/EmbeddedPkg.dec
|
||||
@@ -44,26 +35,16 @@
|
||||
|
||||
[LibraryClasses]
|
||||
ArmLib
|
||||
ArmSmcLib
|
||||
BaseLib
|
||||
DebugLib
|
||||
DevicePathLib
|
||||
HobLib
|
||||
PcdLib
|
||||
PerformanceLib
|
||||
SerialPortLib
|
||||
FdtLib
|
||||
TimerLib
|
||||
NetLib
|
||||
|
||||
[LibraryClasses.AARCH64]
|
||||
ArmGicLib
|
||||
|
||||
[Guids]
|
||||
gEfiFileInfoGuid
|
||||
gArmMpCoreInfoGuid
|
||||
gArmGlobalVariableGuid
|
||||
gFdtTableGuid
|
||||
|
||||
[Protocols]
|
||||
gEfiBdsArchProtocolGuid
|
||||
@@ -82,27 +63,8 @@
|
||||
gEfiMtftp4ServiceBindingProtocolGuid
|
||||
gEfiMtftp4ProtocolGuid
|
||||
|
||||
[FeaturePcd]
|
||||
gArmTokenSpaceGuid.PcdArmLinuxSpinTable
|
||||
|
||||
[Pcd]
|
||||
gArmTokenSpaceGuid.PcdSystemMemoryBase
|
||||
gArmTokenSpaceGuid.PcdSystemMemorySize
|
||||
|
||||
[FixedPcd]
|
||||
gArmTokenSpaceGuid.PcdArmMachineType
|
||||
gArmTokenSpaceGuid.PcdArmLinuxFdtMaxOffset
|
||||
gArmTokenSpaceGuid.PcdArmLinuxFdtAlignment
|
||||
gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset
|
||||
|
||||
gArmTokenSpaceGuid.PcdMaxTftpFileSize
|
||||
|
||||
[FixedPcd.ARM]
|
||||
gArmTokenSpaceGuid.PcdArmLinuxAtagMaxOffset
|
||||
|
||||
[Pcd.AARCH64]
|
||||
gArmTokenSpaceGuid.PcdGicDistributorBase
|
||||
gArmTokenSpaceGuid.PcdGicSgiIntId
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
Reference in New Issue
Block a user