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

Hi Tom,
please pull updates for MIPS.
https://travis-ci.org/danielschwierzeck/u-boot/builds/456633159
The following changes since commit 0c4b382f9041f9f2f00246c8a0ece90dae5451be:
Merge branch '2018-11-16-master-imports' (2018-11-17 08:19:40 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-mips.git tags/mips-pull-2018-11-18
for you to fetch changes up to 1bef0c530beaaba08b8ca7a9ec6ce6dc25f62dfb:
MIPS: fix linking of standalone programs (2018-11-18 16:02:23 +0100)
---------------------------------------------------------------- - tree-wide: introduce LDFLAGS_STANDALONE - MIPS: fix long-standing issue with linking of standalone programs - MIPS: MT76xx: add GPIO and WDT drivers - MIPS: MT76xx: various fixes and updates to gardena-smart-gateway board - MIPS: MT76xx: various fixes and updates to linkit-smart-7688 board
---------------------------------------------------------------- Daniel Schwierzeck (3): Kbuild: add LDFLAGS_STANDALONE Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGS MIPS: fix linking of standalone programs
Stefan Roese (14): wdt: Add MT7621 watchdog driver gpio: Add MT7621 GPIO support mips: mt76xx: lowlevel_init.S: Add missing memory controller reset in DDR init mips: mt76xx: Add ethernet DT node to mt7628a.dtsi mips: mt76xx: Add GPIO DT nodes to mt7628a.dtsi mips: mt76xx: Add watchdog DT node to mt7628a.dtsi mips: mt76xx: Kconfig: Add ethernet and GPIO support mips: mt76xx: Enable watchdog support mips: mt76xx: gardena-smart-gateway: Configure GPIOs (digital vs analog) mips: mt76xx: gardena-smart-gateway: Add LEDs to dts mips: mt76xx: gardena-smart-gateway: Add board_late_init() to set LED def state mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfig mips: mt76xx: linkit-smart-7688: Use ioremap_nocache to get address mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfig
arch/mips/Kconfig | 3 ++ arch/mips/config.mk | 4 ++ arch/mips/cpu/mips32/config.mk | 7 ---- arch/mips/cpu/mips64/config.mk | 7 ---- arch/mips/dts/gardena-smart-gateway-mt7688.dts | 60 ++++++++++++++++++++++++++++- arch/mips/dts/linkit-smart-7688.dts | 1 - arch/mips/dts/mt7628a.dtsi | 51 ++++++++++++++++++++++++ arch/mips/include/asm/u-boot-mips.h | 2 + arch/mips/mach-mt7620/Kconfig | 1 + arch/mips/mach-mt7620/cpu.c | 40 +++++++++++++++++++ arch/mips/mach-mt7620/lowlevel_init.S | 6 +++ arch/nds32/config.mk | 4 +- arch/riscv/config.mk | 4 +- arch/sh/config.mk | 2 +- board/gardena/smart-gateway-mt7688/board.c | 24 +++++++++--- board/seeed/linkit-smart-7688/board.c | 7 +++- config.mk | 2 + configs/gardena-smart-gateway-mt7688-ram_defconfig | 36 +++++++++++++---- configs/gardena-smart-gateway-mt7688_defconfig | 36 +++++++++++++---- configs/linkit-smart-7688-ram_defconfig | 22 +++++++---- configs/linkit-smart-7688_defconfig | 22 +++++++---- drivers/gpio/Kconfig | 8 ++++ drivers/gpio/Makefile | 1 + drivers/gpio/mt7621_gpio.c | 183 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/watchdog/Kconfig | 8 ++++ drivers/watchdog/Makefile | 1 + drivers/watchdog/mt7621_wdt.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++ examples/standalone/Makefile | 8 ++-- examples/standalone/mips.lds | 42 -------------------- examples/standalone/mips64.lds | 42 -------------------- include/configs/gardena-smart-gateway-mt7688.h | 4 +- include/configs/linkit-smart-7688.h | 2 +- 32 files changed, 593 insertions(+), 149 deletions(-) delete mode 100644 arch/mips/cpu/mips32/config.mk delete mode 100644 arch/mips/cpu/mips64/config.mk create mode 100644 drivers/gpio/mt7621_gpio.c create mode 100644 drivers/watchdog/mt7621_wdt.c delete mode 100644 examples/standalone/mips.lds delete mode 100644 examples/standalone/mips64.lds

On Sun, Nov 18, 2018 at 08:30:56PM +0100, Daniel Schwierzeck wrote:
Hi Tom,
please pull updates for MIPS.
https://travis-ci.org/danielschwierzeck/u-boot/builds/456633159
The following changes since commit 0c4b382f9041f9f2f00246c8a0ece90dae5451be:
Merge branch '2018-11-16-master-imports' (2018-11-17 08:19:40 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-mips.git tags/mips-pull-2018-11-18
for you to fetch changes up to 1bef0c530beaaba08b8ca7a9ec6ce6dc25f62dfb:
MIPS: fix linking of standalone programs (2018-11-18 16:02:23 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Daniel Schwierzeck
-
Tom Rini