diff options
author | Ashish Singhal <ashishsingha@nvidia.com> | 2019-11-04 10:49:31 -0700 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-11-07 12:54:53 +0100 |
commit | 601a18bf08ca815544b2223208b437a83fba6858 (patch) | |
tree | e1240d53255488b08753b8fa31101da31d6f078c /EmbeddedPkg/EmbeddedPkg.dec | |
parent | 3a63c17ebc853cbb27d190729d01e27f68e65b94 (diff) | |
download | edk2-601a18bf08ca815544b2223208b437a83fba6858.tar.gz |
EmbeddedPkg/DtPlatformDxe: Add DT/ACPI Default Flexibility
Add a PCD to govern whether to use DT or ACPI in case the
variable governing this is not found or is not valid.
Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dec')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index bbaadc5a17..8812a6db7c 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -185,3 +185,8 @@ # truncation on overflow to specify negative offsets.
#
gEmbeddedTokenSpaceGuid.PcdDmaDeviceOffset|0x0|UINT64|0x0000058
+
+ #
+ # Selection between DT and ACPI as a default
+ #
+ gEmbeddedTokenSpaceGuid.PcdDefaultDtPref|TRUE|BOOLEAN|0x0000059
|