mbox series

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

Message ID c7f01fc1-dfa6-4558-f1b6-1c47645c59cd@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT,PULL] u-boot-mips | expand

Pull-request

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

Message

Daniel Schwierzeck July 11, 2018, 4:35 p.m. UTC
Hi Tom,

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


The following changes since commit e3396ffd720877976141fa0b76a0b8ee9643d7d1:

  Merge git://git.denx.de/u-boot-dm (2018-07-10 10:29:14 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c38abed5093a486d6349fc0d9d7a663f24965d78:

  led: bcm6328: read base address in the parent node (2018-07-11 14:23:55 +0200)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: add MIPS Release 6 build coverage for Boston boards

Philippe Reynes (2):
      cpu: bmips: fix probe to get the address
      led: bcm6328: read base address in the parent node

 configs/boston32r6_defconfig   | 41 +++++++++++++++++++++++++++++++++++++++++
 configs/boston32r6el_defconfig | 42 ++++++++++++++++++++++++++++++++++++++++++
 configs/boston64r6_defconfig   | 41 +++++++++++++++++++++++++++++++++++++++++
 configs/boston64r6el_defconfig | 42 ++++++++++++++++++++++++++++++++++++++++++
 drivers/cpu/bmips_cpu.c        |  2 +-
 drivers/led/led_bcm6328.c      |  2 +-
 6 files changed, 168 insertions(+), 2 deletions(-)
 create mode 100644 configs/boston32r6_defconfig
 create mode 100644 configs/boston32r6el_defconfig
 create mode 100644 configs/boston64r6_defconfig
 create mode 100644 configs/boston64r6el_defconfig

Comments

Tom Rini July 12, 2018, 2:50 a.m. UTC | #1
On Wed, Jul 11, 2018 at 06:35:33PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> Travis CI build:
> https://travis-ci.org/danielschwierzeck/u-boot/builds/402636234
> 
> 
> The following changes since commit e3396ffd720877976141fa0b76a0b8ee9643d7d1:
> 
>   Merge git://git.denx.de/u-boot-dm (2018-07-10 10:29:14 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to c38abed5093a486d6349fc0d9d7a663f24965d78:
> 
>   led: bcm6328: read base address in the parent node (2018-07-11 14:23:55 +0200)
> 

Applied to u-boot/master, thanks!