arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
commit513a1a81f778b9fddbb55a36a38b2dd855215327
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Sun, 3 Jun 2018 09:29:50 +0000 (3 12:29 +0300)
committerPatrick Georgi <pgeorgi@google.com>
Sat, 22 Dec 2018 11:48:37 +0000 (22 11:48 +0000)
treedd63ac840d855d65222f988e8dc1d8e5fa136df7
parent8616442150f6a4777ccad9c5b29b8bbfa4be5067
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT

Remove all cases in code where we tested for
EARLY_CBMEM_INIT or LATE_CBMEM_INIT being set.

This also removes all references to LATE_CBMEM_INIT
in comments.

Change-Id: I4e47fb5c8a947d268f4840cfb9c0d3596fb9ab39
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/26827
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
15 files changed:
src/arch/x86/car.ld
src/arch/x86/cbmem.c
src/arch/x86/include/arch/cpu.h
src/arch/x86/postcar_loader.c
src/console/init.c
src/include/cbmem.h
src/include/console/cbmem_console.h
src/include/timestamp.h
src/lib/Makefile.inc
src/lib/cbmem_common.c
src/lib/cbmem_console.c
src/lib/hardwaremain.c
src/lib/imd_cbmem.c
src/lib/prog_loaders.c
src/lib/timestamp.c