mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
5a17dae422
We need a way to customize the behaviour of the EFI boot stub, in
particular, we need a way to disable the "chunking" workaround, used
when reading files from the EFI System Partition.
One of my machines doesn't cope well when reading files in 1MB chunks to
a buffer above the 4GB mark - it appears that the "chunking" bug
workaround triggers another firmware bug. This was only discovered with
commit
|
||
---|---|---|
.. | ||
libstub | ||
cper.c | ||
efi-pstore.c | ||
efi.c | ||
efivars.c | ||
Kconfig | ||
Makefile | ||
reboot.c | ||
runtime-map.c | ||
runtime-wrappers.c | ||
vars.c |