diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/Kconfig | 8 |
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 |