mbox series

[PULL] rpi patch queue 2018-05-24

Message ID 20180524083631.39791-1-agraf@suse.de
State New
Headers show
Series [PULL] rpi patch queue 2018-05-24 | expand

Pull-request

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

Message

Alexander Graf May 24, 2018, 8:36 a.m. UTC
Hi Tom,

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

Alex


The following changes since commit dca268a8f987730978e1a23adfd0ac82db341a10:

  .travis.yml: Further optimizations (2018-05-22 22:08:57 -0400)

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 385cbe298a6ddcab2d6cc21fb6a549152572957b:

  rpi: Change load addresses to make more room for the kernel & DTB (2018-05-24 10:20:53 +0200)

----------------------------------------------------------------
Patch queue for rpi - 2018-05-24

Some minor fixes for the Raspberry Pi:

  - Fix SD writes on new sdhost controller
  - Sanitize default load addresses, allowing for better payload placement

----------------------------------------------------------------
Alexander Graf (2):
      rpi: Adjust fdt_addr_r to a sane address
      mmc: Unirqify bcm2835_sdhost and fix writes

Tuomas Tynkkynen (1):
      rpi: Change load addresses to make more room for the kernel & DTB

 drivers/mmc/bcm2835_sdhost.c | 265 ++++++++-----------------------------------
 include/configs/rpi.h        |  61 ++++++----
 2 files changed, 83 insertions(+), 243 deletions(-)

Comments

Tom Rini May 24, 2018, 11:41 p.m. UTC | #1
On Thu, May 24, 2018 at 10:36:31AM +0200, Alexander Graf wrote:

> Hi Tom,

> 

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

> 

> Alex

> 

> 

> The following changes since commit dca268a8f987730978e1a23adfd0ac82db341a10:

> 

>   .travis.yml: Further optimizations (2018-05-22 22:08:57 -0400)

> 

> 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 385cbe298a6ddcab2d6cc21fb6a549152572957b:

> 

>   rpi: Change load addresses to make more room for the kernel & DTB (2018-05-24 10:20:53 +0200)

> 


Applied to u-boot/master, thanks!

-- 
Tom