rockchip: tpl: add arch_cpu_init()The arch_cpu_init() should be called for cpu early initfor tpl.Change-Id: I3aad0f284089d8523710a2d24daab44995fa148dSigned-off-by: Zhihuan He <huan.he@rock-chip
rockchip: tpl: add arch_cpu_init()The arch_cpu_init() should be called for cpu early initfor tpl.Change-Id: I3aad0f284089d8523710a2d24daab44995fa148dSigned-off-by: Zhihuan He <huan.he@rock-chips.com>
show more ...
rockchip: rk322x: update mmc base in boot infoCorrect sdmmc and emmc base addr for rk322x.Change-Id: I1a05fa5a477924c2ae829e7094f81766db41e95cSigned-off-by: Kever Yang <kever.yang@rock-chips.com>
rockchip: rk322x: arch_cpu_init: initial SGRF in SPLChange-Id: Ica512e2a3ca671b989a67b5302d21b701b7747ddSigned-off-by: Joseph Chen <chenjh@rock-chips.com>
rockchip: rk322x: fix GPIO1B2_UART21_SIN definition mistakeChange-Id: I0458b9a8242fa5f543c7426a9c8b262b468c4231Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
rockchip: rk322x: syscon: use dm_scan_fdt_dev() for bindSince usb phys are the subnodes of rk322 syscon node,we need to use dm_scan_fdt_dev() to scan the subnodes.Change-Id: Ife0d5d346953944952d
rockchip: rk322x: syscon: use dm_scan_fdt_dev() for bindSince usb phys are the subnodes of rk322 syscon node,we need to use dm_scan_fdt_dev() to scan the subnodes.Change-Id: Ife0d5d346953944952d5bb96441908573450763eSigned-off-by: William Wu <william.wu@rock-chips.com>
lib: optee_client: move CONFIG_OPTEE_V1/V2 definemove CONFIG_OPTEE_V1/V2 to lib/optee_clientApi/KconfigChange-Id: I446454547a186a27110aa95183264154fc538de9Signed-off-by: Hisping Lin <hisping.lin
lib: optee_client: move CONFIG_OPTEE_V1/V2 definemove CONFIG_OPTEE_V1/V2 to lib/optee_clientApi/KconfigChange-Id: I446454547a186a27110aa95183264154fc538de9Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driverClean the iomux definitions at grf_rk322x.h, and move them intopinctrl-driver for resolving the compiling error of redefini
rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driverClean the iomux definitions at grf_rk322x.h, and move them intopinctrl-driver for resolving the compiling error of redefinition.After that, define the uart2 iomux at rk322x-board file.Change-Id: If409e90706650de9fbe75b5c5fa47498cbbc79feSigned-off-by: David Wu <david.wu@rock-chips.com>Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
rk322x: enable OPTEE_V1 macrork322x can store data to secure storage.Change-Id: Idc1a33d7a86f08690ad77ae37f0cd706fd19cfa6Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
rockchip: rk322x: use common board fileChange-Id: If3ac0d99a96a784443e16112362fd54576a70c00Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
rockchip: make u-boot-tpl.its commonAll rockchip can re-use this its file.Change-Id: I75b5a5b2865d861bc6b746ad42491b5596d269ccSigned-off-by: Kever Yang <kever.yang@rock-chips.com>
rockchip: rk3229: add gva som board supportgva-rk3229 is a som based board design for Android Things project.Change-Id: I2e054407231a2549573d2302855c09b9795fddddSigned-off-by: Kever Yang <kever.
rockchip: rk3229: add gva som board supportgva-rk3229 is a som based board design for Android Things project.Change-Id: I2e054407231a2549573d2302855c09b9795fddddSigned-off-by: Kever Yang <kever.yang@rock-chips.com>
rk322x: add arch_cpu_init implementation1. pwm select rkpwm clock source;2. pwm0~3 io select;3. uart1~2 io select;4. HDMI phy clock source select HDMIPHY clock out;Change-Id: I7e59b4d50b2b10f1
rk322x: add arch_cpu_init implementation1. pwm select rkpwm clock source;2. pwm0~3 io select;3. uart1~2 io select;4. HDMI phy clock source select HDMIPHY clock out;Change-Id: I7e59b4d50b2b10f1b3a9d832eaa1297288ebfeffSigned-off-by: Joseph Chen <chenjh@rock-chips.com>
rockchip: rk322x: enable tpl supportMove original spl to tpl, and add spl to load next stage firmware,adapt all the address and option for them.Change-Id: I3fd2b8305ba8fa9ea687ab7f3fd1ffd2fac9ec
rockchip: rk322x: enable tpl supportMove original spl to tpl, and add spl to load next stage firmware,adapt all the address and option for them.Change-Id: I3fd2b8305ba8fa9ea687ab7f3fd1ffd2fac9ece6Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
rockchip: rk322x: add basic soc supportEnable soc support for SPL and U-boot skeleton.Signed-off-by: Kever Yang <kever.yang@rock-chips.com>Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma
rockchip: rk322x: add basic soc supportEnable soc support for SPL and U-boot skeleton.Signed-off-by: Kever Yang <kever.yang@rock-chips.com>Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>