CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/16 09:03:39
Modified files:
sys/arch/amd64/amd64: bios.c machdep.c pmap.c
sys/arch/amd64/conf: GENERIC files.amd64
sys/arch/amd64/include: pmap.h
sys/dev/efi : efi.h
Added files:
sys/arch/amd64/amd64: efi_machdep.c
Log message:
Add the guts for EFI runtime services support on amd64. This will be used
in the future to implement support for things like EFI variables.
ok krw@ (a few others ok'ed earlier incarnations of this diff)
