- genio: implemented complete bootloader build according to Collabora's scripts
- main difference from other similar stack is that TF-A builds final FIP, not u-boot
- thus I first disable ATF build initially, then build it in hook
- alternatively: we could build our own FIP, but that would diverge too much
- declare functions inside hook so hashing does all the versioning automatically
- write_uboot_platform() is a no-op; don't write bootloader to image
- ensure bootloader _builds_ across bookworm/trixie/jammy/noble/resolute
- keep in mind original code is for bookworm (tested to build and work on trixie)
- need to juggle the `-Wl,` prefix on LDFLAGS
- this is not mainline ATF and it does "stupid with flags"
- genio: u-boot: always clean optee & first atf build before building
- so one can switch build host with `DOCKER_ARMBIAN_BASE_IMAGE` (UFS...)
- genio: u-boot: using `armbian/mtkbin` repo
- outputs fip.img & lk.bin directly to output(/images)
- disk images do _not_ contain any bootloader
|
||
|---|---|---|
| .. | ||
| families | ||
| vendors/mekotronics | ||
| amd64.conf | ||
| arm64.conf | ||
| armhf.conf | ||
| common.conf | ||
| loong64.conf | ||
| mainline-kernel.conf.sh | ||
| README.md | ||
| riscv64.conf | ||
| armhf | arm64 |
|---|---|
| imx6 : imx6 | meson-gxbb : meson64 |
| imx7d : imx7d | meson-gxl : meson64 |
| meson8b: meson | mt7623 : mt7623 |
| mvebu : mvebu | mvebu64 : mvebu64 |
| odroidxu4 : odroidxu4 | odroidn2 : odroidn2 |
| rockchip : rockchip | rk3399 : rk3399 |
| Allwinner sun4i : sunxi | rockchip64 : rockchip64 |
| Allwinner sun5i : sunxi | s5p6818 : s5p6818 |
| Allwinner sun6i : sunxi | sun50iw1 : sunxi64 |
| Allwinner sun7i : sunxi | sun50iw2 : sunxi64 |
| Allwinner sun8i : sunxi | sun50iw6 : sunxi64 |
| Allwinner sun9i : sunxi | virtual : qemu-virtual |
| zynq : zynq | |
| jetson-nano : jetson-nano | |
| jethubj80 : meson64 | |
| jethubj100 : meson64 |