* [meta-ti][master/scarthgap][PATCH v2] conf: machine: am62axx: Exclude tiboot3.bin for GP
@ 2025-04-23 1:35 Chirag Shilwant
2025-04-23 1:49 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Chirag Shilwant @ 2025-04-23 1:35 UTC (permalink / raw)
To: meta-ti; +Cc: Denys, Ryan Eatmon
* The GP variant of AM62A SoC was only used internally
for initial device bring-up and is not publicly available.
Hence, drop it from IMAGE_BOOT_FILES to ensure
tiboot3-am62ax-gp-evm.bin is not packaged inside vfat boot
partition of wic image
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
Changes in v2: Update commit message based on Denys feedback in v1
Link to v1 - https://lists.yoctoproject.org/g/meta-ti/message/18492
meta-ti-bsp/conf/machine/include/am62axx.inc | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc
index 98cea203..e5f827a9 100644
--- a/meta-ti-bsp/conf/machine/include/am62axx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62axx.inc
@@ -10,9 +10,6 @@ TFA_K3_SYSTEM_SUSPEND = "1"
# Default tiboot3.bin on AM62A is for HS-FS
IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin"
-# Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP
-IMAGE_BOOT_FILES += "tiboot3-am62ax-gp-evm.bin"
-
# Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE
IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-ti][master/scarthgap][PATCH v2] conf: machine: am62axx: Exclude tiboot3.bin for GP
2025-04-23 1:35 [meta-ti][master/scarthgap][PATCH v2] conf: machine: am62axx: Exclude tiboot3.bin for GP Chirag Shilwant
@ 2025-04-23 1:49 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2025-04-23 1:49 UTC (permalink / raw)
To: Chirag Shilwant; +Cc: meta-ti, Ryan Eatmon
On Wed, Apr 23, 2025 at 07:05:10AM +0530, Chirag Shilwant wrote:
> * The GP variant of AM62A SoC was only used internally
> for initial device bring-up and is not publicly available.
> Hence, drop it from IMAGE_BOOT_FILES to ensure
> tiboot3-am62ax-gp-evm.bin is not packaged inside vfat boot
> partition of wic image
>
> Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
> Changes in v2: Update commit message based on Denys feedback in v1
>
> Link to v1 - https://lists.yoctoproject.org/g/meta-ti/message/18492
>
> meta-ti-bsp/conf/machine/include/am62axx.inc | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc
> index 98cea203..e5f827a9 100644
> --- a/meta-ti-bsp/conf/machine/include/am62axx.inc
> +++ b/meta-ti-bsp/conf/machine/include/am62axx.inc
> @@ -10,9 +10,6 @@ TFA_K3_SYSTEM_SUSPEND = "1"
> # Default tiboot3.bin on AM62A is for HS-FS
> IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin"
>
> -# Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP
> -IMAGE_BOOT_FILES += "tiboot3-am62ax-gp-evm.bin"
> -
> # Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE
> IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin"
>
> --
> 2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-23 1:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23 1:35 [meta-ti][master/scarthgap][PATCH v2] conf: machine: am62axx: Exclude tiboot3.bin for GP Chirag Shilwant
2025-04-23 1:49 ` Denys Dmytriyenko
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.