All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick DELAUNAY <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [PULL] Pull request for u-boot master  = u-boot-stm32-20201021
Date: Thu, 22 Oct 2020 07:32:44 +0000	[thread overview]
Message-ID: <727b802f645e4e779ae5b6b3cd250e85@SFHDAG2NODE3.st.com> (raw)

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(-)

             reply	other threads:[~2020-10-22  7:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22  7:32 Patrick DELAUNAY [this message]
2020-10-22 15:41 ` [PULL] Pull request for u-boot master = u-boot-stm32-20201021 Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=727b802f645e4e779ae5b6b3cd250e85@SFHDAG2NODE3.st.com \
    --to=patrick.delaunay@st.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.