All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Pull request for u-boot master  = u-boot-stm32-20201021
@ 2020-10-22  7:32 Patrick DELAUNAY
  2020-10-22 15:41 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick DELAUNAY @ 2020-10-22  7:32 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull the STM32 related patches for u-boot/master, v2021.01: u-boot-stm32-20201021

- Activate CMD_EXPORTENV/CMD_IMPORTENV/CMD_ELF for STM32MP15 defconfig
- Fix stm32prog command: parsing of FlashLayout without partition
- Update MAINTAINERS for ARM STM STM32MP
- Manage eth1addr on dh board with KS8851
- Limit size of cacheable DDR in pre-reloc stage in stm32mp1
- Use mmc_of_parse() to read host capabilities in mmc:sdmmc2 driver

CI status:
    https://gitlab.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/5066

Thanks,
Patrick

git request-pull origin/mastert https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20201021

The following changes since commit 7ec87e4192215815b658c3f8b34e4be010103149:

  Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2020-10-19 09:29:05 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20201021

for you to fetch changes up to 53de79fecc53338b544b4d2c2d88daba9d82b007:

  stm32mp: stm32prog: accept device without partition (2020-10-21 18:12:20 +0200)

----------------------------------------------------------------
- Activate CMD_EXPORTENV/CMD_IMPORTENV/CMD_ELF for STM32MP15 defconfig
- Fix stm32prog command: parsing of FlashLayout without partition
- Update MAINTAINERS for ARM STM STM32MP
- Manage eth1addr on dh board with KS8851
- Limit size of cacheable DDR in pre-reloc stage in stm32mp1
- Use mmc_of_parse() to read host capabilities in mmc:sdmmc2 driver

----------------------------------------------------------------
Alexandru Gagniuc (2):
      mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"
      mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilities

Marek Vasut (1):
      ARM: dts: stm32: Do not set eth1addr if KS8851 has EEPROM

Patrick Delaunay (8):
      stm32mp: limit size of cacheable DDR in pre-reloc stage
      arm: stm32: cleanup arch gpio.h
      MAINTAINERS: Add stm32 and stm regexp for ARM STM STM32MP platform
      MAINTAINERS: Add STM32MP1 RNG driver in stm32mp platform
      configs: stm32mp15: activate CMD_IMPORTENV
      configs: stm32mp15: activate CMD_EXPORTENV
      configs: stm32mp15: activate CMD_ELF
      stm32mp: stm32prog: accept device without partition

 MAINTAINERS                                     |  3 ++
 arch/arm/include/asm/arch-stm32/gpio.h          | 37 ++---------------------
 arch/arm/mach-stm32mp/Kconfig                   | 13 ++++++++
 arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c |  3 +-
 arch/arm/mach-stm32mp/cpu.c                     |  3 +-
 arch/arm/mach-stm32mp/include/mach/gpio.h       | 37 ++---------------------
 arch/arm/mach-stm32mp/spl.c                     |  3 +-
 board/dhelectronics/dh_stm32mp1/board.c         | 40 ++++++++++++++++++++++---
 configs/stm32mp15_basic_defconfig               |  3 --
 configs/stm32mp15_trusted_defconfig             |  3 --
 drivers/gpio/stm32_gpio.c                       |  2 ++
 drivers/mmc/mmc-uclass.c                        |  2 +-
 drivers/mmc/stm32_sdmmc2.c                      | 18 ++---------
 13 files changed, 66 insertions(+), 101 deletions(-)

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

* [PULL] Pull request for u-boot master  = u-boot-stm32-20201021
  2020-10-22  7:32 [PULL] Pull request for u-boot master = u-boot-stm32-20201021 Patrick DELAUNAY
@ 2020-10-22 15:41 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-10-22 15:41 UTC (permalink / raw)
  To: u-boot

On Thu, Oct 22, 2020 at 07:32:44AM +0000, Patrick DELAUNAY wrote:

> Hi Tom,
> 
> Please pull the STM32 related patches for u-boot/master, v2021.01: u-boot-stm32-20201021
> 
> - Activate CMD_EXPORTENV/CMD_IMPORTENV/CMD_ELF for STM32MP15 defconfig
> - Fix stm32prog command: parsing of FlashLayout without partition
> - Update MAINTAINERS for ARM STM STM32MP
> - Manage eth1addr on dh board with KS8851
> - Limit size of cacheable DDR in pre-reloc stage in stm32mp1
> - Use mmc_of_parse() to read host capabilities in mmc:sdmmc2 driver
> 
> CI status:
>     https://gitlab.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/5066
> 
> Thanks,
> Patrick
> 
> git request-pull origin/mastert https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20201021
> 
> The following changes since commit 7ec87e4192215815b658c3f8b34e4be010103149:
> 
>   Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2020-10-19 09:29:05 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20201021
> 
> for you to fetch changes up to 53de79fecc53338b544b4d2c2d88daba9d82b007:
> 
>   stm32mp: stm32prog: accept device without partition (2020-10-21 18:12:20 +0200)
> 

Applied to u-boot/master, thanks!

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

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

end of thread, other threads:[~2020-10-22 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-22  7:32 [PULL] Pull request for u-boot master = u-boot-stm32-20201021 Patrick DELAUNAY
2020-10-22 15:41 ` 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.