evb-rk3568: Update MAINTAINERS and documentation
Update the MAINTAINERS file to include the devicetree for the rk3568-evb1-v10 board. Also update Rockchip board docs to include information on building RK3568 based devices. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
e92754e20c
commit
9b78a98ee5
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,8 @@ S: Maintained
|
|||
F: board/rockchip/evb_rk3568
|
||||
F: include/configs/evb_rk3568.h
|
||||
F: configs/evb-rk3568_defconfig
|
||||
F: arch/arm/dts/rk3568-evb-boot.dtsi
|
||||
F: arch/arm/dts/rk3568-evb.dts
|
||||
|
||||
RADXA-CM3
|
||||
M: Jagan Teki <jagan@amarulasolutions.com>
|
||||
|
|
|
@ -173,7 +173,8 @@ To build rk3568 boards:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
export BL31=../rkbin/bin/rk35/rk3568_bl31_v1.34.elf
|
||||
export BL31=../arm-trusted-firmware/build/rk3568/release/bl31/bl31.elf
|
||||
[or]export BL31=../rkbin/bin/rk35/rk3568_bl31_v1.34.elf
|
||||
export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3568_ddr_1560MHz_v1.13.bin
|
||||
make evb-rk3568_defconfig
|
||||
make CROSS_COMPILE=aarch64-linux-gnu-
|
||||
|
|
Loading…
Reference in a new issue