summaryrefslogtreecommitdiff
path: root/sys/stand
AgeCommit message (Expand)Author
2023-06-15Add missing include paths for libz. Not used at the moment although.rin
2023-06-14Use %zd instead of %ld for ssize_t.rin
2023-06-14Avoid void * pointer arithmetic; cast to UINT8 * explicitly.rin
2023-06-14Add missing member for terminating sentinel.rin
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2022-09-21efiboot: Handle 9.99.100 by taking four, not two, digits.riastradh
2022-08-14Align output of "version" command.jmcneill
2022-06-08Remove now unused bootdefault() function.wiz
2022-04-24Use physical sector size as unit for disk addresses.mlelstv
2022-04-02Update to support EFI runtime outside the kernel virtual address spaceskrll
2022-03-25efiboot: Add support for 'userconf' command.jmcneill
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