diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-11-20 11:14:45 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-11-26 10:58:33 +0000 |
commit | fc82cfc24c157df0bc6f5cc5105bd301682b32cc (patch) | |
tree | d481d2d8d447379c581cc11a2e6ced11e53ae9e7 /ArmPkg/ArmPkg.dec | |
parent | 34b17101ef91a16afea446318ed05e0ee530c570 (diff) | |
download | edk2-fc82cfc24c157df0bc6f5cc5105bd301682b32cc.tar.gz |
ArmPkg: remove BdsLib and remaining ARM BDS related PCDs
With the last user FdtPlatformDxe removed, we can finally get rid of the
last bit of ARM BDS related cruft.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/ArmPkg.dec')
-rw-r--r-- | ArmPkg/ArmPkg.dec | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ArmPkg/ArmPkg.dec b/ArmPkg/ArmPkg.dec index f3fb77c16f..5dbd019e29 100644 --- a/ArmPkg/ArmPkg.dec +++ b/ArmPkg/ArmPkg.dec @@ -114,14 +114,6 @@ gArmTokenSpaceGuid.PcdL2x0ControllerBase|0|UINT32|0x0000001B
#
- # BdsLib
- #
- # The compressed Linux kernel is expected to be under 128MB from the beginning of the System Memory
- gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x08000000|UINT32|0x0000001F
- # Maximum file size for TFTP servers that do not support 'tsize' extension
- gArmTokenSpaceGuid.PcdMaxTftpFileSize|0x01000000|UINT32|0x00000000
-
- #
# ARM Normal (or Non Secure) Firmware PCDs
#
gArmTokenSpaceGuid.PcdFdSize|0|UINT32|0x0000002C
|