u-boot-brain/arch/arm
Siew Chin Lim 2dbcc037cc arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabled
Check CONFIG_SOCFPGA_SECURE_VAB_AUTH before perform 'is OS booted from FIT'
checking in board_prep_linux function. And, fix typo of
CONFIG_SOCFPGA_SECURE_VAB_AUTH_ALLOW_NON_FIT_IMAGE.

CONFIG_FIT will be enabled in both ATF and VAB boot flow, thus,
board_prep_linux function will always be called by both ATF and
VAB boot flow.

board_pre_linux function will do 'is OS booted from FIT' checking,
and it will be called before board_fit_image_post_process function.

VAB boot flow expects the OS is always booted from FIT and with VAB
signed cerfiticate because the VAB authentication is implemented in
board_fit_image_post_process function. So, VAB needs the 'is OS booted
from FIT' checking in board_pre_linux function.

However, for ATF boot flow, it is not a requirement that the OS must
always booted from FIT. The OS can be booted from individual Image and
kernel dtb file. Thus, we should not do 'if OS is booted from FIT'
checking in board_prep_linux function.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
2021-03-23 14:46:35 +08:00
..
cpu configs: fsl: move bootrom specific defines to Kconfig 2021-03-05 10:25:41 +05:30
dts - Add WATCHDOG_RESET() in MTD framework and STM32 QSPI driver 2021-03-15 08:43:19 -04:00
include configs: fsl: move bootrom specific defines to Kconfig 2021-03-05 10:25:41 +05:30
lib Merge branch '2021-02-02-drop-asm_global_data-when-unused' 2021-02-15 10:16:45 -05:00
mach-aspeed common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-at91 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-bcm283x common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-bcmstb
mach-cortina
mach-davinci common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-exynos common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-highbank common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mach-imx board: gateworks: imx8mm: Add Gateworks Venice board support 2021-03-03 14:15:02 +01:00
mach-integrator
mach-ipq40xx dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
mach-k3 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-keystone dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO 2021-02-21 06:08:00 +01:00
mach-kirkwood dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO 2021-02-21 06:08:00 +01:00
mach-lpc32xx dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() 2021-01-05 12:26:35 -07:00
mach-mediatek common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-meson ARM: mach-meson: select MMC_PWRSEQ config 2021-02-19 15:11:21 +08:00
mach-mvebu arm: mvebu: a38x: Remove dead code ARMADA_39X 2021-03-12 07:44:21 +01:00
mach-nexell common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-octeontx common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-octeontx2 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-omap2 arm: omap3: Compile s_init() function only when it is used 2021-03-03 04:12:46 +01:00
mach-orion5x common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-owl common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-qemu qemu: arm: Initialise virtio devices in board_late_init 2020-12-31 14:41:31 +01:00
mach-rmobile Merge branch '2021-02-02-drop-asm_global_data-when-unused' 2021-02-15 10:16:45 -05:00
mach-rockchip Merge branch '2021-02-02-drop-asm_global_data-when-unused' 2021-02-15 10:16:45 -05:00
mach-s5pc1xx common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
mach-snapdragon common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-socfpga arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabled 2021-03-23 14:46:35 +08:00
mach-sti
mach-stm32 treewide: Update email address Patrick Delaunay and Patrice Chotard 2020-12-09 10:57:50 +01:00
mach-stm32mp arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled 2021-03-12 10:58:55 +01:00
mach-sunxi dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO 2021-02-21 06:08:00 +01:00
mach-tegra common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-u8500 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mach-uniphier common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-versal common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-versatile
mach-zynq common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-zynqmp Xilinx changes for v2021.04-rc3 2021-02-23 10:45:55 -05:00
mach-zynqmp-r5 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
thumb1/include/asm/proc-armv
config.mk Makefile: Rename ALL-y to INPUTS-y 2020-07-28 19:30:39 -06:00
Kconfig arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64 2021-03-08 10:59:10 +08:00
Kconfig.debug
Makefile arm: octeontx2: Add support for OcteonTX2 SoC platforms 2020-08-25 08:01:16 +02:00