[U-Boot] [GIT PULL] u-boot-mips/master

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:
arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 75a7d0242daf292fe048801e6c3e67364a5ab191:
MIPS: add .padding section to linker script (2014-10-31 19:41:54 +0100)
---------------------------------------------------------------- Daniel Schwierzeck (8): MIPS: kconfig: add options for endianess select MIPS: kconfig: add options for CPU type select MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS MIPS: kconfig: merge targets qemu_mips and qemu_mips64 MIPS: kconfig: add options for dbau1x00 board variant select MIPS: kconfig: add options for vct board variant select MIPS: refactor setting of compiler options MIPS: add .padding section to linker script
arch/mips/Kconfig | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- arch/mips/config.mk | 44 +++++++++++++++++++++++++++++-------------- arch/mips/cpu/mips32/config.mk | 14 -------------- arch/mips/cpu/mips64/config.mk | 14 -------------- arch/mips/cpu/u-boot.lds | 18 ++++++++++++++++++ board/dbau1x00/Kconfig | 21 ++++++++++++++++++--- board/imgtec/malta/Kconfig | 3 --- board/micronas/vct/Kconfig | 27 +++++++++++++++++++++++--- board/pb1x00/Kconfig | 3 --- board/qemu-mips/Kconfig | 19 ++----------------- configs/dbau1000_defconfig | 1 + configs/dbau1100_defconfig | 3 ++- configs/dbau1500_defconfig | 3 ++- configs/dbau1550_defconfig | 3 ++- configs/dbau1550_el_defconfig | 3 ++- configs/malta_defconfig | 2 +- configs/maltael_defconfig | 2 +- configs/pb1000_defconfig | 1 + configs/qemu_mips64_defconfig | 5 +++-- configs/qemu_mips64el_defconfig | 5 +++-- configs/qemu_mips_defconfig | 3 ++- configs/qemu_mipsel_defconfig | 3 ++- configs/vct_platinum_defconfig | 3 ++- configs/vct_platinum_onenand_defconfig | 4 +++- configs/vct_platinum_onenand_small_defconfig | 5 ++++- configs/vct_platinum_small_defconfig | 4 +++- configs/vct_platinumavc_defconfig | 3 ++- configs/vct_platinumavc_onenand_defconfig | 4 +++- configs/vct_platinumavc_onenand_small_defconfig | 5 ++++- configs/vct_platinumavc_small_defconfig | 4 +++- configs/vct_premium_defconfig | 3 ++- configs/vct_premium_onenand_defconfig | 4 +++- configs/vct_premium_onenand_small_defconfig | 5 ++++- configs/vct_premium_small_defconfig | 4 +++- 34 files changed, 258 insertions(+), 97 deletions(-)

On Fri, Oct 31, 2014 at 07:50:43PM +0100, Daniel Schwierzeck wrote:
The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:
arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 75a7d0242daf292fe048801e6c3e67364a5ab191:
MIPS: add .padding section to linker script (2014-10-31 19:41:54 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Daniel Schwierzeck
-
Tom Rini