]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3588-edgeble-neu6: Enable FIT checksum validation
authorJonas Karlman <jonas@kwiboo.se>
Mon, 22 Apr 2024 06:28:59 +0000 (06:28 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 26 Apr 2024 07:47:05 +0000 (15:47 +0800)
commitf3f0b8c3575acae1e9adf3327bc77c9139e6ee0c
tree77e0b1ced8234024f24b209c82d7c7f490b89146
parent4c1722ffd15401c6c31c1352e2793ead6ace6a11
rockchip: rk3588-edgeble-neu6: Enable FIT checksum validation

Enable SPL_FIT_SIGNATURE=y and LEGACY_IMAGE_FORMAT=y to validate FIT
images checksum in SPL.

Change to SPL_MAX_SIZE=0x40000 to allow SPL up to 256 KiB in size.

Enable SPL_DM_SEQ_ALIAS=y and SPL_PINCTRL=y to ensure eMMC and SD-card
pinctrl is configured in SPL.

Enable SYS_NS16550_MEM32=y to use readl/writel in serial driver.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/neu6a-io-rk3588_defconfig
configs/neu6b-io-rk3588_defconfig