[PATCH 0/2] board: rockchip: Add Hardkernel ODROID-M1

Jonas Karlman jonas at kwiboo.se
Sun Jul 2 22:47:16 CEST 2023


This series add support for Hardkernel ODROID-M1, a single board
computer with a RK3568B2 SoC.

First patch fixes a build issue in the dwc_ahci driver.

Second patch import the device tree from linux v6.4 and add a defconfig
for Hardkernel ODROID-M1.

Following was tested on a ODROID-M1 8GB v1.0 2022-06-13:
- SD-card boot
- eMMC boot
- SPI Flash boot
- PCIe/NVMe/AHCI
- SATA port
- USB host

This series have loose dependencies on the following series:
- rockchip: Fix PCIe and NVMe support on RK3568 [1]
- rockchip: rk3568: Use dwc3-generic driver [2]
- rockchip: rk3568: Fix alloc space exhausted in SPL [3]
- rockchip: rk3568: Device Tree updates [4]

[1] https://patchwork.ozlabs.org/project/uboot/list/?series=355486
[2] https://patchwork.ozlabs.org/project/uboot/list/?series=357200
[3] https://patchwork.ozlabs.org/project/uboot/list/?series=361999
[4] https://patchwork.ozlabs.org/project/uboot/list/?series=362030

Jonas Karlman (2):
  ata: dwc_ahci: Fix support for other platforms
  board: rockchip: Add Hardkernel ODROID-M1

 arch/arm/dts/Makefile                     |   1 +
 arch/arm/dts/rk3568-odroid-m1-u-boot.dtsi |  46 ++
 arch/arm/dts/rk3568-odroid-m1.dts         | 744 ++++++++++++++++++++++
 board/rockchip/evb_rk3568/MAINTAINERS     |   7 +
 configs/odroid-m1-rk3568_defconfig        | 103 +++
 doc/board/rockchip/rockchip.rst           |   1 +
 drivers/ata/dwc_ahci.c                    |   4 +
 7 files changed, 906 insertions(+)
 create mode 100644 arch/arm/dts/rk3568-odroid-m1-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3568-odroid-m1.dts
 create mode 100644 configs/odroid-m1-rk3568_defconfig

-- 
2.41.0



More information about the U-Boot mailing list