[PATCH v1 4/5] rockchip: Add rk3568 architecture core

Kever Yang kever.yang at rock-chips.com
Thu Jun 3 12:15:32 CEST 2021


Hi Peter

On 2021/6/2 下午7:51, Peter Robinson wrote:
> On Wed, Jun 2, 2021 at 12:47 PM Joseph Chen <chenjh at rock-chips.com> wrote:
>> RK3568 is a high-performance and low power quad-core application
>> processor designed for personal mobile internet device and AIoT
>> equipments.
>>
>> Signed-off-by: Joseph Chen <chenjh at rock-chips.com>
>> ---
>>
>>   arch/arm/include/asm/arch-rk3568/boot0.h      |  11 +
>>   arch/arm/include/asm/arch-rk3568/gpio.h       |  11 +
>>   .../include/asm/arch-rockchip/grf_rk3568.h    | 369 ++++++++++++++++++
>>   arch/arm/mach-rockchip/Kconfig                |  17 +
>>   arch/arm/mach-rockchip/Makefile               |   1 +
>>   arch/arm/mach-rockchip/rk3568/Kconfig         |  20 +
>>   arch/arm/mach-rockchip/rk3568/Makefile        |   9 +
> I wonder if this directory structure should be called rk35xx given
> that at least the rk3566 shares a lot with the rk3568?


Yes, rk356x is an option, but I think it's OK to use 'rk3568' to name 
all the module compatible and soc basic

folder name, which we can sync from kernel directly. And for rk3566, we 
can know its relation with rk3568

from dtsi and defconfig file.


Thanks,
- Kever




More information about the U-Boot mailing list