All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Patrice CHOTARD <patrice.chotard@foss.st.com>, u-boot@lists.denx.de
Cc: Igor Opaniuk <igor.opaniuk@gmail.com>,
	Patrick Delaunay <patrick.delaunay@foss.st.com>,
	Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>,
	u-boot@dh-electronics.com,
	uboot-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 2/4] ARM: dts: stm32: Reinstate SPL_SYS_MMCSD_RAW_MODE on DH STM32MP15xx DHSOM
Date: Wed, 18 Dec 2024 11:42:11 +0100	[thread overview]
Message-ID: <28be5835-46e6-4447-a7c0-d19e3777a98c@denx.de> (raw)
In-Reply-To: <4dc85e80-3c73-4db0-8c47-2aaf7c35373a@foss.st.com>

On 12/18/24 11:32 AM, Patrice CHOTARD wrote:
> 
> 
> On 12/16/24 09:54, Patrice CHOTARD wrote:
>>
>>
>> On 12/16/24 00:29, Marek Vasut wrote:
>>> Commit 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")
>>> broke booting from SD card on STM32MP15xx , reinstate raw mode SD
>>> boot configuration options and select the correct raw mode partition
>>> for STM32MP15xx to fix SD boot on STM32MP15xx DHSOM.
>>>
>>> Fixes: 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")
>>> Reported-by: Patrice Chotard <patrice.chotard@foss.st.com>
>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>> ---
>>> NOTE: For 2025.01
>>> ---
>>> Cc: Igor Opaniuk <igor.opaniuk@gmail.com>
>>> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
>>> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
>>> Cc: Simon Glass <sjg@chromium.org>
>>> Cc: Tom Rini <trini@konsulko.com>
>>> Cc: u-boot@dh-electronics.com
>>> Cc: u-boot@lists.denx.de
>>> Cc: uboot-stm32@st-md-mailman.stormreply.com
>>> ---
>>>   configs/stm32mp15_dhsom.config | 3 +++
>>>   1 file changed, 3 insertions(+)
>>>
>>> diff --git a/configs/stm32mp15_dhsom.config b/configs/stm32mp15_dhsom.config
>>> index efc149577ea..04ee9bfc444 100644
>>> --- a/configs/stm32mp15_dhsom.config
>>> +++ b/configs/stm32mp15_dhsom.config
>>> @@ -57,11 +57,14 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y
>>>   CONFIG_SPL_STACK=0x30000000
>>>   CONFIG_SPL_SYS_MALLOC=y
>>>   CONFIG_SPL_SYS_MALLOC_SIZE=0x1d00000
>>> +CONFIG_SPL_SYS_MMCSD_RAW_MODE=y
>>>   CONFIG_SPL_TEXT_BASE=0x2FFC2500
>>>   CONFIG_SPL_USB_GADGET=y
>>>   CONFIG_STM32_ADC=y
>>>   CONFIG_SYSRESET_SYSCON=y
>>>   CONFIG_SYS_BOOTCOUNT_ADDR=0x5C00A14C
>>> +CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=0x3
>>> +CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y
>>>   CONFIG_SYS_MALLOC_F_LEN=0x3000
>>>   CONFIG_SYS_PBSIZE=1050
>>>   CONFIG_PREBOOT="run dh_preboot"
>>
>> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
>> Thanks
>> Patrice
> Applied to u-boot-stm32/next
u-boot-stm32/master, right ?
              ^^^^^^

This is for 2025.01 .

  parent reply	other threads:[~2024-12-18 10:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-15 23:29 [PATCH 1/4] ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR Marek Vasut
2024-12-15 23:29 ` [PATCH 2/4] ARM: dts: stm32: Reinstate SPL_SYS_MMCSD_RAW_MODE on DH STM32MP15xx DHSOM Marek Vasut
2024-12-16  8:54   ` Patrice CHOTARD
2024-12-18 10:32     ` Patrice CHOTARD
2024-12-18 10:38       ` Patrice CHOTARD
2024-12-18 10:48         ` Marek Vasut
2024-12-18 10:42       ` Marek Vasut [this message]
2024-12-15 23:29 ` [PATCH 3/4] ARM: dts: stm32: Drop access-controllers from SPL DT " Marek Vasut
2024-12-16  8:54   ` Patrice CHOTARD
2024-12-18 10:32     ` Patrice CHOTARD
2024-12-18 10:41       ` [Uboot-stm32] " Patrice CHOTARD
2024-12-15 23:29 ` [PATCH 4/4] ARM: dts: stm32: Deduplicate CONFIG_OF_SPL_REMOVE_PROPS " Marek Vasut
2024-12-16  8:53   ` Patrice CHOTARD
2024-12-18 10:33     ` Patrice CHOTARD
2024-12-18 10:42       ` [Uboot-stm32] " Patrice CHOTARD
2024-12-17 16:42 ` [PATCH 1/4] ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR Patrice CHOTARD
2024-12-18 10:31   ` Patrice CHOTARD
2024-12-18 10:36     ` [Uboot-stm32] " 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=28be5835-46e6-4447-a7c0-d19e3777a98c@denx.de \
    --to=marex@denx.de \
    --cc=igor.opaniuk@gmail.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@dh-electronics.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    /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.