From: Ilias Apalodimas <ilias.apalodimas@linaro.org>
To: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de, Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH 2/2] bloblist: Disable CONFIG_SPL_BLOBLIST_PRIOR_STAGE on some platforms
Date: Thu, 12 Dec 2024 18:31:24 +0200 [thread overview]
Message-ID: <Z1sP3FkqZ8Veaner@hera> (raw)
In-Reply-To: <20241212151142.1562825-2-trini@konsulko.com>
On Thu, Dec 12, 2024 at 09:11:42AM -0600, Tom Rini wrote:
> A few platforms, notably chromebooks bob, coral and kevin, create the
> bloblist that will be used in SPL and are not provided one by a prior
> stage. They also define CONFIG_BLOBLIST_ADDR to be in DRAM and so we
> cannot scan the area until after DRAM init happens in SPL.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Simon Glass <sjg@chromium.org>
> ---
> configs/chromebook_bob_defconfig | 1 +
> configs/chromebook_coral_defconfig | 1 +
> configs/chromebook_kevin_defconfig | 1 +
> 3 files changed, 3 insertions(+)
>
> diff --git a/configs/chromebook_bob_defconfig b/configs/chromebook_bob_defconfig
> index decac2e19352..e44775506682 100644
> --- a/configs/chromebook_bob_defconfig
> +++ b/configs/chromebook_bob_defconfig
> @@ -38,6 +38,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
> CONFIG_BLOBLIST=y
> CONFIG_BLOBLIST_ADDR=0x100000
> CONFIG_BLOBLIST_SIZE=0x1000
> +# CONFIG_SPL_BLOBLIST_PRIOR_STAGE is not set
> CONFIG_SPL_MAX_SIZE=0x1e000
> CONFIG_SPL_PAD_TO=0x7f8000
> CONFIG_HANDOFF=y
> diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig
> index 0fb730497386..a5ef4fd2675e 100644
> --- a/configs/chromebook_coral_defconfig
> +++ b/configs/chromebook_coral_defconfig
> @@ -46,6 +46,7 @@ CONFIG_BLOBLIST=y
> # CONFIG_TPL_BLOBLIST is not set
> CONFIG_BLOBLIST_ADDR=0x100000
> CONFIG_BLOBLIST_SIZE=0x30000
> +# CONFIG_SPL_BLOBLIST_PRIOR_STAGE is not set
> CONFIG_SPL_NO_BSS_LIMIT=y
> CONFIG_HANDOFF=y
> CONFIG_SPL_SEPARATE_BSS=y
> diff --git a/configs/chromebook_kevin_defconfig b/configs/chromebook_kevin_defconfig
> index 5bbea6c42a8b..27fcfe866ee1 100644
> --- a/configs/chromebook_kevin_defconfig
> +++ b/configs/chromebook_kevin_defconfig
> @@ -39,6 +39,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
> CONFIG_BLOBLIST=y
> CONFIG_BLOBLIST_ADDR=0x100000
> CONFIG_BLOBLIST_SIZE=0x1000
> +# CONFIG_SPL_BLOBLIST_PRIOR_STAGE is not set
> CONFIG_SPL_MAX_SIZE=0x1e000
> CONFIG_SPL_PAD_TO=0x7f8000
> CONFIG_HANDOFF=y
> --
> 2.43.0
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
next prev parent reply other threads:[~2024-12-12 16:31 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 15:11 [PATCH 1/2] bloblist: Introduce BLOBLIST_PRIOR_STAGE options Tom Rini
2024-12-12 15:11 ` [PATCH 2/2] bloblist: Disable CONFIG_SPL_BLOBLIST_PRIOR_STAGE on some platforms Tom Rini
2024-12-12 16:31 ` Ilias Apalodimas [this message]
2024-12-12 16:34 ` [PATCH 1/2] bloblist: Introduce BLOBLIST_PRIOR_STAGE options Ilias Apalodimas
2024-12-12 17:02 ` Tom Rini
2024-12-12 17:08 ` Ilias Apalodimas
2024-12-12 17:27 ` Tom Rini
2024-12-12 17:28 ` Ilias Apalodimas
2024-12-13 3:38 ` Simon Glass
2024-12-13 14:03 ` Tom Rini
2024-12-13 14:15 ` Simon Glass
2024-12-13 14:28 ` Tom Rini
2024-12-13 14:32 ` Simon Glass
2024-12-13 17:07 ` Tom Rini
2024-12-16 0:25 ` Simon Glass
2024-12-17 4:00 ` Tom Rini
2024-12-17 19:45 ` Simon Glass
2024-12-17 20:15 ` Tom Rini
2024-12-17 23:42 ` Simon Glass
2024-12-18 0:18 ` Tom Rini
2024-12-18 1:46 ` Simon Glass
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=Z1sP3FkqZ8Veaner@hera \
--to=ilias.apalodimas@linaro.org \
--cc=sjg@chromium.org \
--cc=trini@konsulko.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox