aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2017-09-02 19:22:18 +0200
committerMartin Roth <martinroth@google.com>2017-09-06 04:43:53 +0000
commit78fc3fc1057b5b0d42d3446f6e22fa03fbc1a4e4 (patch)
tree8c69671568eae34fb67b4d2058d28b8b92fa1c6f /src/arch
parent250272340bcc2132d6af42c4f2761526890f6bf4 (diff)
arch/x86/Kconfig: Add deprecation warnings for LATE_CBMEM_INIT
The deprecation of late (post-romstage) CBMEM initialization was announced in this blog post: https://blogs.coreboot.org/blog/2017/05/08/announcing-coreboot-4-6/ There are two warnings: * In LATE_CBMEM_INIT's help text, I've added a multi-line warning, that aims to explain the problem. * In src/mainboard/Kconfig (just below the mainboard selection), there's a warning which points the user at LATE_CBMEM_INIT, if such a board is selected. Also update the function that needs to be implemented, as pointed out by Keith Hui and Kyösti Mälkki. Change-Id: I2d21a6ab2fc2811d44fc4febb05841bb2f8d1857 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/21112 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index dbfb8810c5..726fa31f71 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -122,8 +122,12 @@ config LATE_CBMEM_INIT
select CBMEM_TOP_BACKUP
help
Enable this in chipset's Kconfig if northbridge does not implement
- early get_top_of_ram() call for romstage. CBMEM tables will be
- allocated late in ramstage, after PCI devices resources are known.
+ early cbmem_top() call for romstage. CBMEM tables will be allocated
+ late in ramstage, after PCI devices resources are known.
+
+ WARNING: Late CBMEM initialization is deprecated. Platforms that
+ don't support early CBMEM initialization will be removed after
+ the release of coreboot 4.7.
config PRERAM_CBMEM_CONSOLE_SIZE
hex