summaryrefslogtreecommitdiff
path: root/sys/boot
AgeCommit message (Expand)Author
2017-10-06Encapsulate ZFS preferences into efi_zfs_is_preferredWarner Losh
2017-10-06Add efi_devpath_is_prefixWarner Losh
2017-10-05This README file was quite relevant for FreeBSD 3 or 4. However, theWarner Losh
2017-10-02Allow Raspberry Pi platform and drivers to be configured with upstream DTBs.Ian Lepore
2017-09-29Compile loader as Little-Endian on PPC64/POWER8Wojciech Macek
2017-09-25libefi: efipart_floppy() will should not pass acpi pointer if the HID test failsToomas Soome
2017-09-23After the r317886 support for TFTP and NFS can be enable simultaneously.Mariusz Zaborski
2017-09-22libefi: define EISA PNP constantsToomas Soome
2017-09-22libefi: efipart_hdinfo_add_filepath should check strtol resultToomas Soome
2017-09-22libefi: efipart.c cstyle fix for efipart_print_common()Toomas Soome
2017-09-22libefi: efipart_strategy() should return ENXIO when there is no mediaToomas Soome
2017-09-22libefi: pdinfo_t pd_unit and pd_open should be unsignedToomas Soome
2017-09-22efilib.h: typo in structure member descriptionToomas Soome
2017-09-22r323885 did miss efilib.h updateToomas Soome
2017-09-22libefi: efi_devpath_match local len should be unsignedToomas Soome
2017-09-21libefi: efipart.c should use calloc()Toomas Soome
2017-09-21libefi: efi_devpath_match() should return boolToomas Soome
2017-09-21libefi: devicename.c cleanupsToomas Soome
2017-09-18loader: biosmem allocate heap just below 4GBToomas Soome
2017-09-14loader: biosmem.c cstyle cleanupToomas Soome
2017-09-13Increase EFI boot file size frok 128k to 384kAllan Jude
2017-09-13libefi: efipart_realstrategy rsize pointer may be NULLToomas Soome
2017-09-12libefi: efipart_open should check the status from disk_openToomas Soome
2017-09-12loader should support large_dnodeToomas Soome
2017-09-11boot1: remove BOOT1_MAXSIZE default valueEd Maste
2017-09-11r323389 breaks the kernel build when WITHOUT_ZFS is defined in src.confToomas Soome
2017-09-11boot1 generate-fat: generate all templates at onceEd Maste
2017-09-10loader.efi: chain loader should provide proper device handleToomas Soome
2017-09-09It's been pointed out that init_script at least is useful w/oWarner Losh
2017-09-09Mark init_chroot and init_script variables as deprecated.Warner Losh
2017-09-07Be consistent and do return (1);Warner Losh
2017-09-07Fix armv6 buildWarner Losh
2017-09-07ucs2lenWarner Losh
2017-09-05Add smn(4) driver for AMD System Management NetworkConrad Meyer
2017-09-05Fix loader bug causing too many pages allocation when bootloader is U-BootMarcin Wojtas
2017-09-02Revert r322941: Eliminate redundant device matching functionsWarner Losh
2017-08-31Save where we're booted fromWarner Losh
2017-08-31Exit rather than panic for most errors.Warner Losh
2017-08-31boot1.efi: print more info about where boot1.efi is loaded fromWarner Losh
2017-08-31Make efichar.c routines available to libefi.Warner Losh
2017-08-27Eliminate redunant device path matching.Warner Losh
2017-08-26Use efi_devpath_str for debug path info.Warner Losh
2017-08-26Link in libefi for boot1Warner Losh
2017-08-26Forward declare struct dsk to avoid warnings when building libi386.Warner Losh
2017-08-26Remove useless 'static' for an enum definition.Warner Losh
2017-08-26Fix warnings due to type mismatch.Warner Losh
2017-08-26_STAND is sometimes defined on the command line. Make the define here match.Warner Losh
2017-08-26No need for MK_ZFS around these: they are by their nature only activeWarner Losh
2017-08-26Use the loader.efi conventions for the various EFI tables.Warner Losh
2017-08-26Cleanup efi_main return typeWarner Losh