mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Update defconfig for rk3328-orangepi-r1-plus boards with new defaults. Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. Add CONFIG_SPL_FIT_SIGNATURE=y to let SPL verify an auto generated hash of FIT images. This help indicate if there is an issue loading any of the images to DRAM or SRAM. Also add LEGACY_IMAGE_FORMAT=y to keep support for scripts. Remove SPL_I2C=y and SPL_PMIC_RK8XX=y, the related i2c and pmic nodes is not included in the SPL fdt. Add CMD_GPIO=y and CMD_REGULATOR=y to add the helpful gpio and regulator commands. Add ROCKCHIP_EFUSE=y and remove NET_RANDOM_ETHADDR=y, ethaddr and eth1addr is set based on cpuid read from eFUSE. Add SPL_DM_SEQ_ALIAS=y option to use alias sequence number in SPL. Add DM_ETH_PHY=y, PHY_GIGE=y, PHY_MOTORCOMM=y, PHY_REALTEK=y and remove &gmac2io to support reset of onboard ethernet PHYs. Also add DM_MDIO=y to ensure device tree props is used by motorcomm PHY driver. Add PHY_ROCKCHIP_INNO_USB2=y option to support the onboard USB PHY. Remove REGULATOR_PWM=y, the pwm-regulator compatible is not used. Add RNG_ROCKCHIP=y and DM_RNG=y options to support the onboard random generator. Also add missing device tree files to MAINTAINERS file. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Tianling Shen <cnsztl@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
68 lines
2.2 KiB
Text
68 lines
2.2 KiB
Text
EVB-RK3328
|
|
M: Kever Yang <kever.yang@rock-chips.com>
|
|
S: Maintained
|
|
F: board/rockchip/evb_rk3328
|
|
F: include/configs/evb_rk3328.h
|
|
F: configs/evb-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-evb.dts
|
|
F: arch/arm/dts/rk3328-evb-u-boot.dtsi
|
|
|
|
NANOPI-R2C-RK3328
|
|
M: Tianling Shen <cnsztl@gmail.com>
|
|
S: Maintained
|
|
F: configs/nanopi-r2c-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-nanopi-r2c.dts
|
|
F: arch/arm/dts/rk3328-nanopi-r2c-u-boot.dtsi
|
|
|
|
NANOPI-R2C-PLUS-RK3328
|
|
M: Tianling Shen <cnsztl@gmail.com>
|
|
S: Maintained
|
|
F: configs/nanopi-r2c-plus-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-nanopi-r2c-plus.dts
|
|
F: arch/arm/dts/rk3328-nanopi-r2c-plus-u-boot.dtsi
|
|
|
|
NANOPI-R2S-RK3328
|
|
M: David Bauer <mail@david-bauer.net>
|
|
S: Maintained
|
|
F: configs/nanopi-r2s-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi
|
|
F: arch/arm/dts/rk3328-nanopi-r2s.dts
|
|
|
|
ORANGEPI-R1-PLUS-RK3328
|
|
M: Tianling Shen <cnsztl@gmail.com>
|
|
S: Maintained
|
|
F: configs/orangepi-r1-plus-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-orangepi-r1-plus.dts
|
|
F: arch/arm/dts/rk3328-orangepi-r1-plus-u-boot.dtsi
|
|
|
|
ORANGEPI-R1-PLUS-LTS-RK3328
|
|
M: Tianling Shen <cnsztl@gmail.com>
|
|
S: Maintained
|
|
F: configs/orangepi-r1-plus-lts-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-orangepi-r1-plus-lts.dts
|
|
F: arch/arm/dts/rk3328-orangepi-r1-plus-lts-u-boot.dtsi
|
|
|
|
ROC-RK3328-CC
|
|
M: Loic Devulder <ldevulder@suse.com>
|
|
M: Chen-Yu Tsai <wens@csie.org>
|
|
R: Jonas Karlman <jonas@kwiboo.se>
|
|
S: Maintained
|
|
F: configs/roc-cc-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-roc-cc.dts
|
|
F: arch/arm/dts/rk3328-roc-cc-u-boot.dtsi
|
|
|
|
ROCK64-RK3328
|
|
M: Matwey V. Kornilov <matwey.kornilov@gmail.com>
|
|
R: Jonas Karlman <jonas@kwiboo.se>
|
|
S: Maintained
|
|
F: configs/rock64-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-rock64.dts
|
|
F: arch/arm/dts/rk3328-rock64-u-boot.dtsi
|
|
|
|
ROCKPIE-RK3328
|
|
M: Banglang Huang <banglang.huang@foxmail.com>
|
|
R: Jonas Karlman <jonas@kwiboo.se>
|
|
S: Maintained
|
|
F: configs/rock-pi-e-rk3328_defconfig
|
|
F: arch/arm/dts/rk3328-rock-pi-e.dts
|
|
F: arch/arm/dts/rk3328-rock-pi-e-u-boot.dtsi
|