All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Raspberry Pi updates for v2020.04
@ 2020-02-05  9:33 Matthias Brugger
  2020-02-05 18:03 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Brugger @ 2020-02-05  9:33 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please take into account the following commits for RPi boards.

It includes support for DFU on RPi4 as well as network support on that board.

You can find the CI output here:
https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/pipelines/2065
and here
https://travis-ci.org/mbgg/u-boot/builds/645395557

Regarding the DFU series [0] I didn't took the first two patches as I understand
that you wanted to see a test for the FAT bug fixed.

Regards,
Matthias

[0] https://patchwork.ozlabs.org/user/todo/uboot/?series=145985

---

The following changes since commit b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26:

  Prepare v2020.04-rc1 (2020-01-28 16:59:30 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git
tags/rpi-next-2020.04

for you to fetch changes up to 095c6eba9d02688e7a1c3cd2093f826d05fe961f:

  rpi4: Enable GENET Ethernet controller (2020-01-29 18:30:33 +0100)

----------------------------------------------------------------
- DFU support file operations lager then the default max size
- add dfu support to dwc2 for bcm2835
- enable DFU for RPi4
- Fix RPi4 memory map to include the genet device
- add driver for the genet ethernet device
- enable network support in RPi4 config

----------------------------------------------------------------
Amit Singh Tomar (3):
      net: Add support for Broadcom GENETv5 Ethernet controller
      rpi4: Update memory map to accommodate scb devices
      rpi4: Enable GENET Ethernet controller

Marek Szyprowski (4):
      dfu: mmc: rearrange the code
      dfu: mmc: remove file size limit for io operations
      usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support
      config: enable DFU over USB on Raspberry Pi4 boards

 arch/arm/mach-bcm283x/init.c               |   6 +-
 configs/rpi_4_32b_defconfig                |  14 +
 configs/rpi_4_defconfig                    |  14 +
 configs/rpi_arm64_defconfig                |   1 +
 drivers/dfu/dfu_mmc.c                      |  93 ++--
 drivers/net/Kconfig                        |   7 +
 drivers/net/Makefile                       |   1 +
 drivers/net/bcmgenet.c                     | 729 +++++++++++++++++++++++++++++
 drivers/usb/gadget/dwc2_udc_otg.c          |   2 +
 drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c |  12 +-
 include/configs/rpi.h                      |  20 +
 11 files changed, 854 insertions(+), 45 deletions(-)
 create mode 100644 drivers/net/bcmgenet.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] Raspberry Pi updates for v2020.04
  2020-02-05  9:33 [GIT PULL] Raspberry Pi updates for v2020.04 Matthias Brugger
@ 2020-02-05 18:03 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-02-05 18:03 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 05, 2020 at 10:33:18AM +0100, Matthias Brugger wrote:

> Hi Tom,
> 
> Please take into account the following commits for RPi boards.
> 
> It includes support for DFU on RPi4 as well as network support on that board.
> 
> You can find the CI output here:
> https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/pipelines/2065
> and here
> https://travis-ci.org/mbgg/u-boot/builds/645395557
> 
> Regarding the DFU series [0] I didn't took the first two patches as I understand
> that you wanted to see a test for the FAT bug fixed.
> 
> Regards,
> Matthias
> 
> [0] https://patchwork.ozlabs.org/user/todo/uboot/?series=145985
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200205/8450f6e6/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-05 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05  9:33 [GIT PULL] Raspberry Pi updates for v2020.04 Matthias Brugger
2020-02-05 18:03 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.