Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol
commitc05b1a66b320ab0341aae16c217316bec4092f5e
authorArthur Heymans <arthur@aheymans.xyz>
Fri, 22 Nov 2019 20:01:30 +0000 (22 21:01 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 25 Nov 2019 09:17:38 +0000 (25 09:17 +0000)
treeb85eb2b6c48ddb3c38604a55468e7f3608741801
parent689256797e0dc157046888f83bf64ae410df7f14
Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol

The romcc bootblock will be deprecated soon and most platforms use
C_ENVIRONMENT_BOOTBLOCK already. This patch drops the
CONFIG_C_ENVIRONMENT_BOOTBLOCK symbol and adds CONFIG_ROMCC_BOOTBLOCK
where needed.

Change-Id: I773a76aade623303b7cd95ebe9b0411e5a7ecbaf
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37154
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
47 files changed:
src/Kconfig
src/arch/arm/Kconfig
src/arch/arm64/Kconfig
src/arch/ppc64/Kconfig
src/arch/riscv/Kconfig
src/arch/x86/Kconfig
src/arch/x86/Makefile.inc
src/arch/x86/assembly_entry.S
src/arch/x86/bootblock_crt0.S
src/arch/x86/bootblock_romcc.S
src/arch/x86/car.ld
src/arch/x86/include/arch/cpu.h
src/arch/x86/memlayout.ld
src/console/Kconfig
src/cpu/intel/car/non-evict/cache_as_ram.S
src/cpu/intel/car/p3/cache_as_ram.S
src/cpu/intel/car/romstage.c
src/cpu/intel/microcode/Kconfig
src/cpu/intel/model_206ax/Kconfig
src/cpu/intel/slot_1/Kconfig
src/cpu/intel/socket_mPGA604/Kconfig
src/cpu/qemu-x86/Kconfig
src/cpu/x86/16bit/entry16.inc
src/cpu/x86/Kconfig
src/lib/Makefile.inc
src/northbridge/amd/agesa/Kconfig
src/northbridge/amd/pi/Kconfig
src/northbridge/intel/gm45/Kconfig
src/northbridge/intel/haswell/Kconfig
src/northbridge/intel/i945/Kconfig
src/northbridge/intel/nehalem/Kconfig
src/northbridge/intel/pineview/Kconfig
src/northbridge/intel/x4x/Kconfig
src/security/vboot/Kconfig
src/soc/amd/picasso/Kconfig
src/soc/amd/stoneyridge/Kconfig
src/soc/intel/apollolake/Kconfig
src/soc/intel/baytrail/Kconfig
src/soc/intel/braswell/Kconfig
src/soc/intel/broadwell/Kconfig
src/soc/intel/cannonlake/Kconfig
src/soc/intel/denverton_ns/Kconfig
src/soc/intel/icelake/Kconfig
src/soc/intel/quark/Kconfig
src/soc/intel/skylake/Kconfig
src/soc/intel/tigerlake/Kconfig
src/vendorcode/eltan/security/verified_boot/vboot_check.c