mbox series

Updates for RPi for 2023.10:

Message ID CALeDE9MLAxKXRZethKcxBKjocRmaFq2dNw0e-5TjHfSiPvryXA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Updates for RPi for 2023.10: | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-raspberrypi/ tags/rpi-2023.10

Message

Peter Robinson Sept. 4, 2023, 12:10 p.m. UTC
The following changes since commit 8999257f219d1e371c2fd66f255b8782897944d9:

  Merge tag 'doc-2023-10-rc4-2' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-02
09:08:54 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-raspberrypi/ tags/rpi-2023.10

for you to fetch changes up to fc2af2d978b525e188b15d909e321caf9445bdb0:

  arm: rpi: Switch to a text environment (2023-09-03 23:33:04 +0100)

----------------------------------------------------------------
Updates for RPi for 2023.10:

- rpi: Disable DISTRO_DEFAULTS
- arm: rpi: Switch to standard boot
- arm: rpi: Switch to a text environment

----------------------------------------------------------------
Simon Glass (3):
      arm: rpi: Switch to standard boot
      rpi: Disable DISTRO_DEFAULTS
      arm: rpi: Switch to a text environment

 board/raspberrypi/rpi/rpi.env  |  77
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/rpi_0_w_defconfig      |   2 +-
 configs/rpi_2_defconfig        |   2 +-
 configs/rpi_3_32b_defconfig    |   2 +-
 configs/rpi_3_b_plus_defconfig |   2 +-
 configs/rpi_3_defconfig        |   2 +-
 configs/rpi_4_32b_defconfig    |   2 +-
 configs/rpi_4_defconfig        |   2 +-
 configs/rpi_arm64_defconfig    |   2 +-
 configs/rpi_defconfig          |   2 +-
 include/configs/rpi.h          | 134
--------------------------------------------------------------------------------------------------------------------------------------
 11 files changed, 86 insertions(+), 143 deletions(-)
 create mode 100644 board/raspberrypi/rpi/rpi.env

Comments

Tom Rini Sept. 4, 2023, 2:40 p.m. UTC | #1
On Mon, Sep 04, 2023 at 01:10:09PM +0100, Peter Robinson wrote:

> The following changes since commit 8999257f219d1e371c2fd66f255b8782897944d9:
> 
>   Merge tag 'doc-2023-10-rc4-2' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-02
> 09:08:54 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-raspberrypi/ tags/rpi-2023.10
> 
> for you to fetch changes up to fc2af2d978b525e188b15d909e321caf9445bdb0:
> 
>   arm: rpi: Switch to a text environment (2023-09-03 23:33:04 +0100)
> 

Applied to u-boot/master, thanks!