x86: coreboot: Correctly report E820 types
authorBin Meng <bmeng.cn@gmail.com>
Thu, 13 Aug 2015 07:29:09 +0000 (00:29 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:07 +0000 (07:54 -0700)
commit52b778603b7017885d67428c9cca9807bc6e2f7d
treebc6b575302cb368eca3d4b47b4d852a559710313
parent89b870814c03777c3a8d3f2e3ed761479a9f1456
x86: coreboot: Correctly report E820 types

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