mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
33014076b4
Strategic continuation of the flasher refactor: the SO no longer generates or ships pre-built panel DTBOs. Users generate their own mipi-panel.dtbo at https://arch-r.io/overlay-generator/ and drop it into /flash/overlays/. - config/overlays/README.txt rewritten with the same instruction in 6 languages (pt-BR, en, fr, es, zh, ru), one per line. - u-boot/package.mk: removed the mipi-generator invocation and the per-SUBDEVICE overlays_{original,clone,soysauce} install blocks. Only the generic overlays/ dir (README) is shipped under /usr/share/bootloader/. - bootloader/mkimage: removed the RK3326-specific overlays_${SUBDEVICE} and overlays_soysauce branches; the generic overlays/ copy at the end of mkimage_dtb now covers RK3326 too. - Deleted config/mipi-generator/ (generator.sh + archr-dtbo.py) and config/archr-dts/ (vendor DTBs that were only consumed by the generator). Net: -8503 LOC + ~120 binary DTBs removed from the tree.