mbox

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

Message ID CAPnjgZ08QCWkPn8thyM1j41tbJh5aEQn7fcGwFnid3kvWoe2bQ@mail.gmail.com
State Rejected
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass April 16, 2013, 7:15 p.m. UTC
Hi Tom,

[sorry, take 2]

Unfortunately I found some problems in x86 that I had not picked up on earlier.


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 054fcf6b562cd80a5e8cbf0fa61db9e8695fe3e4:

  x86: Fix wrong >4G filtering (2013-04-15 16:39:57 -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

Vladimir 'φ-coder/phcoder' Serbinenko (1):
      x86: Fix wrong >4G filtering

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

Comments

Tom Rini April 16, 2013, 7:53 p.m. UTC | #1
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!