mbox series

[PULL] u-boot-at91-fixes-2023.10-a

Message ID 9d189711-a2bd-58cc-d2b3-4e800c21e414@collabora.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-at91-fixes-2023.10-a | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-fixes-2023.10-a

Message

Eugen Hristev July 24, 2023, 1:56 p.m. UTC
Hello Tom,

Please pull tag u-boot-at91-fixes-2023.10-a , the first set of fixes for 
2023.10 cycle.

This small fixes set includes the LTO configs for the boards that had 
the SPL size up to the limit (sama5d2-based), such that more code can be 
added. It also includes a fix for mmc non-removable.

Thanks,
Eugen


The following changes since commit 247aa5a191159ea7e03bf1918e22fbbb784cd410:

   Merge branch '2023-07-21-assorted-TI-platform-updates' (2023-07-21 
19:33:05 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-at91.git 
tags/u-boot-at91-fixes-2023.10-a

for you to fetch changes up to e83b6f99fc512acda05691db35e7d83817eac0b9:

   atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE. (2023-07-24 
14:21:00 +0300)

----------------------------------------------------------------
First set of u-boot-atmel fixes for the 2023.07 cycle

----------------------------------------------------------------
Eugen Hristev (1):
       configs: sama5d2: enable CONFIG_LTO

Stefan Roese (1):
       configs: at91: sama5d2_icp_mmc: Enable CONFIG_LTO

Zixun LI (1):
       atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE.

  configs/sama5d2_icp_mmc_defconfig            |  1 +
  configs/sama5d2_xplained_emmc_defconfig      |  1 +
  configs/sama5d2_xplained_mmc_defconfig       |  1 +
  configs/sama5d2_xplained_qspiflash_defconfig |  1 +
  configs/sama5d2_xplained_spiflash_defconfig  |  1 +
  drivers/mmc/atmel_sdhci.c                    | 39 
+++++++++++++++++++++++++++++++++++++--
  6 files changed, 42 insertions(+), 2 deletions(-)

Comments

Tom Rini July 24, 2023, 4:41 p.m. UTC | #1
On Mon, Jul 24, 2023 at 04:56:09PM +0300, Eugen Hristev wrote:

> Hello Tom,
> 
> Please pull tag u-boot-at91-fixes-2023.10-a , the first set of fixes for
> 2023.10 cycle.
> 
> This small fixes set includes the LTO configs for the boards that had the
> SPL size up to the limit (sama5d2-based), such that more code can be added.
> It also includes a fix for mmc non-removable.
> 
> Thanks,
> Eugen
> 
> 
> The following changes since commit 247aa5a191159ea7e03bf1918e22fbbb784cd410:
> 
>   Merge branch '2023-07-21-assorted-TI-platform-updates' (2023-07-21
> 19:33:05 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-at91.git
> tags/u-boot-at91-fixes-2023.10-a
> 
> for you to fetch changes up to e83b6f99fc512acda05691db35e7d83817eac0b9:
> 
>   atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE. (2023-07-24
> 14:21:00 +0300)
> 

Applied to u-boot/master, thanks!