CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/07 20:45:49
Modified files:
sys/arch/amd64/stand/efiboot: conf.c efidev.c
Log message:
Replace hand rolled memory allocation in efid_io() with
BS->AllocatePages() and BS->FreePages() as in all the other
efid_io() versions.
Don't leak the pages on success.
Bump boot version to 3.59.
ok yasuoka@
