aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1612-24/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* stand: Export _start on arm like other architecturesJessica Clarke2023-08-051-0/+1
* Stand: Silence undefined symbols check commandVexedUXR2023-07-011-1/+1
* efi loader: Move 'module' variable under #ifdef MODINFOMD_MODULEP.John Baldwin2023-06-271-2/+6
* loader.efi: Remove redundant error messageVexedUXR2023-06-261-3/+1
* Add comments for memory sizeVexedUXR2023-06-121-1/+1
* stand/loader.efi: read zfs bootonce attribute before checking currdevGleb Smirnoff2023-06-081-11/+6
* stand/efi/smbios: Move detection of smbios earlier.Warner Losh2023-05-251-16/+16
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* stand/efi: Retire i386 supportWarner Losh2023-05-118-381/+8
* stand: Move eficom to libefiWarner Losh2023-05-115-570/+0
* stand: add comconsole backwards compatibility shim for aarch64Warner Losh2023-05-112-0/+32
* stand: efi create eficom console device.Warner Losh2023-05-112-58/+39
* stand/efi: Simplify code hereWarner Losh2023-05-011-11/+8
* Note that static hints no longer break loader hintsKyle Evans2023-04-261-5/+3
* loader.efi: Fix some arm64 PE metadataMark Johnston2023-04-182-22/+29
* amd64 loader: plug hard hang with serial console enabledGleb Smirnoff2023-03-311-0/+2
* amd64 loader: Use efiserialio for Hyper-V booted systemsWei Hu2023-03-184-7/+54
* Support SMBIOS v3 for 64-bit entry systemsJohn-Mark Gurney2023-02-221-1/+2
* Skip EFI framebuffer information if there is noneSimon J. Gerraty2023-02-061-8/+11
* loader.efi: include help.fdt for FDT-enabled loaderMitchell Horne2023-02-031-0/+1
* loader: always install help filesMitchell Horne2023-02-031-0/+1
* stand: share bootinfo.c between EFI and KBOOTWarner Losh2023-02-031-2/+4
* efiserialio: use port settings (sio->Mode) for initial setupToomas Soome2023-02-031-16/+22
* stand: create common set_currdevWarner Losh2023-01-111-14/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-111-2/+2
* stand/efi: Better variable nameWarner Losh2023-01-091-4/+4
* loader.efi: make sure kernel image is executableRobert Clausecker2023-01-051-4/+4
* stand/efi: remove unused local varaiblesWarner Losh2022-12-071-2/+1
* kboot: Mark the EFI specific parts of bootinfo.cWarner Losh2022-12-071-0/+16
* stand: update prototypes for md_load and md_load64Warner Losh2022-12-051-1/+0
* stand/efi: Break stlye rules a little for easier sharingWarner Losh2022-12-041-2/+3
* stand/efi: Better include order for sharingWarner Losh2022-12-041-1/+1
* stand/efi: Remove redundant parenthesisWarner Losh2022-12-041-1/+1
* stand/efi: Document the copy size trickWarner Losh2022-12-041-1/+1
* stand: create devinitWarner Losh2022-11-301-3/+1
* stand/efi: Simpler constructWarner Losh2022-10-241-7/+1
* stand/efi: Call md_copymodules based on __LP64__ to fix 32-bit armWarner Losh2022-10-231-2/+8
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2022-09-161-40/+1
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2022-09-161-37/+2
* stand: Create common/modinfo.hWarner Losh2022-09-161-60/+6
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2022-09-161-4/+5
* stand/efi: Clean the proper filesGuido van Rooij2022-09-151-1/+1
* stand: Parse all arguments passed by UEFIMichael Gmelin2022-09-061-1/+1
* stand: Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1