diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-06-03 14:10:06 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-06-14 07:25:29 +0000 |
commit | 3414f6035b5af0ef004742f0ba91fbad266a6162 (patch) | |
tree | 33eb6a05d1348535c3b5422b20882ab47cc96bb8 /src/northbridge | |
parent | 58175c701027a7b534b714d6f6fc228de8432b96 (diff) | |
download | coreboot-3414f6035b5af0ef004742f0ba91fbad266a6162.tar.xz |
AGESA binaryPI: Drop RAMBASE and RAMTOP
With platforms moved to RELOCATABLE_RAMSTAGE, these
overrides no longer have a meaning.
Overrides existed because AGESA ramstage did not fit within
the default 1 MiB of RAMTOP - RAMBASE, when placed low.
Change-Id: I0185875dc550de74877c94f36128d5979e5553d6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26813
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/agesa/Kconfig | 4 | ||||
-rw-r--r-- | src/northbridge/amd/pi/Kconfig | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/northbridge/amd/agesa/Kconfig b/src/northbridge/amd/agesa/Kconfig index 4bf1d472b8..e1e129a97d 100644 --- a/src/northbridge/amd/agesa/Kconfig +++ b/src/northbridge/amd/agesa/Kconfig @@ -35,8 +35,4 @@ config HEAP_SIZE hex default 0xc0000 -config RAMTOP - hex - default 0x400000 - endif # NORTHBRIDGE_AMD_AGESA diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig index 7da2ae9e64..a1cb58d4fa 100644 --- a/src/northbridge/amd/pi/Kconfig +++ b/src/northbridge/amd/pi/Kconfig @@ -53,16 +53,8 @@ config HW_MEM_HOLE_SIZE_AUTO_INC bool default n -config RAMTOP - hex - default 0x1000000 - config HEAP_SIZE hex default 0xc0000 -config RAMBASE - hex - default 0x200000 - endif # NORTHBRIDGE_AMD_PI |