Re: [PATCH v10 11/16] rockchip: rk3066: add core support

2022-04-15 Thread Kever Yang
Hi Johan, https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/jobs/424188 $ KSYMLST=`mktemp`; KUSEDLST=`mktemp`; cat `find . -name "Kconfig*"` | sed -n -e 's/^\s*config *\([A-Za-z0-9_]*\).*$/CONFIG_\1/p' -e 's/^\s*menuconfig *\([A-Za-z0-9_]*\).*$/CONFIG_\1/p' | sort -u > $KSYMLST;

Re: [PATCH v10 11/16] rockchip: rk3066: add core support

2022-04-14 Thread Kever Yang
On 2022/4/11 09:29, Johan Jonker wrote: Add the core architecture code for the rk3066. Signed-off-by: Johan Jonker Reviewed-by: Kever Yang Thanks, - Kever --- arch/arm/include/asm/arch-rk3066/boot0.h | 8 +++ arch/arm/include/asm/arch-rk3066/gpio.h | 8 +++

[PATCH v10 11/16] rockchip: rk3066: add core support

2022-04-10 Thread Johan Jonker
Add the core architecture code for the rk3066. Signed-off-by: Johan Jonker --- arch/arm/include/asm/arch-rk3066/boot0.h | 8 +++ arch/arm/include/asm/arch-rk3066/gpio.h | 8 +++ arch/arm/include/asm/arch-rk3066/timer.h | 6 ++ arch/arm/mach-rockchip/Kconfig|