All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] MIPS: add uImage build target
@ 2013-08-30 15:42 ` James Hogan
  0 siblings, 0 replies; 9+ messages in thread
From: James Hogan @ 2013-08-30 15:42 UTC (permalink / raw)
  To: Ralf Baechle, Florian Fainelli; +Cc: James Hogan, linux-mips

This adds a uImage build target for MIPS. The first two patches clean up
the Makefiles slightly to allow the load and entry address to be passed
nicely to arch/mips/boot/Makefile, and the final patch adds the uImage
targets.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org

Changes in v2:
 - Split into several patches to add refactoring which avoids duplicated
   load/entry address calculations (Florian).
 - Disable uImage targets when load address < 0xffffffff80000000 (e.g.
   SGI IP27).

James Hogan (3):
  MIPS: refactor boot and boot/compressed rules
  MIPS: refactor load/entry address calculations
  MIPS: add uImage build target

 arch/mips/Makefile                 | 34 +++++++++++++++++++++++++++++-----
 arch/mips/boot/.gitignore          |  1 +
 arch/mips/boot/Makefile            | 15 +++++++++++++++
 arch/mips/boot/compressed/Makefile |  2 +-
 arch/mips/lasat/image/Makefile     |  6 ++----
 5 files changed, 48 insertions(+), 10 deletions(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-01 19:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-30 15:42 [PATCH v2 0/3] MIPS: add uImage build target James Hogan
2013-08-30 15:42 ` James Hogan
2013-08-30 15:42 ` [PATCH v2 1/3] MIPS: refactor boot and boot/compressed rules James Hogan
2013-08-30 15:42   ` James Hogan
2013-08-30 15:42 ` [PATCH v2 2/3] MIPS: refactor load/entry address calculations James Hogan
2013-08-30 15:42   ` James Hogan
2013-08-30 15:42 ` [PATCH v2 3/3] MIPS: add uImage build target James Hogan
2013-08-30 15:42   ` James Hogan
2013-09-01 19:06 ` [PATCH v2 0/3] " Florian Fainelli

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.