mbox

[U-Boot] Please pull u-boot-x86.git

Message ID CAPnjgZ0vP21eMDRnQucXt7WxQLR2h7sqk4YJs6Lr-msqc5LToA@mail.gmail.com
State Accepted, archived
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-x86.git master

Message

Simon Glass March 5, 2013, 12:01 a.m. UTC
Hi Tom,

Great to see the previous lot made it in. Here is the next x86 series.

The following changes since commit 2536850d7cd90bdb75bf3ff86838f913392b68db:

  Prepare v2013.04-rc1 (2013-03-04 16:29:17 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git master

for you to fetch changes up to fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:

  x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)

----------------------------------------------------------------
Simon Glass (9):
      x86: Add function to get top of usable ram
      x86: Add basic cache operations
      x86: Permit bootstage and timer data to be used prior to relocation
      x86: Add an __end symbol to signal the end of the U-Boot binary
      x86: Rearrange the output input to remove BSS
      x86: Support relocation of FDT on start-up
      x86: Add error checking to x86 relocation code
      x86: Adjust link device tree include file
      x86: Enable CONFIG_OF_CONTROL on coreboot

 arch/x86/cpu/coreboot/coreboot.c    | 15 +++++-------
 arch/x86/cpu/coreboot/sdram.c       | 18 +++-----------
 arch/x86/cpu/cpu.c                  | 23 +++++++++++++++++
 arch/x86/cpu/interrupts.c           |  7 +++---
 arch/x86/cpu/u-boot.lds             | 21 ++++++++++------
 arch/x86/include/asm/global_data.h  |  4 +++
 arch/x86/include/asm/init_helpers.h |  2 ++
 arch/x86/include/asm/relocate.h     |  1 +
 arch/x86/include/asm/u-boot-x86.h   |  1 +
 arch/x86/lib/board.c                |  3 +++
 arch/x86/lib/init_helpers.c         | 49 ++++++++++++++++++++++++++++---------
 arch/x86/lib/init_wrappers.c        |  1 +
 arch/x86/lib/relocate.c             | 37 ++++++++++++++++++++++++++--
 arch/x86/lib/timer.c                |  9 +++----
 board/chromebook-x86/dts/link.dts   |  2 +-
 include/configs/coreboot.h          |  6 +++++
 16 files changed, 146 insertions(+), 53 deletions(-)

Regards,
Simon

Comments

Tom Rini March 8, 2013, 5:57 p.m. UTC | #1
On Mon, Mar 04, 2013 at 04:01:52PM -0800, Simon Glass wrote:

> Hi Tom,
> 
> Great to see the previous lot made it in. Here is the next x86 series.
> 
> The following changes since commit 2536850d7cd90bdb75bf3ff86838f913392b68db:
> 
>   Prepare v2013.04-rc1 (2013-03-04 16:29:17 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
> 
>   x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)
> 
> ----------------------------------------------------------------
> Simon Glass (9):
>       x86: Add function to get top of usable ram
>       x86: Add basic cache operations
>       x86: Permit bootstage and timer data to be used prior to relocation
>       x86: Add an __end symbol to signal the end of the U-Boot binary
>       x86: Rearrange the output input to remove BSS
>       x86: Support relocation of FDT on start-up
>       x86: Add error checking to x86 relocation code
>       x86: Adjust link device tree include file
>       x86: Enable CONFIG_OF_CONTROL on coreboot
> 
>  arch/x86/cpu/coreboot/coreboot.c    | 15 +++++-------
>  arch/x86/cpu/coreboot/sdram.c       | 18 +++-----------
>  arch/x86/cpu/cpu.c                  | 23 +++++++++++++++++
>  arch/x86/cpu/interrupts.c           |  7 +++---
>  arch/x86/cpu/u-boot.lds             | 21 ++++++++++------
>  arch/x86/include/asm/global_data.h  |  4 +++
>  arch/x86/include/asm/init_helpers.h |  2 ++
>  arch/x86/include/asm/relocate.h     |  1 +
>  arch/x86/include/asm/u-boot-x86.h   |  1 +
>  arch/x86/lib/board.c                |  3 +++
>  arch/x86/lib/init_helpers.c         | 49 ++++++++++++++++++++++++++++---------
>  arch/x86/lib/init_wrappers.c        |  1 +
>  arch/x86/lib/relocate.c             | 37 ++++++++++++++++++++++++++--
>  arch/x86/lib/timer.c                |  9 +++----
>  board/chromebook-x86/dts/link.dts   |  2 +-
>  include/configs/coreboot.h          |  6 +++++
>  16 files changed, 146 insertions(+), 53 deletions(-)

Applied to u-boot/master, thanks!