aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader/arch
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: efi_redirect_exceptions does use uninitialized pointerToomas Soome3 days1-0/+1
* loader.efi: free_tables() appears to free tss_pa twice.Toomas Soome3 days1-4/+5
* loader.efi: tss_pa setup seems to be flawed in trap.cToomas Soome4 days1-1/+1
* fix typo in efi/loader/arch/amd64/trap.cToomas Soome4 days1-1/+1
* Revert "stand: compile ia32 EFI loader with -malign-double"Ahmad Khalifa9 days1-2/+0
* stand: compile ia32 EFI loader with -malign-doubleAhmad Khalifa9 days1-0/+2
* stand: Use the correct OUTPUT_ARCH in the linker script for RISC-VJohn Baldwin2026-01-311-1/+1
* loader: Use C99 initializations for file_formatWarner Losh2025-12-284-8/+14
* stand: Update riscv efi booting to edk2 includesWarner Losh2025-11-171-1/+5
* stand: Rename EFI_ERROR_CODE to DECODE_ERROR to avoid Edk2 ClashWarner Losh2025-11-162-6/+6
* stand: remove unused variablesAhmad Khalifa2025-09-092-3/+0
* Allow net_cleanup for loader.efiSimon J. Gerraty2025-07-105-17/+31
* stand/efi: Use EFI_PAGE_SIZE here, it's more appropriateWarner Losh2025-05-301-2/+2
* loader/efi: Fix trivial whitespace errorWarner Losh2025-04-111-2/+2
* riscv/stand: pass boot hart in loader metadataMitchell Horne2025-03-031-0/+25
* stand: use globals for the kernel and module typesAhmad Khalifa2025-01-241-4/+5
* stand/elf64_freebsd.c: use headers instead of doing things ourselvesAhmad Khalifa2024-12-051-48/+56
* stand/efi: move G(x) and M(x) macros to loader_efi.hAhmad Khalifa2024-12-052-8/+4
* stand: move 'staging' to loader_efi.hAhmad Khalifa2024-12-052-4/+0
* stand: move efi's bi_load into loader_efi.hAhmad Khalifa2024-12-056-15/+0
* stand: Add support for 64-bit machines with 32-bit UEFI implementationsAhmad Khalifa2024-09-206-0/+564
* Remove residual blank line at start of MakefileWarner Losh2024-07-154-4/+0
* stand/efi: Fix for binutils when targeting arm64Andrew Turner2024-05-221-1/+1
* loader/efi: Linker sets not needed.Warner Losh2024-02-254-43/+0
* loader: Move ldscripts to match more standard practicesWarner Losh2024-02-254-0/+0
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-224-5/+0
* loader: Retire CTASSERTWarner Losh2024-02-211-1/+1
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* loader: fix EFI ACPI detectionR. Christian McDonald2023-11-202-97/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+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-165-10/+0
* stand: Export _start on arm like other architecturesJessica Clarke2023-08-051-0/+1
* Add comments for memory sizeVexedUXR2023-06-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* stand/efi: Retire i386 supportWarner Losh2023-05-116-368/+0
* stand: Move eficom to libefiWarner Losh2023-05-114-4/+0
* 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: Use efiserialio for Hyper-V booted systemsWei Hu2023-03-181-0/+1
* stand: update prototypes for md_load and md_load64Warner Losh2022-12-051-1/+0
* loader.efi: faults could try to print out call traceToomas Soome2022-07-141-0/+37
* amd64/efi: Remove setting hints for rsdpWarner Losh2022-07-021-12/+0
* loader: Set preferred kenv for acpi.rsdp on arm64Warner Losh2022-07-021-0/+15
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2022-06-303-3/+0
* Don't sync the I/D caches when they are coherentAndrew Turner2021-12-201-1/+1
* efi loader: TypoMark Johnston2021-09-211-1/+1
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-081-28/+114