mbox

[U-Boot] Pull request: u-boot-mips/master

Message ID 692317b9-01ab-1142-d88f-79ebbbaed24b@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mips.git master

Message

Daniel Schwierzeck May 12, 2017, 9:08 p.m. UTC
Hi Tom,

please pull some follow-up fixes for Broadcom MIPS and some minor updates for 
MIPS Boston board.

Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/231519583


The following changes since commit 1f5541c8818d3ecd243f9bbf58db9ea5f55a3195:

  Merge git://git.denx.de/u-boot-rockchip (2017-05-10 17:40:11 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to bc34986c86fc119813f406d95bb43e75e09b0df9:

  boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs (2017-05-12 13:29:50 +0200)

----------------------------------------------------------------
Paul Burton (5):
      MIPS: Make CM GCR base configurable
      boston: Move CM GCRs away from flash
      boston: Setup memory ranges in FDT provided to Linux
      boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB
      boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs

Álvaro Fernández Rojas (5):
      mips: bmips: bcm6358: fix brcm, bcm6358-mc size
      mips: bmips: bcm6328: fix brcm, bcm6328-mc size
      mips: bmips: bcm63268: fix brcm, bcm6328-mc size
      dm: ram: remove unneeded brcm,bcm63268-mc id
      mips: bmips: add missing SFR NeufBox 4 config

 arch/mips/Kconfig                | 21 ++++++++++++---------
 arch/mips/dts/brcm,bcm63268.dtsi |  2 +-
 arch/mips/dts/brcm,bcm6328.dtsi  |  2 +-
 arch/mips/dts/brcm,bcm6358.dtsi  |  2 +-
 arch/mips/lib/cache.c            |  2 ++
 arch/mips/mach-bmips/Kconfig     |  6 ++++++
 board/imgtec/boston/Makefile     |  1 +
 board/imgtec/boston/dt.c         | 27 +++++++++++++++++++++++++++
 configs/boston32r2_defconfig     |  7 +------
 configs/boston32r2el_defconfig   |  7 +------
 configs/boston64r2_defconfig     |  7 +------
 configs/boston64r2el_defconfig   |  7 +------
 drivers/ram/bmips_ram.c          |  6 +-----
 include/configs/boston.h         |  5 +++++
 14 files changed, 61 insertions(+), 41 deletions(-)
 create mode 100644 board/imgtec/boston/dt.c

Comments

Tom Rini May 14, 2017, 12:12 a.m. UTC | #1
On Fri, May 12, 2017 at 11:08:03PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull some follow-up fixes for Broadcom MIPS and some minor updates for 
> MIPS Boston board.
> 
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/231519583
> 
> 
> The following changes since commit 1f5541c8818d3ecd243f9bbf58db9ea5f55a3195:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2017-05-10 17:40:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to bc34986c86fc119813f406d95bb43e75e09b0df9:
> 
>   boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs (2017-05-12 13:29:50 +0200)
> 

Applied to u-boot/master, thanks!