[SeaBIOS] coreboot's memtest86+ is buggy compared to memtest86+ floppy

2018-11-05 Thread Mike Banon
coreboot's memtest86+ payload is buggy compared to memtest86+ floppy (which could be downloaded from memtest.org and added to CBFS to be accessible as SeaBIOS menu entry). at AMD Lenovo G505S and maybe some other coreboot laptops, the USB devices like keyboard are not working at coreboot's memtest8

Re: [SeaBIOS] [PATCH] coreboot: update memory table before handling execution to payload/system

2018-11-05 Thread Krystian Hebel
On 11/05/18 13:32, Paul Menzel wrote: Thank you for the patch. If it’s the common problem, then it was > fixed in “coreboot’s” MemTest86+ [1]. Can you reproduce the problem > with that version? Yes, it is the version on which I tested. It worked OK before [1], because when no coreboot tabl

Re: [SeaBIOS] [PATCH] coreboot: update memory table before handling execution to payload/system

2018-11-05 Thread Paul Menzel
Dear Krystian, On 11/05/18 13:27, Krystian Hebel wrote: > SeaBIOS modifies its internal e820 structure, but does not propagate > these changes back to coreboot tables. This resulted in multiple errors > in MemTest86 when run on 2 GB platforms, probably because of some > memory-mapped devices. >

[SeaBIOS] [PATCH] coreboot: update memory table before handling execution to payload/system

2018-11-05 Thread Krystian Hebel
SeaBIOS modifies its internal e820 structure, but does not propagate these changes back to coreboot tables. This resulted in multiple errors in MemTest86 when run on 2 GB platforms, probably because of some memory-mapped devices. This patch copies back modified e820 tables before booting an OS or