public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] MIPS: use an unified u-boot.lds script
@ 2013-01-30 14:31 Gabor Juhos
  2013-01-30 14:31 ` [U-Boot] [PATCH v2 1/7] MIPS: add unified u-boot.lds file Gabor Juhos
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Gabor Juhos @ 2013-01-30 14:31 UTC (permalink / raw)
  To: u-boot

This patch-set adds an unfied u-boot.lds file for the MIPS 
architecture, and removes the linker scripts of the individual 
boards.

The series depends on the following patch:
  MIPS: remove OUTPUT_FORMAT from linker scripts
  http://patchwork.ozlabs.org/patch/216892/

Gabor Juhos (7):
  MIPS: add unified u-boot.lds file
  MIPS: qemu-mips: use the unified u-boot.lds script
  MIPS: pb1x00: remove custom u-boot.lds script
  MIPS: vct: remove custom u-boot.lds script
  MIPS: incaip: remove custom u-boot.lds script
  MIPS: dbau1x00: remove custom u-boot.lds script
  MIPS: qi_lb60: remove custom u-boot.lds script

 arch/mips/cpu/u-boot.lds      |   84 +++++++++++++++++++++++++++++++++++++++++
 board/dbau1x00/u-boot.lds     |   65 -------------------------------
 board/incaip/u-boot.lds       |   65 -------------------------------
 board/micronas/vct/u-boot.lds |   68 ---------------------------------
 board/pb1x00/u-boot.lds       |   65 -------------------------------
 board/qemu-mips/u-boot.lds    |   70 ----------------------------------
 board/qi/qi_lb60/u-boot.lds   |   61 ------------------------------
 7 files changed, 84 insertions(+), 394 deletions(-)
 create mode 100644 arch/mips/cpu/u-boot.lds
 delete mode 100644 board/dbau1x00/u-boot.lds
 delete mode 100644 board/incaip/u-boot.lds
 delete mode 100644 board/micronas/vct/u-boot.lds
 delete mode 100644 board/pb1x00/u-boot.lds
 delete mode 100644 board/qemu-mips/u-boot.lds
 delete mode 100644 board/qi/qi_lb60/u-boot.lds

-- 
1.7.10

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

end of thread, other threads:[~2013-01-30 15:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 14:31 [U-Boot] [PATCH v2 0/7] MIPS: use an unified u-boot.lds script Gabor Juhos
2013-01-30 14:31 ` [U-Boot] [PATCH v2 1/7] MIPS: add unified u-boot.lds file Gabor Juhos
2013-01-30 14:34   ` Stefan Roese
2013-01-30 15:05     ` Gabor Juhos
2013-01-30 14:31 ` [U-Boot] [PATCH v2 2/7] MIPS: qemu-mips: use the unified u-boot.lds script Gabor Juhos
2013-01-30 14:31 ` [U-Boot] [PATCH v2 3/7] MIPS: pb1x00: remove custom " Gabor Juhos
2013-01-30 14:31 ` [U-Boot] [PATCH v2 4/7] MIPS: vct: " Gabor Juhos
2013-01-30 14:31 ` [U-Boot] [PATCH v2 5/7] MIPS: incaip: " Gabor Juhos
2013-01-30 14:31 ` [U-Boot] [PATCH v2 6/7] MIPS: dbau1x00: " Gabor Juhos
2013-01-30 14:31 ` [U-Boot] [PATCH v2 7/7] MIPS: qi_lb60: " Gabor Juhos

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