]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r355132: Support kernels larger than EFI_STAGING_SIZE in loader.efi
authorKyle Evans <kevans@FreeBSD.org>
Tue, 28 Jul 2020 04:58:01 +0000 (04:58 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Tue, 28 Jul 2020 04:58:01 +0000 (04:58 +0000)
commit821e3395c053a35e666c99c94bbeed84f7da2dcf
treec7bd1cccf6526ff5e42e450706524d1c4f2d8132
parent898b2ca1291b8959e9959ca861fe30f457594353
MFC r355132: Support kernels larger than EFI_STAGING_SIZE in loader.efi

With a very large kernel or module the staging area may be too small to
hold it. When this is the case try to allocate more space before failing
in the efi copyin/copyout/readin functions.
stand/efi/loader/copy.c