]> git.karo-electronics.de Git - karo-tx-uboot.git/commit - arch/x86/cpu/coreboot/sdram.c
x86: Add infrastructure to extract an e820 table from the coreboot tables
authorGabe Black <gabeblack@chromium.org>
Mon, 5 Dec 2011 12:09:25 +0000 (12:09 +0000)
committerGraeme Russ <graeme.russ@gmail.com>
Mon, 19 Dec 2011 02:26:16 +0000 (13:26 +1100)
commitf08fa7a2018495c6f2a5eaba5f6d8fdcbc67e6c6
treea84b8501505e1766a987dead72d37b2f4f321728
parent233dbc119438ad17bb0bc7104ba7972415c4f7e7
x86: Add infrastructure to extract an e820 table from the coreboot tables

Also approximate the size of RAM using the largest RAM address available
in the tables. There may be areas which are marked as reserved which are
actually at the end of RAM.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
arch/x86/cpu/coreboot/sdram.c