Jonathan Neuschäfer has uploaded a new patch set (#2). ( https://review.coreboot.org/21112 )
Change subject: arch/x86/Kconfig: Add deprecation warning to LATE_CBMEM_INIT's help text ......................................................................
arch/x86/Kconfig: Add deprecation warning to LATE_CBMEM_INIT's help text
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/
Arguably, extending the help text of CONFIG_LATE_CBMEM_INIT isn't very useful because neither menuconfig nor nconfig show it for options without a prompt. Therefore, I added warning to the mainboard menu.
Change-Id: I2d21a6ab2fc2811d44fc4febb05841bb2f8d1857 Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- M src/arch/x86/Kconfig M src/mainboard/Kconfig 2 files changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/21112/2