From: Patrice CHOTARD <patrice.chotard@foss.st.com>
To: Johannes Krottmayer <johannes@krotti42.com>, <u-boot@lists.denx.de>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Subject: Re: [PATCH 07/10] include: configs: add STM32H747 discovery board
Date: Tue, 27 May 2025 15:13:57 +0200 [thread overview]
Message-ID: <f57075e7-e3fc-4bf6-8182-1aebefccfc08@foss.st.com> (raw)
In-Reply-To: <20250508212058.640483-8-johannes@krotti42.com>
On 5/8/25 23:24, Johannes Krottmayer wrote:
> Add initial support for the STM32H747 discovery board. The
> header is copied and modified from the STM32H743 discovery
> board.
>
> Signed-off-by: Johannes Krottmayer <johannes@krotti42.com>
> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
> include/configs/stm32h747-disco.h | 37 +++++++++++++++++++++++++++++++
> 1 file changed, 37 insertions(+)
> create mode 100644 include/configs/stm32h747-disco.h
>
> diff --git a/include/configs/stm32h747-disco.h b/include/configs/stm32h747-disco.h
> new file mode 100644
> index 00000000000..582c0289137
> --- /dev/null
> +++ b/include/configs/stm32h747-disco.h
> @@ -0,0 +1,37 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
> +/*
> + * Copied from include/configs/stm32h743-disco.h:
> + *
> + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
> + * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
Remove STMicroelectronics Copyright and my name as i am not the author of this file.
> + *
> + * Modified for the STM32H747-DISCO: Author: Johannes Krottmayer <johannes@krotti42.com>
> + */
> +
> +#ifndef __CONFIG_H
> +#define __CONFIG_H
> +
> +#include <config.h>
> +#include <linux/sizes.h>
> +
> +/* For booting Linux, use the first 16MB of memory */
> +#define CFG_SYS_BOOTMAPSZ SZ_16M
> +
> +#define CFG_SYS_FLASH_BASE 0x08000000
> +
> +#define CFG_SYS_HZ_CLOCK 1000000
> +
> +#define BOOT_TARGET_DEVICES(func) \
> + func(MMC, mmc, 0)
> +
> +#include <config_distro_bootcmd.h>
> +#define CFG_EXTRA_ENV_SETTINGS \
> + "kernel_addr_r=0xD0008000\0" \
> + "fdtfile=stm32h747i-disco.dtb\0" \
> + "fdt_addr_r=0xD0408000\0" \
> + "scriptaddr=0xD0418000\0" \
> + "pxefile_addr_r=0xD0428000\0" \
> + "ramdisk_addr_r=0xD0438000\0" \
> + BOOTENV
> +
> +#endif /* __CONFIG_H */
next prev parent reply other threads:[~2025-05-27 13:14 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 13:27 U-Boot STM32H747i-DISCO support Johannes Krottmayer
2025-05-08 21:23 ` [PATCH 00/10] add STM32H747 discovery board Johannes Krottmayer
2025-05-27 13:51 ` Patrice CHOTARD
2025-05-08 21:23 ` [PATCH 01/10] arm: mach-stm32: stm32h7: add initial lowlevel early function Johannes Krottmayer
2025-05-27 12:59 ` Patrice CHOTARD
2025-05-08 21:23 ` [PATCH 02/10] arm: mach-stm32: stm32h7: add initial Makefile Johannes Krottmayer
2025-05-27 13:00 ` Patrice CHOTARD
2025-05-08 21:23 ` [PATCH 03/10] arm: mach-stm32: stm32h7: add STM32H747-DISCO board Johannes Krottmayer
2025-05-27 13:01 ` Patrice CHOTARD
2025-05-08 21:24 ` [PATCH 04/10] arm: mach-stm32: add stm32h7 subdirectory Johannes Krottmayer
2025-05-27 13:07 ` Patrice CHOTARD
2025-05-08 21:24 ` [PATCH 05/10] board: st: add STM32H747 discovery board Johannes Krottmayer
2025-05-27 13:11 ` Patrice CHOTARD
2025-05-08 21:24 ` [PATCH 06/10] configs: " Johannes Krottmayer
2025-05-27 13:12 ` Patrice CHOTARD
2025-05-08 21:24 ` [PATCH 07/10] include: " Johannes Krottmayer
2025-05-27 13:13 ` Patrice CHOTARD [this message]
2025-05-08 21:24 ` [PATCH 08/10] arm: dts: " Johannes Krottmayer
2025-05-27 13:23 ` Patrice CHOTARD
2025-05-08 21:24 ` [PATCH 09/10] dts: upstream: arm: st: " Johannes Krottmayer
2025-05-09 11:23 ` Quentin Schulz
2025-05-09 16:32 ` Johannes Krottmayer
2025-05-08 21:24 ` [PATCH 10/10] dts: upstream: arm: st: stm32h7-pinctrl: change pins for USART1 Johannes Krottmayer
2025-05-27 13:26 ` Patrice CHOTARD
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=f57075e7-e3fc-4bf6-8182-1aebefccfc08@foss.st.com \
--to=patrice.chotard@foss.st.com \
--cc=johannes@krotti42.com \
--cc=patrick.delaunay@foss.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.