]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: coreboot: Correctly report E820 types
authorBin Meng <bmeng.cn@gmail.com>
Thu, 13 Aug 2015 07:29:09 +0000 (00:29 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:44 +0000 (11:29 +0200)
commit25c4d286f2121534dc0df72bddffc887b06e3c64
tree177f06423e0a0c04afa5f706456eefec6fb18880
parent442d7b1811e58d00f9b5956e5712b84d2f2c2b63
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