public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Various x86 patches
@ 2012-04-29 12:00 Graeme Russ
  2012-04-29 12:00 ` [U-Boot] [PATCH 1/5] x86: Fix compilation on 64-built built machines Graeme Russ
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Graeme Russ @ 2012-04-29 12:00 UTC (permalink / raw)
  To: u-boot

These have been floating around for a while waiting for 2012.04

The first patch touches on the common makefiles, but it is only
examples/standalone/Makefile that really needs to be checked for
cross-platform issues

Graeme Russ (5):
  x86: Fix compilation on 64-built built machines
  x86: Forward declate gd_t
  x86: Put global data on the stack
  x86: Remove duplicate PCI init
  x86: Add ilog2 to bitops

 Makefile                            |    1 +
 arch/x86/cpu/config.mk              |    3 +-
 arch/x86/cpu/cpu.c                  |    6 ---
 arch/x86/cpu/start.S                |   67 +++++++++++++++++++++++++++++++----
 arch/x86/include/asm/bitops.h       |    5 +++
 arch/x86/include/asm/global_data.h  |    5 ++-
 arch/x86/include/asm/init_helpers.h |    1 -
 arch/x86/include/asm/processor.h    |    1 +
 arch/x86/lib/board.c                |    5 +--
 arch/x86/lib/init_helpers.c         |   37 +-------------------
 examples/standalone/Makefile        |    2 +-
 include/configs/eNET.h              |    6 ---
 12 files changed, 75 insertions(+), 64 deletions(-)

-- 
1.7.7.6

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-11-28  1:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 12:00 [U-Boot] [PATCH 0/5] Various x86 patches Graeme Russ
2012-04-29 12:00 ` [U-Boot] [PATCH 1/5] x86: Fix compilation on 64-built built machines Graeme Russ
2012-11-28  1:35   ` Simon Glass
2012-04-29 12:00 ` [U-Boot] [PATCH 2/5] x86: Forward declate gd_t Graeme Russ
2012-04-30  2:23   ` Marek Vasut
2012-11-28  1:28     ` Simon Glass
2012-11-28  1:29       ` Marek Vasut
2012-11-28  1:31         ` Simon Glass
2012-11-28  1:35           ` Marek Vasut
2012-11-28  1:37             ` Graeme Russ
2012-11-28  1:44               ` Marek Vasut
2012-04-29 12:00 ` [U-Boot] [PATCH 3/5] x86: Put global data on the stack Graeme Russ
2012-11-28  1:17   ` Simon Glass
2012-04-29 12:00 ` [U-Boot] [PATCH 4/5] x86: Remove duplicate PCI init Graeme Russ
2012-11-28  1:15   ` Simon Glass
2012-04-29 12:00 ` [U-Boot] [PATCH 5/5] x86: Add ilog2 to bitops Graeme Russ
2012-11-28  1:32   ` Simon Glass
2012-04-29 12:25 ` [U-Boot] [PATCH 0/5] Various x86 patches Andy Pont
     [not found] ` <4f9d32e6.810c320a.69b0.01ddSMTPIN_ADDED@mx.google.com>
2012-04-29 12:31   ` Graeme Russ
2012-11-28  1:13     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox