[U-Boot] [PATCH 0/5] MIPS updates

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sat Dec 19 20:20:44 CET 2015




Daniel Schwierzeck (5):
  MIPS: fix annotation of _start and relocate_code
  MIPS: create .text sub-sections for assembler functions
  MIPS: do not build position-independent executables for SPL
  MIPS: add initial infrastructure for device-tree files
  Kconfig: create symbolic link on MIPS

 arch/Kconfig                |  2 ++
 arch/mips/config.mk         | 18 ++++++++++++++----
 arch/mips/cpu/start.S       | 12 +++++-------
 arch/mips/dts/.gitignore    |  1 +
 arch/mips/dts/Makefile      | 16 ++++++++++++++++
 arch/mips/dts/skeleton.dtsi | 23 +++++++++++++++++++++++
 arch/mips/include/asm/asm.h | 10 +++++++++-
 7 files changed, 70 insertions(+), 12 deletions(-)
 create mode 100644 arch/mips/dts/.gitignore
 create mode 100644 arch/mips/dts/Makefile
 create mode 100644 arch/mips/dts/skeleton.dtsi

-- 
2.5.0



More information about the U-Boot mailing list