summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Morgan <[email protected]>2023-02-13 16:27:42 -0600
committerKever Yang <[email protected]>2023-02-28 18:07:27 +0800
commit9b78a98ee5e7e349f0f7e7c216d89ce7f8835a0f (patch)
treed9c8f7a6fad240442ae9e945a4ac51ea32a9f185
parente92754e20cca37dcd62e195499ade25186d5f5e5 (diff)
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 <[email protected]> Signed-off-by: Kever Yang <[email protected]>
-rw-r--r--board/rockchip/evb_rk3568/MAINTAINERS2
-rw-r--r--doc/board/rockchip/rockchip.rst3
2 files changed, 4 insertions, 1 deletions
diff --git a/board/rockchip/evb_rk3568/MAINTAINERS b/board/rockchip/evb_rk3568/MAINTAINERS
index 9c0c365556e..6b2e7c7575d 100644
--- a/board/rockchip/evb_rk3568/MAINTAINERS
+++ b/board/rockchip/evb_rk3568/MAINTAINERS
@@ -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 <[email protected]>
diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
index ac4dcce1a77..c1de34b3cb0 100644
--- a/doc/board/rockchip/rockchip.rst
+++ b/doc/board/rockchip/rockchip.rst
@@ -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-