mbox series

[PULL] rpi patch queue 2018-12-03

Message ID 20181203192632.48131-1-agraf@suse.de
State New
Headers show
Series [PULL] rpi patch queue 2018-12-03 | expand

Pull-request

git://github.com/agraf/u-boot.git tags/signed-rpi-next

Message

Alexander Graf Dec. 3, 2018, 7:26 p.m. UTC
Hi Tom,

This is my current patch queue for rpi.  Please pull.

Alex


The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:

  drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)

are available in the git repository at:

  git://github.com/agraf/u-boot.git tags/signed-rpi-next

for you to fetch changes up to d61cf138bce890b0b79745e48a908062bc36b99f:

  rpi: add 3 Model A+ (2018-12-03 20:25:06 +0100)

----------------------------------------------------------------
Patch queue for rpi - 2018-12-03

A few Raspberry Pi specific changes this time:

  - Allow 2nd MMC device
  - Support RPi 3 Model A+
  - Allow UUID to find filesystem

----------------------------------------------------------------
Emmanuel Vadot (1):
      rpi: Add mmc 1 as a boot target

Jonathan Gray (2):
      rpi: add URL of official revision code list
      rpi: add 3 Model A+

Otavio Salvador (1):
      ARM: rpi_*_defconfig: Add support to find UUID for filesystem

 board/raspberrypi/rpi/rpi.c | 14 ++++++--------
 configs/rpi_0_w_defconfig   |  1 +
 configs/rpi_2_defconfig     |  1 +
 configs/rpi_3_32b_defconfig |  1 +
 configs/rpi_3_defconfig     |  1 +
 configs/rpi_defconfig       |  1 +
 include/configs/rpi.h       |  1 +
 7 files changed, 12 insertions(+), 8 deletions(-)

Comments

Tom Rini Dec. 4, 2018, 4:49 a.m. UTC | #1
On Mon, Dec 03, 2018 at 08:26:32PM +0100, Alexander Graf wrote:

> Hi Tom,

> 

> This is my current patch queue for rpi.  Please pull.

> 

> Alex

> 

> 

> The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:

> 

>   drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)

> 

> are available in the git repository at:

> 

>   git://github.com/agraf/u-boot.git tags/signed-rpi-next

> 

> for you to fetch changes up to d61cf138bce890b0b79745e48a908062bc36b99f:

> 

>   rpi: add 3 Model A+ (2018-12-03 20:25:06 +0100)

> 


Applied to u-boot/master, thanks!

-- 
Tom