All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] MIPS: Split generic board ITS source, fix NI 169445 build
@ 2017-08-07 22:37 ` Paul Burton
  0 siblings, 0 replies; 11+ messages in thread
From: Paul Burton @ 2017-08-07 22:37 UTC (permalink / raw)
  To: linux-mips; +Cc: Ralf Baechle, Paul Burton

This series splits the generic vmlinux.its.S flattened image tree
source, allowing boards to specify their device tree & configuration
nodes in a board-specific file that gets concatenated with others to
form the final image tree source that is used to build the flattened
image tree (.itb file).

Applies atop mips-for-linux-next at 246edadb70f7.


Paul Burton (4):
  MIPS: Allow platform to specify multiple its.S files
  MIPS: generic: Move Boston FIT image source to its own file
  MIPS: generic: Move NI 169445 FIT image source to its own file
  MIPS: NI 169445: Fix lack of ITS root node

 arch/mips/Makefile                     |  3 +-
 arch/mips/boot/Makefile                | 16 +++++++----
 arch/mips/generic/Platform             |  4 +++
 arch/mips/generic/board-boston.its.S   | 22 +++++++++++++++
 arch/mips/generic/board-ni169445.its.S | 22 +++++++++++++++
 arch/mips/generic/vmlinux.its.S        | 50 ----------------------------------
 6 files changed, 61 insertions(+), 56 deletions(-)
 create mode 100644 arch/mips/generic/board-boston.its.S
 create mode 100644 arch/mips/generic/board-ni169445.its.S

-- 
2.14.0

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

end of thread, other threads:[~2017-08-08  4:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 22:37 [PATCH 0/4] MIPS: Split generic board ITS source, fix NI 169445 build Paul Burton
2017-08-07 22:37 ` Paul Burton
2017-08-07 22:37 ` [PATCH 1/4] MIPS: Allow platform to specify multiple its.S files Paul Burton
2017-08-07 22:37   ` Paul Burton
2017-08-07 22:37 ` [PATCH 2/4] MIPS: generic: Move Boston FIT image source to its own file Paul Burton
2017-08-07 22:37   ` Paul Burton
2017-08-07 22:37 ` [PATCH 3/4] MIPS: generic: Move NI 169445 " Paul Burton
2017-08-07 22:37   ` Paul Burton
2017-08-07 22:37 ` [PATCH 4/4] MIPS: NI 169445: Fix lack of ITS root node Paul Burton
2017-08-07 22:37   ` Paul Burton
2017-08-08  4:32   ` Ralf Baechle

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.