All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graeme Russ <graeme.russ@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6] x86: Initial commit for running as a coreboot payload
Date: Sun, 04 Dec 2011 11:53:35 +1100	[thread overview]
Message-ID: <4EDAC48F.20103@gmail.com> (raw)
In-Reply-To: <1322625907-26636-1-git-send-email-gabeblack@chromium.org>

Hi Gabe,

On 30/11/11 15:05, Gabe Black wrote:
> Add a target for running u-boot as a coreboot payload in boards.cfg, a
> board, CPU and a config. This is a skeleton implementation which always
> reports the size of memory as 64 MB.
> 
> Signed-off-by: Gabe Black <gabeblack@chromium.org>
> ---
> Changes in v5:
> Merge several smaller commits into this single commit.
> 
> Changes in v6:
> Merge in a fix for the IDE configuration.
> 
>  arch/x86/cpu/coreboot/Makefile                   |   55 ++++++
>  arch/x86/cpu/coreboot/asm-offsets.c              |   25 +++
>  arch/x86/cpu/coreboot/coreboot_car.S             |   29 +++
>  arch/x86/cpu/coreboot/sdram.c                    |   39 ++++
>  board/chromebook-x86/coreboot/Makefile           |   53 +++++
>  board/chromebook-x86/coreboot/coreboot.c         |   77 ++++++++
>  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 +-
>  12 files changed, 610 insertions(+), 1 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/sdram.c
>  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

Applied to u-boot-x86/next

Sorry for the long delay

Regards,

Graeme

      reply	other threads:[~2011-12-04  0:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-18  2:30 [U-Boot] [PATCH v5] x86: Initial commit for running as a coreboot payload Gabe Black
2011-11-30  4:05 ` [U-Boot] [PATCH v6] " Gabe Black
2011-12-04  0:53   ` Graeme Russ [this message]

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=4EDAC48F.20103@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.