From: Graeme Russ <graeme.russ@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-x86/next
Date: Mon, 19 Dec 2011 13:23:46 +1100 [thread overview]
Message-ID: <4EEEA032.8050501@gmail.com> (raw)
Hi Wolfgang:
The following changes since commit 7b725f8485bcdd0be3cda40e435b783882bf18ec:
CHECKPATCH: ./board/esd/hh405/logo_320_240_8bpp.c (2011-12-18 00:14:46 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git next
Gabe Black (7):
x86: Initial commit for running as a coreboot payload
x86: Import code from coreboot's libpayload to parse the coreboot table
x86: Clean up the x86 zimage code in preparation to extend it
x86: Add support for booting Linux using the 32 bit boot protocol
x86: Add infrastructure to extract an e820 table from the coreboot tables
x86: Refactor the zboot innards so they can be reused with a vboot image
x86: Add support for specifying an initrd with the zboot command
arch/x86/cpu/coreboot/Makefile | 58 +++++
arch/x86/cpu/coreboot/asm-offsets.c | 25 ++
arch/x86/cpu/coreboot/coreboot_car.S | 29 +++
arch/x86/cpu/coreboot/ipchecksum.c | 54 +++++
arch/x86/cpu/coreboot/sdram.c | 75 ++++++
arch/x86/cpu/coreboot/sysinfo.c | 39 +++
arch/x86/cpu/coreboot/tables.c | 183 ++++++++++++++
arch/x86/include/asm/arch-coreboot/ipchecksum.h | 37 +++
arch/x86/include/asm/arch-coreboot/sysinfo.h | 63 +++++
arch/x86/include/asm/arch-coreboot/tables.h | 241 +++++++++++++++++++
arch/x86/include/asm/zimage.h | 36 +--
arch/x86/lib/bootm.c | 21 ++-
arch/x86/lib/zimage.c | 276 ++++++++++++++--------
board/chromebook-x86/coreboot/Makefile | 53 ++++
board/chromebook-x86/coreboot/coreboot.c | 87 +++++++
board/chromebook-x86/coreboot/coreboot_pci.c | 30 +++
board/chromebook-x86/coreboot/coreboot_start.S | 29 +++
board/chromebook-x86/coreboot/coreboot_start16.S | 46 ++++
boards.cfg | 1 +
include/configs/coreboot.h | 225 ++++++++++++++++++
include/serial.h | 2 +-
21 files changed, 1482 insertions(+), 128 deletions(-)
create mode 100644 arch/x86/cpu/coreboot/Makefile
create mode 100644 arch/x86/cpu/coreboot/asm-offsets.c
create mode 100644 arch/x86/cpu/coreboot/coreboot_car.S
create mode 100644 arch/x86/cpu/coreboot/ipchecksum.c
create mode 100644 arch/x86/cpu/coreboot/sdram.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/arch-coreboot/ipchecksum.h
create mode 100644 arch/x86/include/asm/arch-coreboot/sysinfo.h
create mode 100644 arch/x86/include/asm/arch-coreboot/tables.h
create mode 100644 board/chromebook-x86/coreboot/Makefile
create mode 100644 board/chromebook-x86/coreboot/coreboot.c
create mode 100644 board/chromebook-x86/coreboot/coreboot_pci.c
create mode 100644 board/chromebook-x86/coreboot/coreboot_start.S
create mode 100644 board/chromebook-x86/coreboot/coreboot_start16.S
create mode 100644 include/configs/coreboot.h
next reply other threads:[~2011-12-19 2:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-19 2:23 Graeme Russ [this message]
2011-12-20 21:37 ` [U-Boot] Pull request: u-boot-x86/next Wolfgang Denk
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=4EEEA032.8050501@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.