Add ODROID-M1 support (#2387)

* Add ODROID-M1 board support

* Add Rockchip kernel config for ODROID-M1

Kernel defconfig for Rockchip is based on Armbian kernel defconfig
from config/kernel/linux-rk3568-odroid-edge.config (git hash
95c829f9e664).

* Add U-Boot/Kernel patches

* Add Rockchip blob support

Add package which provides Rockchip TPL and ATF firmware binaries.

* Use latest U-Boot for ODROID-M1

* Fix Rockchip blob support

* Update defconfig

* Use GPT by default

* Create uboot partition to support non-recovery boot

* Enable eMMC boot in U-Boot SPL

* Drop unnecessary mmc device selection

Distro boot already activates the right mmc device. The extra selection
seems to actually cause problems for eMMC boot.

* Make sure driver for eMMC is built-in

* Use odroid-m1 as Supervisor machine

* Add ODROID-M1 to CI pipeline and issue template

* Bump to Linux 6.1.16
This commit is contained in:
Stefan Agner
2023-03-10 19:44:50 +01:00
committed by GitHub
parent c03236f937
commit b0d9496595
29 changed files with 6818 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Default Kernel tree: 5.15
| Tinker Board | 6.1.16 |
| Odroid-C2 | 6.1.16 |
| Odroid-C4 | 6.1.16 |
| Odroid-M1 | 6.1.16 |
| Odroid-N2 | 6.1.16 |
| Odroid-XU4 | 6.1.16 |
| Generic aarch64 | 6.1.16 |