u-boot-brain/arch/arm/mach-imx/imx8
Leonard Crestez 6fcb2ee783 imx8: Replace SC_R_LAST with SC_R_NONE in DTB
We are currently using SC_R_LAST as a marker for imx8 power domain tree
nodes without a resource attached. This value is compiled into dtb as
part of the linux build and used by uboot.

The SC_R_LAST constant changes frequently as SCFW resources are added
(by design) and every time we need to update linux and uboot headers
together or boot can fail.

Fix this by replacing SC_R_LAST usage with a new constant SC_R_NONE
defined to be 0xFFF0.

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2020-05-10 20:55:20 +02:00
..
ahab.c imx8: ahab: fix some bad debug message formating 2020-05-01 13:46:22 +02:00
clock.c imx8: add dummy clock 2018-10-22 12:59:01 +02:00
cpu.c imx8: Replace SC_R_LAST with SC_R_NONE in DTB 2020-05-10 20:55:20 +02:00
fdt.c imx8: fdt: add optee node 2019-10-08 16:35:59 +02:00
image.c spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation 2020-03-09 08:33:16 +08:00
iomux.c imx8: add iomux configuration api 2018-10-22 12:59:01 +02:00
Kconfig imx8: Configure SNVS 2020-05-01 13:46:22 +02:00
lowlevel_init.S imx8: save args passed from ATF 2019-10-08 16:35:59 +02:00
Makefile imx8: Configure SNVS 2020-05-01 13:46:22 +02:00
misc.c imx8: move SIP macro to common header 2020-05-01 13:46:21 +02:00
parse-container.c imx8: parser: fix some bad debug message formating 2020-05-01 13:46:22 +02:00
snvs_security_sc.c imx8: Configure SNVS 2020-05-01 13:46:22 +02:00