Home | History | Annotate | Download | only in efiboot
History log of /src/sys/stand/efiboot/efiboot_machdep.h
RevisionDateAuthorComments
 1.5  15-Aug-2024  skrll Allow an MD check in prepare_boot and use it on arm64 (aarch64) to check
that, if a big endian kernel is seen, the CPU is capable of supporting BE
data accesses at EL0 via ID_AA64MMFR0_EL1.BigEnd.
 1.4  01-Aug-2023  mrg fix simple mis-matched function prototype and definitions.

most of these are like, eg

void foo(int[2]);

with either of these

void foo(int*) { ... }
void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.
 1.3  28-Nov-2020  jmcneill Add a hook for MD specific info to print in the "ver" command. Use this
to print the value of the current execution level in bootaa64.
 1.2  07-Sep-2018  jmcneill branches: 1.2.4; 1.2.14;
Disable MMU and dcache before jumping to the kernel.
 1.1  24-Aug-2018  jmcneill branches: 1.1.2;
Add MI EFI bootloader and AArch64 glue.
 1.1.2.3  30-Sep-2018  pgoyette Ssync with HEAD
 1.1.2.2  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1.2.1  24-Aug-2018  pgoyette file efiboot_machdep.h was added on branch pgoyette-compat on 2018-09-06 06:56:47 +0000
 1.2.14.1  14-Dec-2020  thorpej Sync w/ HEAD.
 1.2.4.2  10-Jun-2019  christos Sync with HEAD
 1.2.4.1  07-Sep-2018  christos file efiboot_machdep.h was added on branch phil-wifi on 2019-06-10 22:09:56 +0000

RSS XML Feed