All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] MIPS: convert all boards to generic-board
@ 2014-11-15 22:46 Daniel Schwierzeck
  2014-11-15 22:46 ` [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS Daniel Schwierzeck
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Daniel Schwierzeck @ 2014-11-15 22:46 UTC (permalink / raw)
  To: u-boot




Daniel Schwierzeck (7):
  common/board_f: add setup of initial stack frame for MIPS
  common/board_f: fix gcc warning on MIPS64
  MIPS: dbau1x00: switch to generic board
  MIPS: pb1x00: switch to generic board
  MIPS: qemu_mips: switch to generic board
  MIPS: vct: switch to generic board
  MIPS: remove board.c

 arch/mips/lib/Makefile        |   3 -
 arch/mips/lib/board.c         | 320 ------------------------------------------
 common/board_f.c              |  18 ++-
 include/configs/dbau1x00.h    |   3 +
 include/configs/pb1x00.h      |   3 +
 include/configs/qemu-mips.h   |   3 +
 include/configs/qemu-mips64.h |   3 +
 include/configs/vct.h         |   3 +
 8 files changed, 28 insertions(+), 328 deletions(-)
 delete mode 100644 arch/mips/lib/board.c

-- 
2.1.3

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

end of thread, other threads:[~2014-11-25 13:32 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-15 22:46 [U-Boot] [PATCH 0/7] MIPS: convert all boards to generic-board Daniel Schwierzeck
2014-11-15 22:46 ` [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS Daniel Schwierzeck
2014-11-17  6:24   ` Simon Glass
2014-11-19 16:59     ` Daniel Schwierzeck
2014-11-19 22:22       ` Simon Glass
2014-11-20 16:54         ` Daniel Schwierzeck
2014-11-20 17:22           ` Simon Glass
2014-11-21 20:46             ` Daniel Schwierzeck
2014-11-21 22:22               ` Simon Glass
2014-11-24 22:20               ` Tom Rini
2014-11-25 13:32                 ` Daniel Schwierzeck
2014-11-24 22:12   ` [U-Boot] [U-Boot, " Tom Rini
2014-11-15 22:46 ` [U-Boot] [PATCH 2/7] common/board_f: fix gcc warning on MIPS64 Daniel Schwierzeck
2014-11-17  6:26   ` Simon Glass
2014-11-24 22:12   ` [U-Boot] [U-Boot, " Tom Rini
2014-11-15 22:46 ` [U-Boot] [PATCH 3/7] MIPS: dbau1x00: switch to generic board Daniel Schwierzeck
2014-11-15 22:46 ` [U-Boot] [PATCH 4/7] MIPS: pb1x00: " Daniel Schwierzeck
2014-11-15 22:46 ` [U-Boot] [PATCH 5/7] MIPS: qemu_mips: " Daniel Schwierzeck
2014-11-15 22:46 ` [U-Boot] [PATCH 6/7] MIPS: vct: " Daniel Schwierzeck
2014-11-16  9:17   ` Stefan Roese
2014-11-15 22:46 ` [U-Boot] [PATCH 7/7] MIPS: remove board.c Daniel Schwierzeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.