diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-14 00:06:39 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-20 21:37:42 +0000 |
commit | c308f021d26156ad03bb3969a3b785616ca51b82 (patch) | |
tree | 210614ea87a04efdca241fa199f24ee7c464e88f /src/mainboard/amd/inagua/acpi | |
parent | c8d7c4834a6204fc32eb25a0955fe3c3f4ab60b9 (diff) |
AGESA,binaryPI boards: Drop unused variables in ASL
Change-Id: I1d1323ab8bb8565c05fd50697e29c61f9932a2c7
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50646
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/amd/inagua/acpi')
-rw-r--r-- | src/mainboard/amd/inagua/acpi/mainboard.asl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/amd/inagua/acpi/mainboard.asl b/src/mainboard/amd/inagua/acpi/mainboard.asl index 8c38cce45f..32ab6112e3 100644 --- a/src/mainboard/amd/inagua/acpi/mainboard.asl +++ b/src/mainboard/amd/inagua/acpi/mainboard.asl @@ -1,14 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* Data to be patched by the BIOS during POST */ -/* FIXME the patching is not done yet! */ -/* Memory related values */ -Name(LOMH, 0x0) /* Start of unused memory in C0000-E0000 range */ -Name(PBAD, 0x0) /* Address of BIOS area (If TOM2 != 0, Addr >> 16) */ -Name(PBLN, 0x0) /* Length of BIOS area */ - Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) /* Base address of PCIe config space */ -Name(HPBA, 0xFED00000) /* Base address of HPET table */ Scope(\_SI) { Method(_SST, 1) { |