Module Name: src Committed By: skrll Date: Thu Aug 15 06:15:17 UTC 2024
Modified Files: src/sys/stand/efiboot: efiboot_machdep.h efifdt.c version src/sys/stand/efiboot/bootaa64: efibootaa64.c src/sys/stand/efiboot/bootarm: efibootarm.c src/sys/stand/efiboot/bootriscv64: efibootriscv64.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/stand/efiboot/efiboot_machdep.h cvs rdiff -u -r1.36 -r1.37 src/sys/stand/efiboot/efifdt.c cvs rdiff -u -r1.31 -r1.32 src/sys/stand/efiboot/version cvs rdiff -u -r1.6 -r1.7 src/sys/stand/efiboot/bootaa64/efibootaa64.c cvs rdiff -u -r1.3 -r1.4 src/sys/stand/efiboot/bootarm/efibootarm.c cvs rdiff -u -r1.1 -r1.2 src/sys/stand/efiboot/bootriscv64/efibootriscv64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.