mbox

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

Message ID CAPnjgZ1B02SEX3UEBY5ZmfZAdqxAx1RtxPwDS-gAttqZ8n5FSw@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 April 16, 2013, 8:07 p.m. UTC
Hi Tom,

[Trying again with the offending patch removed for now]

The following changes since commit cba6494f24d711ba63afb22b1ee691a41fee121c:

  Prepare v2013.04-rc3 (2013-04-15 11:47:10 -0400)

are available in the git repository at:

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

for you to fetch changes up to 617c246f3c123d4a2d4dba9d08a4a2dd324cb407:

  x86: config: Init PCI before SPI (2013-04-15 16:26:43 -0700)

----------------------------------------------------------------
Simon Glass (3):
      x86: Fix DRAM bank size init with generic board
      x86: Allow setup code to manage its own global data
      x86: config: Init PCI before SPI

 arch/x86/cpu/coreboot/sdram.c | 7 ++++++-
 common/board_f.c              | 5 ++---
 common/board_r.c              | 3 ---
 include/configs/coreboot.h    | 1 +
 4 files changed, 9 insertions(+), 7 deletions(-)

Regards,
Simon


On Tue, Apr 16, 2013 at 12:53 PM, Tom Rini <trini@ti.com> wrote:
> On Tue, Apr 16, 2013 at 12:15:36PM -0700, Simon Glass wrote:
>
>> Vladimir '?-coder/phcoder' Serbinenko (1):
>>       x86: Fix wrong >4G filtering
>
> Two problems.  First, this is missing a signed-off-by line.  Second,
> nicnames in the author field are frowned upon to not allowed here.
> Thanks!
>
> --
> Tom

Comments

Tom Rini April 16, 2013, 8:31 p.m. UTC | #1
On Tue, Apr 16, 2013 at 01:07:33PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> [Trying again with the offending patch removed for now]
> 
> The following changes since commit cba6494f24d711ba63afb22b1ee691a41fee121c:
> 
>   Prepare v2013.04-rc3 (2013-04-15 11:47:10 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 617c246f3c123d4a2d4dba9d08a4a2dd324cb407:
> 
>   x86: config: Init PCI before SPI (2013-04-15 16:26:43 -0700)
> 
> ----------------------------------------------------------------
> Simon Glass (3):
>       x86: Fix DRAM bank size init with generic board
>       x86: Allow setup code to manage its own global data
>       x86: config: Init PCI before SPI
> 
>  arch/x86/cpu/coreboot/sdram.c | 7 ++++++-
>  common/board_f.c              | 5 ++---
>  common/board_r.c              | 3 ---
>  include/configs/coreboot.h    | 1 +
>  4 files changed, 9 insertions(+), 7 deletions(-)

Applied to u-boot/master, thanks!