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

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(-)

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!

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

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!
participants (2)
-
Simon Glass
-
Tom Rini