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

Hi Tom,
here is another batch of MIPS updates.
The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 4349b55b9953d0bb591f13ca9985edf591348ced:
mips: ath79: ar933x: Avoid warning with gcc5 (2016-05-26 01:34:14 +0200)
---------------------------------------------------------------- Marek Vasut (2): mips: Allow overriding start.S in SPL mips: Drop JZ4740 remnants
Paul Burton (6): fdt: Support for ISA busses fdt: Document the rest of struct of_bus dm: ns16550: Don't map_physmem for I/O ports malta: Tidy up UART address selection malta: Use device model & tree for UART MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig
Wills Wang (2): mips: ath79: ar933x: Fix ethernet PHY mismatch mips: ath79: ar933x: Avoid warning with gcc5
Kconfig | 2 +- arch/mips/Kconfig | 4 + arch/mips/Makefile | 6 + arch/mips/dts/Makefile | 1 + arch/mips/dts/mti,malta.dts | 32 ++++ arch/mips/include/asm/global_data.h | 8 - arch/mips/include/asm/jz4740.h | 1150 ------------------------------------------------------------------------------------------------------------- arch/mips/mach-ath79/ar933x/ddr.c | 2 + arch/mips/mach-ath79/include/mach/ar71xx_regs.h | 1 + arch/mips/mach-ath79/reset.c | 3 +- board/dbau1x00/Kconfig | 3 + board/imgtec/malta/Kconfig | 3 + board/imgtec/malta/malta.c | 13 -- board/microchip/pic32mzda/Kconfig | 3 + board/micronas/vct/Kconfig | 3 + board/pb1x00/Kconfig | 3 + board/qca/ap121/Kconfig | 3 + board/qca/ap143/Kconfig | 3 + board/qemu-mips/Kconfig | 4 + board/tplink/wdr4300/Kconfig | 3 + common/fdt_support.c | 120 +++++++++++- configs/malta_defconfig | 2 + configs/maltael_defconfig | 2 + drivers/core/Kconfig | 23 +++ drivers/serial/ns16550.c | 10 +- include/configs/ap121.h | 2 - include/configs/ap143.h | 2 - include/configs/dbau1x00.h | 6 - include/configs/malta.h | 9 +- include/configs/pb1x00.h | 6 - include/configs/pic32mzdask.h | 1 - include/configs/qemu-mips.h | 1 - include/configs/qemu-mips64.h | 1 - include/configs/tplink_wdr4300.h | 2 - include/configs/vct.h | 1 - 35 files changed, 230 insertions(+), 1208 deletions(-) create mode 100644 arch/mips/dts/mti,malta.dts delete mode 100644 arch/mips/include/asm/jz4740.h

On Thu, May 26, 2016 at 02:13:38AM +0200, Daniel Schwierzeck wrote:
Hi Tom,
here is another batch of MIPS updates.
The following changes since commit fc15b9beed05dec6cc092c265042381a0eadb0e9:
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2016-05-24 13:42:03 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 4349b55b9953d0bb591f13ca9985edf591348ced:
mips: ath79: ar933x: Avoid warning with gcc5 (2016-05-26 01:34:14 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Daniel Schwierzeck
-
Tom Rini