mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* pull-request: kp-mcb2 board files and configuration, GCC 4.5.x optimizer workaround, powerpc mach changes
@ 2010-10-13 10:40 Carsten Schlote
  2010-10-13 13:07 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Carsten Schlote @ 2010-10-13 10:40 UTC (permalink / raw)
  To: barebox

The following changes since commit
a14c018d11ab8931eb0882dd9d7f6bdb04aa6d8b:

  MAKEALL: allow CROSS_COMPILE*="" (2010-10-08 15:43:09 +0200)

are available in the git repository at:
  git://git.vahanus.net/csc/barebox.git for-upstream

Carsten Schlote (5):
      [ppc/mpc5xxx] Fixed typo in cpu_init.c
      [ppc/mpc5xxx] Small text cleanups and ADDECR to output
      [kp-mcb2] Added board files and configs for konzeptpark mcb2
      [compiler] Added OPTIMIZE options to enable GCC optimizer
      [drivers/nor] Fixed mismatch in prototype

 Makefile                                |    2 +-
 arch/arm/Makefile                       |    8 +
 arch/blackfin/Makefile                  |    7 +
 arch/m68k/Makefile                      |    7 +
 arch/ppc/Kconfig                        |   11 +
 arch/ppc/Makefile                       |    8 +
 arch/ppc/boards/kp-mcb2/Makefile        |    2 +
 arch/ppc/boards/kp-mcb2/barebox.lds.S   |  139 ++++++++++++
 arch/ppc/boards/kp-mcb2/config.h        |  253 ++++++++++++++++++++++
 arch/ppc/boards/kp-mcb2/kp-mcb2.c       |  349
+++++++++++++++++++++++++++++++
 arch/ppc/boards/kp-mcb2/kp-mcb2.dox     |    8 +
 arch/ppc/boards/kp-mcb2/mt46v32m16-75.h |   46 ++++
 arch/ppc/mach-mpc5xxx/Kconfig           |    5 +-
 arch/ppc/mach-mpc5xxx/cpu_init.c        |    2 +-
 arch/ppc/mach-mpc5xxx/reginfo.c         |    3 +-
 arch/sandbox/Makefile                   |    8 +
 arch/x86/Makefile                       |    8 +
 common/Kconfig                          |   13 ++
 drivers/nor/cfi_flash.c                 |    2 +-
 19 files changed, 875 insertions(+), 6 deletions(-)
 create mode 100644 arch/ppc/boards/kp-mcb2/Makefile
 create mode 100644 arch/ppc/boards/kp-mcb2/barebox.lds.S
 create mode 100644 arch/ppc/boards/kp-mcb2/config.h
 create mode 100644 arch/ppc/boards/kp-mcb2/kp-mcb2.c
 create mode 100644 arch/ppc/boards/kp-mcb2/kp-mcb2.dox
 create mode 100644 arch/ppc/boards/kp-mcb2/mt46v32m16-75.h

-- 
Carsten Schlote <c.schlote@konzeptpark.de>
konzeptpark.de

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2010-10-13 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-13 10:40 pull-request: kp-mcb2 board files and configuration, GCC 4.5.x optimizer workaround, powerpc mach changes Carsten Schlote
2010-10-13 13:07 ` Jean-Christophe PLAGNIOL-VILLARD

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