On Wed, Jan 23, 2019 at 10:44:47AM +0100, Ard Biesheuvel wrote: > On Wed, 23 Jan 2019 at 06:31, Dave Young <dyoung@xxxxxxxxxx> wrote: > > On 01/22/19 at 04:06pm, Ard Biesheuvel wrote: > > > The bitmap left in the framebuffer by the firmware is described by an > > > ACPI table called "BGRT", which describes the size, pixel format and > > > the address of a BMP image in memory. While the BGRT ACPI table is > > > guaranteed to reside in a "ACPI reclaim" memory region, which is > > > never touched by Linux. The BMP image, however, typically resides > > > in EFI Boot Services Memory, which may have been overwritten by the > > > time the BGRT discovery routine runs. > > > > I vaguely remember boot service memory is reserved on X86, so this > > is an issue of arm only? > > No both ARM and x86 are affected. Harry and/or Peter should be able to > comment on the details. I've definitely seen an x86 machine with this issue - Michael Kinney has given me firmware for a MinnowBoard-MAX that results in having this issue. I'm don't recall if the image was in boot services memory or not, but if we need I can test it tomorrow (I'm at my desk at work, it's at my desk at home.) In any case, whether or not it was clobbered seemed to be mostly about the interaction between the memory layout the firmware picked and luck on the order of what we allocate in kernel. -- Peter