[U-Boot] [PATCH v2 0/7] MIPS: use an unified u-boot.lds script

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Thu Jan 31 00:50:31 CET 2013


2013/1/30 Gabor Juhos <juhosg at openwrt.org>:
> 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
>

all patches in this series applied to u-boot-mips/master, thanks

-- 
Best regards,
Daniel


More information about the U-Boot mailing list