mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-27 13:41:06 +00:00
* Copy Odroid-m1 config for new odroid-m1s board
* config: Adjust names and paths for odroid-m1s
* configs: Use rk3566 blobs for ATF
* set correct fdt in uboot.ush
* Add linux patches with Odroid-m1s devicetree
Synced from Hardkernel unofficial 6.1 tree
ae33b44557/arch/arm64/boot/dts/rockchip/rk3566-odroid-m1s.dts
With additional cleanup and fixes for mainline linux
* Add Odroid M1S to Github actions
* uboot: Patch boot order to set SD Card first
* Create u-boot placeholder partion for odroid-m1s also
* Switch u-boot to full odroid-m1s config
* cherry-pick emmc stability improvements
* Generalise u-boot to use ${devtype} instead of hardcoded mmc
* Remove deprecated snps, reset options from device tree
* re-enable uboot ethernet
117 lines
2.2 KiB
JSON
117 lines
2.2 KiB
JSON
[
|
|
{
|
|
"id": "ova",
|
|
"defconfig": "ova",
|
|
"architecture": "x86-64",
|
|
"label": "board/ova"
|
|
},
|
|
{
|
|
"id": "generic-x86-64",
|
|
"defconfig": "generic_x86_64",
|
|
"architecture": "x86-64",
|
|
"label": "board/generic-x86-64"
|
|
},
|
|
{
|
|
"id": "generic-aarch64",
|
|
"defconfig": "generic_aarch64",
|
|
"architecture": "aarch64",
|
|
"label": "board/generic-aarch64"
|
|
},
|
|
{
|
|
"id": "khadas-vim3",
|
|
"defconfig": "khadas_vim3",
|
|
"architecture": "aarch64",
|
|
"label": "board/khadas"
|
|
},
|
|
{
|
|
"id": "odroid-c2",
|
|
"defconfig": "odroid_c2",
|
|
"architecture": "aarch64",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-c4",
|
|
"defconfig": "odroid_c4",
|
|
"architecture": "aarch64",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-m1",
|
|
"defconfig": "odroid_m1",
|
|
"architecture": "aarch64",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-m1s",
|
|
"defconfig": "odroid_m1s",
|
|
"architecture": "aarch64",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-n2",
|
|
"defconfig": "odroid_n2",
|
|
"architecture": "aarch64",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "odroid-xu4",
|
|
"defconfig": "odroid_xu4",
|
|
"architecture": "aarch64",
|
|
"label": "board/odroid"
|
|
},
|
|
{
|
|
"id": "rpi2",
|
|
"defconfig": "rpi2",
|
|
"architecture": "arm",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi3",
|
|
"defconfig": "rpi3",
|
|
"architecture": "arm",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi3-64",
|
|
"defconfig": "rpi3_64",
|
|
"architecture": "aarch64",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi4",
|
|
"defconfig": "rpi4",
|
|
"architecture": "arm",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi4-64",
|
|
"defconfig": "rpi4_64",
|
|
"architecture": "aarch64",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "rpi5-64",
|
|
"defconfig": "rpi5_64",
|
|
"architecture": "aarch64",
|
|
"label": "board/raspberrypi"
|
|
},
|
|
{
|
|
"id": "yellow",
|
|
"defconfig": "yellow",
|
|
"architecture": "aarch64",
|
|
"label": "board/yellow"
|
|
},
|
|
{
|
|
"id": "green",
|
|
"defconfig": "green",
|
|
"architecture": "aarch64",
|
|
"label": "board/green"
|
|
},
|
|
{
|
|
"id": "tinker",
|
|
"defconfig": "tinker",
|
|
"architecture": "arm",
|
|
"label": "board/tinker"
|
|
}
|
|
]
|