public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] MIPS: unify start.S
@ 2015-01-29 10:04 Paul Burton
  2015-01-29 10:04 ` [U-Boot] [PATCH 1/4] MIPS: use asm.h macros in mips32 start.S Paul Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Paul Burton @ 2015-01-29 10:04 UTC (permalink / raw)
  To: u-boot

Currently we have mips32-specific & mips64-specific versions of start.S,
which are very similar. This short series adapts the mips32 start.S to
also be suitable for mips64 systems & then shares that single copy
between mips32 & mips64 builds.

Paul Burton (4):
  MIPS: use asm.h macros in mips32 start.S
  MIPS: handle mips64 relocs in mips32 start.S
  MIPS: handle mips64 ST0_KX bit in mips32 start.S
  MIPS: share start.S between mips32 & mips64

 arch/mips/Makefile                    |   3 +-
 arch/mips/cpu/mips32/Makefile         |   1 -
 arch/mips/cpu/mips64/Makefile         |   1 -
 arch/mips/cpu/mips64/start.S          | 291 ----------------------------------
 arch/mips/lib/Makefile                |   2 +
 arch/mips/{cpu/mips32 => lib}/start.S | 137 +++++++++-------
 6 files changed, 83 insertions(+), 352 deletions(-)
 delete mode 100644 arch/mips/cpu/mips64/start.S
 rename arch/mips/{cpu/mips32 => lib}/start.S (61%)

-- 
2.2.2

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

end of thread, other threads:[~2015-01-30 12:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 10:04 [U-Boot] [PATCH 0/4] MIPS: unify start.S Paul Burton
2015-01-29 10:04 ` [U-Boot] [PATCH 1/4] MIPS: use asm.h macros in mips32 start.S Paul Burton
2015-01-29 10:04 ` [U-Boot] [PATCH 2/4] MIPS: handle mips64 relocs " Paul Burton
2015-01-29 10:04 ` [U-Boot] [PATCH 3/4] MIPS: handle mips64 ST0_KX bit " Paul Burton
2015-01-29 10:04 ` [U-Boot] [PATCH 4/4] MIPS: share start.S between mips32 & mips64 Paul Burton
2015-01-29 13:48 ` [U-Boot] [PATCH 0/4] MIPS: unify start.S Daniel Schwierzeck
2015-01-30 12:22   ` Paul Burton

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