mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* more ppc and pcm030 cleanup
@ 2011-09-27  8:28 Sascha Hauer
  2011-09-27  8:28 ` [PATCH 01/14] ppc: remove mgt5100 support from code Sascha Hauer
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Sascha Hauer @ 2011-09-27  8:28 UTC (permalink / raw)
  To: barebox

Sascha Hauer (14):
      ppc: remove mgt5100 support from code
      ppc: add a get_pc() function
      remove EARLY_INIT and EARLY_CONSOLE support
      ppc mpc5200: add function to determine configured sdram size
      ppc mpc5200: add function to configure a chipselect
      ppc mpc5200: add function to setup bus clocks
      ppc mpc5200b: cleanup lowlevel startup
      pcm030: use new functionality
      ppc: hardcode sdram base to 0x0
      mpc5200: hardcode MBAR to 0xf0000000
      mpc5200: hardcode internal sram for initram
      pcm030: fix /dev/self0 and /dev/env0
      ppc mpc5200: remove bus clock switching from generic code
      pcm030: cleanup config.h

 arch/arm/boards/karo-tx28/tx28-stk5.c        |    1 -
 arch/mips/lib/barebox.lds.S                  |    4 -
 arch/ppc/Kconfig                             |    9 --
 arch/ppc/boards/pcm030/barebox.lds.S         |    4 -
 arch/ppc/boards/pcm030/config.h              |   66 +-------------
 arch/ppc/boards/pcm030/pcm030.c              |   80 +++++++---------
 arch/ppc/include/asm/common.h                |   19 ++++
 arch/ppc/lib/board.c                         |    3 -
 arch/ppc/lib/board_data.c                    |    2 +-
 arch/ppc/mach-mpc5xxx/Kconfig                |    3 -
 arch/ppc/mach-mpc5xxx/cpu.c                  |  132 ++++++++++++++++++++++++--
 arch/ppc/mach-mpc5xxx/cpu_init.c             |   35 +------
 arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h |   12 +++
 arch/ppc/mach-mpc5xxx/start.S                |  100 ++++----------------
 common/Kconfig                               |   17 ----
 common/console.c                             |   36 +-------
 common/startup.c                             |   28 ------
 common/version.c                             |    5 +-
 drivers/serial/serial_mpc5xxx.c              |   25 -----
 include/common.h                             |    2 +-
 include/linux/ctype.h                        |    3 +-
 include/reloc.h                              |   62 ------------
 lib/vsprintf.c                               |    1 -
 23 files changed, 225 insertions(+), 424 deletions(-)
 delete mode 100644 include/reloc.h

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

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

end of thread, other threads:[~2011-09-27  8:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-27  8:28 more ppc and pcm030 cleanup Sascha Hauer
2011-09-27  8:28 ` [PATCH 01/14] ppc: remove mgt5100 support from code Sascha Hauer
2011-09-27  8:28 ` [PATCH 02/14] ppc: add a get_pc() function Sascha Hauer
2011-09-27  8:28 ` [PATCH 03/14] remove EARLY_INIT and EARLY_CONSOLE support Sascha Hauer
2011-09-27  8:28 ` [PATCH 04/14] ppc mpc5200: add function to determine configured sdram size Sascha Hauer
2011-09-27  8:28 ` [PATCH 05/14] ppc mpc5200: add function to configure a chipselect Sascha Hauer
2011-09-27  8:28 ` [PATCH 06/14] ppc mpc5200: add function to setup bus clocks Sascha Hauer
2011-09-27  8:28 ` [PATCH 07/14] ppc mpc5200b: cleanup lowlevel startup Sascha Hauer
2011-09-27  8:28 ` [PATCH 08/14] pcm030: use new functionality Sascha Hauer
2011-09-27  8:28 ` [PATCH 09/14] ppc: hardcode sdram base to 0x0 Sascha Hauer
2011-09-27  8:28 ` [PATCH 10/14] mpc5200: hardcode MBAR to 0xf0000000 Sascha Hauer
2011-09-27  8:28 ` [PATCH 11/14] mpc5200: hardcode internal sram for initram Sascha Hauer
2011-09-27  8:28 ` [PATCH 12/14] pcm030: fix /dev/self0 and /dev/env0 Sascha Hauer
2011-09-27  8:28 ` [PATCH 13/14] ppc mpc5200: remove bus clock switching from generic code Sascha Hauer
2011-09-27  8:28 ` [PATCH 14/14] pcm030: cleanup config.h Sascha Hauer

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