diff options
author | Tom Rini | 2022-07-13 08:09:20 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-13 08:09:20 -0400 |
commit | 357fa8bb4d40abf411a6cca70f5a2dd6413028ea (patch) | |
tree | d601b72d7a84eed491586143aeac34d0d10b33a4 /include/configs | |
parent | 36b661dc919da318c163a45f4a220d2e3d9db608 (diff) | |
parent | 48d9eaf6826a1816c5f9839a564ea6338da609a7 (diff) |
Merge tag 'u-boot-stm32-20220712' of https://source.denx.de/u-boot/custodians/u-boot-stm
- Alignment with Linux kernel device tree v5.19 for stm32mp15 and stm32mp13
- Add OP-TEE nodes for stm32mp13x, alligned with upstreamed OP-TEE
- Introduce of_to_plat ops in stm32_sdmmc2 driver
- Activate more features in stm32mp13 defconfig and support of STM32MP13x Rev.Y
- Drop fastboot and stm32prog trigger gpios on STM32MP15x DHCOM board
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/stm32mp13_st_common.h | 5 | ||||
-rw-r--r-- | include/configs/stm32mp15_st_common.h | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/stm32mp13_st_common.h b/include/configs/stm32mp13_st_common.h index ec64b12f7ab..c51022b40d2 100644 --- a/include/configs/stm32mp13_st_common.h +++ b/include/configs/stm32mp13_st_common.h @@ -14,4 +14,9 @@ #include <configs/stm32mp13_common.h> +/* uart with on-board st-link */ +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \ + 230400, 460800, 921600, \ + 1000000, 2000000, 4000000} + #endif diff --git a/include/configs/stm32mp15_st_common.h b/include/configs/stm32mp15_st_common.h index 37b216e6e9f..6bdc286cfca 100644 --- a/include/configs/stm32mp15_st_common.h +++ b/include/configs/stm32mp15_st_common.h @@ -48,7 +48,8 @@ ST_STM32MP1_BOOTCMD \ STM32MP_PARTS_DEFAULT \ BOOTENV \ - STM32MP_EXTRA + STM32MP_EXTRA \ + STM32MP_BOARD_EXTRA_ENV #endif #endif |