aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/efiboot/loader
Commit message (Collapse)AuthorAgeFilesLines
* Using edk2-shell for UEFI shellDavid Runge2020-05-304-4/+4
| | | | | | | | | | | | | | | | | | | | | | configs/releng/build.sh: Instead of downloading UDK2018 based edk2 UEFI shell, use the Shell binaries from the edk2-shell package. This effectively makes the use of EFI shell v1 obsolete. configs/releng/efiboot/loader/entries/uefi-shell-v*: Renaming UEFI shell entries to match the packaged edk2-shell based UEFI shell binaries. configs/releng/build.sh: Renaming the systemd-boot bootloader entries for UEFI shell (normal and full version) to reflect their file names, which are derived from the binary names in the edk2-shell package. Copying the edk2-shell based UEFI shell binaries for normal efiboot and .iso based "el-torito" efiboot mode. docs/README.build: Adding edk2-shell to the requirements in the documentation, as the package is now used to provide UEFI shell.
* [configs/releng] Make and use amd_ucode.bin for initrd.Gerardo Exequiel Pozzi2018-08-182-0/+2
| | | | Requested at FS#59694
* [configs/releng] Always load intel-ucode in early boot stageGerardo Exequiel Pozzi2014-10-312-0/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* [configs/releng] Use gummiboot-efi instead of UEFI Shell for bootingKeshav P R2012-09-265-0/+14
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>