From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Tue, 06 Dec 2011 21:37:07 +1100 Subject: [U-Boot] [PATCH v3 4/6] x86: Add infrastructure to extract an e820 table from the coreboot tables In-Reply-To: <1323122967-18033-5-git-send-email-gabeblack@chromium.org> References: <1322911130-29856-1-git-send-email-gabeblack@chromium.org> <1323122967-18033-5-git-send-email-gabeblack@chromium.org> Message-ID: <4EDDF053.3030808@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gabe, On 06/12/11 09:09, Gabe Black wrote: > 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 > --- > Changes in v2: > - Moved the coreboot specific e820 function into this patch. > > Changes in v3: > - Moved the coreboot specific e820 function declaration into this patch. > > arch/x86/cpu/coreboot/sdram.c | 38 +++++++++++++++++++++++++++++++++++++- > 1 files changed, 37 insertions(+), 1 deletions(-) Applied to u-boot-x86/next Regards, Graeme