armvirt: add EFI support
authorMathew McBride <matt@traverse.com.au>
Wed, 19 Jan 2022 02:25:23 +0000 (02:25 +0000)
committerPetr Štetiar <ynezz@true.cz>
Fri, 2 Jun 2023 09:36:05 +0000 (11:36 +0200)
commite0f06ddc23b2503a1791ae7e97b02e2647e8a70d
tree803540679be5eb9e2ca7163ad459ed8df99bc940
parent16a20512d852f6ecebf8c57cd7fa2572a06a9d0b
armvirt: add EFI support

EFI booting is used on newer machines compatible with the
Arm SystemReady specifications.

This commit restructures armvirt into a more 'generic'
target similar to x86.

See https://github.com/openwrt/openwrt/pull/4956
for a history of this port.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
target/linux/armvirt/32/config-6.1
target/linux/armvirt/32/target.mk
target/linux/armvirt/64/target.mk
target/linux/armvirt/Makefile
target/linux/armvirt/base-files/etc/board.d/01_led [new file with mode: 0644]
target/linux/armvirt/base-files/etc/board.d/02_network [new file with mode: 0644]
target/linux/armvirt/base-files/etc/board.d/03_gpio_switches [new file with mode: 0644]
target/linux/armvirt/base-files/lib/preinit/01_sysinfo_acpi [new file with mode: 0644]
target/linux/armvirt/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/armvirt/image/Makefile
target/linux/armvirt/image/grub-efi.cfg [new file with mode: 0644]