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