
17 Aug
2015
17 Aug
'15
3:22 a.m.
Hi Simon,
On Mon, Aug 17, 2015 at 5:27 AM, Simon Glass sjg@chromium.org wrote:
Hi Bin,
On 13 August 2015 at 01:29, Bin Meng bmeng.cn@gmail.com wrote:
coreboot has some extensions (type 6 & 16) to the E820 types. When we detect this, mark it as E820_RESERVED.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/coreboot/sdram.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
I wonder what the kernel does when it sees the coreboot values?
I noticed this by checking kernel dmesg, where the log prints the E820 ranges as well as types. For type 6 & 16, kernel does not understand that and it just prints the typer number. I believe kernel will ignore these.
Regards, Bin