| Age | Commit message (Expand) | Author |
| 2021-11-06 | Revert part of previous commit that broke DT booting. | jmcneill |
| 2021-11-04 | Fix non-ACPI builds. | skrll |
| 2021-11-03 | Provide the ablity to ignore ACPI with an 'acpi' command: | skrll |
| 2021-10-30 | If a path is not specified, assume /. This makes "ls" and "ls hd0b:" work | jmcneill |
| 2021-10-17 | Honour the timeout= entry in boot.cfg | jmcneill |
| 2021-10-09 | efiboot: add "setup" command | jmcneill |
| 2021-10-06 | EFIBOOT_FDT=yes for riscv64 too | jmcneill |
| 2021-10-06 | Fix bootarm build. | jmcneill |
| 2021-10-06 | efiboot: Make FDT support optional on a per-arch basis. | jmcneill |
| 2021-09-28 | efiboot: Add efigop.c | jmcneill |
| 2021-09-28 | efiboot: Add support for changing the video mode. | jmcneill |
| 2021-09-16 | fix typos in word "successful". | andvar |
| 2021-09-07 | Remove banner printing code from bootloaders, add it to libsa. | nia |
| 2021-08-08 | s/partion/partition/ s/arrray/array/ in comments. | andvar |
| 2021-07-24 | efiboot: Allow "fs" as alias for "initrd", for compat with x86 | jmcneill |
| 2021-07-23 | efiboot: Add support for SMBIOS 2.x tables. | jmcneill |
| 2021-06-23 | When printing memory size, don't promote to next unit size unless it is at | jmcneill |
| 2021-06-23 | fix typo | jmcneill |
| 2021-06-23 | Fix buffer size for alignment adjusted block I/O reads. | jmcneill |
| 2021-06-23 | print_banner: Print memory size like x86 does | jmcneill |
| 2021-06-22 | efiboot: Use EFI_BLOCK_IO_PROTOCOL if EFI_DISK_IO_PROTOCOL is missing | jmcneill |
| 2021-06-22 | efirng: fix va_num arg to uefi_call_wrapper for GetRNG calls | jmcneill |
| 2021-06-21 | efiboot: Add readahead support. | jmcneill |
| 2021-06-21 | efiboot: Add ASCII art. | nia |
| 2021-06-21 | efiboot: Use disk I/O protocol for block device access. | jmcneill |
| 2021-06-20 | Add support for the boot services watchdog and pet it on every block I/O | jmcneill |
| 2021-06-20 | Enable the twiddle spinner when loading the kernel, ramdisk images, and | jmcneill |
| 2021-05-31 | Generalize boot.cfg workaround for ISO9660; fallback to default_device | rin |
| 2021-05-27 | add bi-endian support to the libsa ufs reader and enable it in efiboot. | mrg |
| 2021-05-26 | add basic raidframe support to efiboot. | mrg |
| 2021-05-21 | Disable ACPI support when booting big endian kernels. | jmcneill |
| 2021-05-11 | Consistently have ALIGN sizes as the power of two size, i.e. change | skrll |
| 2021-05-04 | Set VERSIONMACHINE to ${MACHINE} instead of evbarm (oops) | jmcneill |
| 2021-05-02 | Add RISC-V 64-bit support. | jmcneill |
| 2021-01-09 | Flush from kernel start, not the entry point. | jmcneill |
| 2021-01-09 | Style fixes, NFCI. | jmcneill |
| 2020-12-19 | Various clean ups | skrll |
| 2020-11-28 | Deal with devices that report either 512 or 2048 as logical block size | jmcneill |
| 2020-11-28 | Add a hook for MD specific info to print in the "ver" command. Use this | jmcneill |
| 2020-10-22 | Fix previous. | jmcneill |
| 2020-10-22 | If the framebuffer node already exists, we don't need to create one | jmcneill |
| 2020-10-18 | efiboot: bump version | tnn |
| 2020-10-18 | efiboot: recognize the EFI system partition as fstype MSDOS | tnn |
| 2020-10-11 | Add ISO9660 support. | jmcneill |
| 2020-10-10 | Support EFI runtime and GOP FB for devicetree (non-ACPI) setups. | jmcneill |
| 2020-09-10 | bootaa64: explicitly set GNUEFIARCH and LIBGNUEFI_ARCH to aarch64 | jakllsch |
| 2020-09-08 | Be explicit about building for little endian. This allows efiboot to be | jmcneill |
| 2020-09-08 | Be explicit about building for little endian. This allows efiboot to be | jmcneill |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-07-15 | Fixup OpenSimpleReadFile usage: | jmcneill |