Add initial RiscV support (#4387)

* Add initial RISCV support

* Add UEFI edge and current kernel configs

* Cleanup and adjust packages

* Those files were in wrong path

* Fix locations

* Ubuntu images built

* Remove Debian support as its too fragile

* Remove Pinta as it doesn't work under riscv

* Limitation is only for building images

* Remove obsolete switch

* Cleanup major arch config files

* Support for Docker building
This commit is contained in:
Igor Pečovnik
2022-11-06 20:33:11 +01:00
committed by GitHub
parent de26797423
commit 3e701a857a
40 changed files with 18552 additions and 96 deletions

View File

@@ -4,3 +4,4 @@ export UEFI_GRUB_TERMINAL="gfxterm"
export LINUXFAMILY="x86"
export ARCH="amd64"
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
enable_extension "grub"