summaryrefslogtreecommitdiff
path: root/sys/stand
AgeCommit message (Expand)Author
2020-02-12Pull up following revision(s) (requested by riastradh in ticket #705):martin
2020-01-26Pull up following revision(s) (requested by jmcneill in ticket #653):martin
2019-12-08Pull up following revision(s) (requested by jmcneill in ticket #503):martin
2019-09-28Pull up following revision(s) (requested by jakllsch in ticket #257):martin
2019-09-26Pull up following revision(s) (requested by jmcneill in ticket #249):martin
2019-09-22Pull up following revision(s) (requested by jmcneill in ticket #225):martin
2019-09-01Pull up following revision(s) (requested by jmcneill in ticket #142):martin
2019-08-04Pull up following revision(s) (requested by jmcneill in ticket #3):martin
2019-07-25Fix arm buildskrll
2019-07-24Add support for simple framebuffers when booting in ACPI mode.jmcneill
2019-07-21Enable us to load kernel image of different byte order. Now, earmv7hf-ebrin
2019-04-21- Add support for a boot configuration file, defaulting to /etc/efiboot.plist.thorpej
2019-04-20ST FirmwareRevision field is in a vendor defined format, so just print the ra...jmcneill
2019-04-20Skip clearing the screen when efiboot starts, it may end up hiding useful inf...jmcneill
2019-04-10Print bootargs from the environmentskrll
2019-04-10Fixup EFIBOT_DEBUG output for non-_LP64 caseskrll
2019-03-31Add support for netbooting with non-PCI network devices.jmcneill
2019-03-30Jump to MARK_ENTRY instead of MARK_STARTjmcneill
2019-03-30Add efiboot support for 32-bit ARM targets.jmcneill
2019-03-30Build fixes for 32-bit targets.jmcneill
2019-03-09Workaround a bug with ROCKPro64's U-Boot EFI implementation. The bootedjmcneill
2019-03-05 Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changesmsaitoh
2019-01-18Add support for "bootargs" environment variable from jmcneill@skrll
2018-11-15Add support for loading kernels over NFS.jmcneill
2018-11-02Add a "mem" command to print the EFI memory map.jmcneill
2018-11-01Add GPT support.jmcneill
2018-10-31No need to re-print the countdown timer if the number of seconds hasn't changed.jmcneill
2018-10-31Assign VAs for EFI runtime mmio rangesjmcneill
2018-10-31When building /memory, skip EFI runtime memory rangesjmcneill
2018-10-31No longer need to delete reserved memory ranges.jmcneill
2018-10-29avoid sign/unsigned issue and for NUMNAMES to an integer when it ismrg
2018-10-28Make EFI runtime services available to the kernel. Bump version to 1.5.jmcneill
2018-10-26add "boot-file" support. now one can automatically boot amrg
2018-10-23If an SMBIOS3 table is found, pass the address to the kernel via /chosenjmcneill
2018-10-21Enable ACPI support.jmcneill
2018-10-12Add ACPI support (enable with -DEFIBOOT_ACPI, currently disabled).jmcneill
2018-09-18utf8_to_ucs2 second param (nmp) needs to be initialized before calling this f...jmcneill
2018-09-15Suppress printing size info when calling loadfile with COUNT_KERNELjmcneill
2018-09-15Some U-Boot implementations (notably U-Boot) do not implement WaitForKey. Do ...jmcneill
2018-09-15Claer the screen at startupjmcneill
2018-09-15Only need to ischar() once when polling for inputjmcneill
2018-09-14MI efiboot: avoid LBA overflow in efi_block_find_partitions_disklabel()jakllsch
2018-09-09Add a reboot command to the bootloaderjmcneill
2018-09-09Add support for setting environment variables. Currently the following envjmcneill
2018-09-09Add "dtb" command for loading a custom .dtb file.jmcneill
2018-09-07Add initrd support.jmcneill
2018-09-07Disable MMU and dcache before jumping to the kernel.jmcneill
2018-09-04If the loader is loaded from the network, try to load the kernel from thejmcneill
2018-09-04Fix some min/max -> uimin/uimax stragglers.riastradh
2018-09-03Print FDT model and compatible strings with "version" commandjmcneill