From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Sat, 19 Dec 2015 20:20:44 +0100 Subject: [U-Boot] [PATCH 0/5] MIPS updates Message-ID: <1450552849-10813-1-git-send-email-daniel.schwierzeck@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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