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

2018-11-05 Thread Krystian Hebel
or a payload. Change-Id: I16a3f059695717daedb1e997ce4e62018c7e02b3 Signed-off-by: Krystian Hebel --- src/e820map.c | 2 ++ src/e820map.h | 2 ++ src/fw/coreboot.c | 50 +++ 3 files changed, 50 insertions(+), 4 deletions(-) diff --git a/src

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

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

2018-11-10 Thread Krystian Hebel
I don't think SeaBIOS should be altering coreboot information. (Doing so leads to all sorts of painful debugging problems, for example.) Well, currently it is marking at least first couple of kilobytes of memory (4 if I recall correctly) as free to use RAM. There coreboot tables are