diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-09-13 18:00:12 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-22 07:40:03 -0400 |
commit | 246771b1845df858007165827d934ca9c43153b3 (patch) | |
tree | 6c202f018a622b0d8b3dc51309283c8d7cf7a78c /configs/stm32h743-disco_defconfig | |
parent | a1e384b4d9df74735f02e3b9a2f8f70ff02543a5 (diff) |
board: Add stm32h7 SoC, discovery and evaluation boards support
This patch adds support for stm32h7 soc family, stm32h743
discovery and evaluation boards.
For more information about STM32H7 series, please visit:
http://www.st.com/en/microcontrollers/stm32h7-series.html
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/stm32h743-disco_defconfig')
-rw-r--r-- | configs/stm32h743-disco_defconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/configs/stm32h743-disco_defconfig b/configs/stm32h743-disco_defconfig new file mode 100644 index 0000000000..eed921d24b --- /dev/null +++ b/configs/stm32h743-disco_defconfig @@ -0,0 +1,30 @@ +CONFIG_ARM=y +CONFIG_STM32=y +CONFIG_SYS_MALLOC_F_LEN=0xF00 +CONFIG_STM32H7=y +CONFIG_TARGET_STM32H743_DISCO=y +CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-disco" +CONFIG_BOOTDELAY=3 +CONFIG_DEFAULT_FDT_FILE="stm32h743i-disco" +# CONFIG_DISPLAY_CPUINFO is not set +CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_HUSH_PARSER=y +CONFIG_SYS_PROMPT="U-Boot > " +CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n" +CONFIG_AUTOBOOT_STOP_STR=" " +CONFIG_CMD_BOOTZ=y +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FPGA is not set +# CONFIG_CMD_SETEXPR is not set +# CONFIG_CMD_NET is not set +# CONFIG_CMD_NFS is not set +CONFIG_CMD_TIMER=y +CONFIG_OF_CONTROL=y +CONFIG_OF_EMBED=y +# CONFIG_PINCTRL_FULL is not set +# CONFIG_SPL_SERIAL_PRESENT is not set +CONFIG_REGEX=y +CONFIG_LIB_RAND=y +CONFIG_OF_LIBFDT_OVERLAY=y +# CONFIG_EFI_LOADER is not set |