* 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
99 lines
1.9 KiB
JSON
99 lines
1.9 KiB
JSON
[
|
|
{
|
|
"id": "ova",
|
|
"defconfig": "ova",
|
|
"runner": "x86-64-runner",
|
|
"label": "board/ova"
|
|
},
|
|
{
|
|
"id": "generic-x86-64",
|
|
"defconfig": "generic_x86_64",
|
|
"runner": "x86-64-runner",
|
|
"label": "board/generic-x86-64"
|
|
},
|
|
{
|
|
"id": "generic-aarch64",
|
|
"defconfig": "generic_aarch64",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/generic-aarch64"
|
|
},
|
|
{
|
|
"id": "khadas-vim3",
|
|
"defconfig": "khadas_vim3",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/khadas"
|
|
},
|
|
{
|
|
"id": "odroid-c2",
|
|
"defconfig": "odroid_c2",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-c4",
|
|
"defconfig": "odroid_c4",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-m1",
|
|
"defconfig": "odroid_m1",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-n2",
|
|
"defconfig": "odroid_n2",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-xu4",
|
|
"defconfig": "odroid_xu4",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "rpi2",
|
|
"defconfig": "rpi2",
|
|
"runner": "arm-runner",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi3",
|
|
"defconfig": "rpi3",
|
|
"runner": "arm-runner",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi3-64",
|
|
"defconfig": "rpi3_64",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi4",
|
|
"defconfig": "rpi4",
|
|
"runner": "arm-runner",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi4-64",
|
|
"defconfig": "rpi4_64",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "yellow",
|
|
"defconfig": "yellow",
|
|
"runner": "aarch64-runner",
|
|
"label": "board/yellow"
|
|
},
|
|
{
|
|
"id": "tinker",
|
|
"defconfig": "tinker",
|
|
"runner": "arm-runner",
|
|
"label": "board/tinker"
|
|
}
|
|
]
|