coreboot/src/arch/arm64
Julius Werner cd49cce7b7 coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
This patch is a raw application of

 find src/ -type f | xargs sed -i -e 's/IS_ENABLED\s*(CONFIG_/CONFIG(/g'

Change-Id: I6262d6d5c23cabe23c242b4f38d446b74fe16b88
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31774
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2019-03-08 08:33:24 +00:00
..
armv8 coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
include coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
arch_timer.c arm64: Add ARCH Timer 2018-04-30 06:25:58 +00:00
arm_tf.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
boot.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
div0.c
eabi_compat.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
fit_payload.c lib: Add FIT payload support 2018-06-19 18:10:05 +00:00
id.S
Kconfig arch/arm64: Add Kconfig to include BL31 as blob 2018-07-26 00:44:33 +00:00
Makefile.inc arm64: Factor out common parts of romstage execution flow 2018-08-17 21:29:46 +00:00
memcpy.S
memmove.S
memset.S
romstage.c arm64: Factor out common parts of romstage execution flow 2018-08-17 21:29:46 +00:00
tables.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
transition.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
transition_asm.S arm64: Drop checks for current exception level, hardcode EL3 assumption 2018-08-10 04:16:25 +00:00