[PULL] Pull request for u-boot master = u-boot-stm32-20201021
Patrick DELAUNAY
patrick.delaunay at st.com
Thu Oct 22 09:32:44 CEST 2020
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(-)
More information about the U-Boot
mailing list