From: Graeme Russ <graeme.russ@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] x86: Import code from coreboot's libpayload to parse the coreboot table
Date: Fri, 02 Dec 2011 23:06:12 +1100 [thread overview]
Message-ID: <4ED8BF34.7090402@gmail.com> (raw)
In-Reply-To: <1322633275-10542-2-git-send-email-gabeblack@chromium.org>
Hi Gabe,
On 30/11/11 17:07, Gabe Black wrote:
> Signed-off-by: Gabe Black <gabeblack@chromium.org>
> ---
> arch/x86/cpu/coreboot/Makefile | 3 +
> arch/x86/cpu/coreboot/ipchecksum.c | 54 ++++++
> arch/x86/cpu/coreboot/sysinfo.c | 33 ++++
> arch/x86/cpu/coreboot/tables.c | 183 +++++++++++++++++++
> arch/x86/include/asm/ic/coreboot/ipchecksum.h | 37 ++++
> arch/x86/include/asm/ic/coreboot/sysinfo.h | 64 +++++++
> arch/x86/include/asm/ic/coreboot/tables.h | 241 +++++++++++++++++++++++++
Please move these to arch/x86/include/asm/arch-coreboot/
> board/chromebook-x86/coreboot/coreboot.c | 10 +
> 8 files changed, 625 insertions(+), 0 deletions(-)
> create mode 100644 arch/x86/cpu/coreboot/ipchecksum.c
> create mode 100644 arch/x86/cpu/coreboot/sysinfo.c
> create mode 100644 arch/x86/cpu/coreboot/tables.c
> create mode 100644 arch/x86/include/asm/ic/coreboot/ipchecksum.h
> create mode 100644 arch/x86/include/asm/ic/coreboot/sysinfo.h
> create mode 100644 arch/x86/include/asm/ic/coreboot/tables.h
>
Regards,
Graeme
next prev parent reply other threads:[~2011-12-02 12:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-30 6:07 [U-Boot] [PATCH 0/4] Add code to read in the coreboot tables and fill in memory info Gabe Black
2011-11-30 6:07 ` [U-Boot] [PATCH 1/4] x86: Import code from coreboot's libpayload to parse the coreboot table Gabe Black
2011-12-02 12:06 ` Graeme Russ [this message]
2011-11-30 6:07 ` [U-Boot] [PATCH 2/4] x86: Determine the ram size using the coreboot tables Gabe Black
2011-11-30 6:07 ` [U-Boot] [PATCH 3/4] x86: Force the lib_sysinfo structure to be in the .data section Gabe Black
2011-12-02 21:10 ` Graeme Russ
2011-12-02 21:16 ` Gabe Black
2011-12-02 21:22 ` Graeme Russ
2011-12-02 21:27 ` Gabe Black
2012-01-08 5:19 ` Mike Frysinger
2011-11-30 6:07 ` [U-Boot] [PATCH 4/4] x86: Add infrastructure to extract an e820 table from the coreboot tables Gabe Black
2011-12-02 21:14 ` Graeme Russ
2011-12-02 21:24 ` Gabe Black
2011-12-02 21:36 ` Graeme Russ
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ED8BF34.7090402@gmail.com \
--to=graeme.russ@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox