mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 04:04:44 +08:00
18fb23b131
Enable OF_UPSTREAM to use upstream DT and add renesas/ prefix to the DEFAULT_DEVICE_TREE and OF_LIST. And thereby directly build DTB from dts/upstream/src/ including *-u-boot.dtsi files from arch/$(ARCH)/dts/ directory. The configuration update has been done using the following script: ``` sed -i '/^CONFIG_DEFAULT_DEVICE_TREE/ s@="@&renesas/@' `git grep -li renesas configs` sed -i '/^CONFIG_OF_LIST/ s@r8a@renesas/&@g' `git grep -li renesas configs` ``` There are SoCs which are not included in this patch. The 32bit SoCs require further infrastructure work. R8A779H0 is coming during the next upstream DT synchronization cycle as it is not included in current upstream DTs yet. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Adam Ford <aford173@gmail.com> # Beacon boards Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
CONFIG_ARM=y
|
|
CONFIG_COUNTER_FREQUENCY=16666666
|
|
CONFIG_SYS_INIT_SP_BSS_OFFSET=1048576
|
|
CONFIG_ARCH_CPU_INIT=y
|
|
CONFIG_ARCH_RENESAS=y
|
|
CONFIG_TEXT_BASE=0x50000000
|
|
CONFIG_SYS_MALLOC_LEN=0x4000000
|
|
CONFIG_SYS_MALLOC_F_LEN=0x80000
|
|
CONFIG_ENV_SIZE=0x20000
|
|
CONFIG_ENV_OFFSET=0xFFFE0000
|
|
CONFIG_DM_GPIO=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="renesas/r9a07g044l2-smarc"
|
|
CONFIG_RZG2L=y
|
|
CONFIG_SYS_MONITOR_LEN=1048576
|
|
CONFIG_SYS_LOAD_ADDR=0x58000000
|
|
CONFIG_REMAKE_ELF=y
|
|
CONFIG_FIT=y
|
|
CONFIG_SUPPORT_RAW_INITRD=y
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_SYS_PBSIZE=2068
|
|
# CONFIG_BOARD_EARLY_INIT_F is not set
|
|
CONFIG_SYS_MALLOC_BOOTPARAMS=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_CMD_CLK=y
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_PART=y
|
|
CONFIG_CMD_PMIC=y
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_EXT4=y
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_MULTI_DTB_FIT_LZO=y
|
|
CONFIG_MULTI_DTB_FIT_USER_DEFINED_AREA=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_SYS_MMC_ENV_PART=2
|
|
CONFIG_VERSION_VARIABLE=y
|
|
CONFIG_REGMAP=y
|
|
CONFIG_CLK=y
|
|
CONFIG_CLK_RENESAS=y
|
|
# CONFIG_CLK_RCAR_GEN3 is not set
|
|
CONFIG_GPIO_HOG=y
|
|
CONFIG_DM_I2C=y
|
|
CONFIG_MMC_IO_VOLTAGE=y
|
|
CONFIG_MMC_UHS_SUPPORT=y
|
|
CONFIG_MMC_HS400_SUPPORT=y
|
|
CONFIG_DM_PMIC=y
|
|
CONFIG_PMIC_RAA215300=y
|
|
CONFIG_DM_REGULATOR=y
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
|
CONFIG_DM_REGULATOR_GPIO=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_SYSRESET_RAA215300=y
|