mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 18:56:12 +00:00
* Initial commit of Home Assistant Green board support * Add Home Assistant Green boot files * HA Green board configs * board/nabucasa: Unsupport rtc rk808 * Use odroid-m1 as Supervisor machine for now * Green: linux: pmic: set set PWRON_LP_OFF_TIME 12s * green: Update U-Boot to 2023.07.02 * green: supports usb boot * green: uboot-boot.ush use rk3566-ha-green.dtb * green: spinor supports uboot * green: use U-Boot provided devtype as boot device type * green: Fix polarity of power key The power key is low active. Add patch to avoid accidential long press being reported to user space. * green: uboot: eeprom: add CONFIG_ENV_OVERWRITE * green: uboot: eerprom: add mac read * green: fix-cpufreq null issue * green: board aliases ethernet0 * green: uboot mac set ethernet0 * green: uboot add serial-number read * green: Update kernel 6.1.39 * green: add green to the build matrix * green: fix 339d13 & 9b9416 can not boot from usb * green: changfe sd mode, change led default state * green: uboot add board.c to read eeprom info * green: enable uboot to read eeprom info * green: delete boot.scr read eeprom function * green: change spl loader uboot order:sd-emmc-spi_nor * green: serialnum change to 18 bytes * green: Update kernel 6.1.43 * green: use hwrng support from ODROID-M1 * green: Use latest Rockchip BL31/DDR binaries * change led_act polarity * green: Disable watchdog The watchdog on Green seems to not reliably reset the system. For now disable the driver to avoid systemd making use of it. * green: Update kernel 6.1.44 * green: Fix Supervisor Machine Use odroid-m1 for now as Supervisor machine (used to download the landing page). * green: emmc use hs200 to increase speed * green: use green as Supervisor machine * green: Update kernel 6.1.45 * green: add Green to the kernel documentation --------- Co-authored-by: Zhangqun Ming <north_sea@qq.com> Co-authored-by: syan <syan.cham@gmail.com>
105 lines
2.0 KiB
JSON
105 lines
2.0 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-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": "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"
|
|
}
|
|
]
|