From: Denys Dmytriyenko <denis@denix.org>
To: anshuld@ti.com
Cc: meta-ti@lists.yoctoproject.org, vigneshr@ti.com
Subject: Re: [meta-ti] [master/scarthgap][PATCH v1 2/3] bsp: conf: machine: add ti-falcon.inc
Date: Tue, 15 Apr 2025 20:13:45 -0400 [thread overview]
Message-ID: <20250416001345.GT13634@denix.org> (raw)
In-Reply-To: <20250415093645.435281-2-anshuld@ti.com>
On Tue, Apr 15, 2025 at 03:06:43PM +0530, Anshul Dalal via lists.yoctoproject.org wrote:
> ti-falcon.inc configures the following things for enabling falcon boot:
>
> 1. Change fitImage class to kernel-fitimage-legacyhs
> 2. Update kernel and dtb address for falcon boot
> 3. Disable kernel compression
>
> Signed-off-by: Anshul Dalal <anshuld@ti.com>
> ---
> meta-ti-bsp/conf/machine/include/k3.inc | 4 ++++
> meta-ti-bsp/conf/machine/include/ti-falcon.inc | 5 +++++
> 2 files changed, 9 insertions(+)
> create mode 100644 meta-ti-bsp/conf/machine/include/ti-falcon.inc
>
> diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
> index ea6a5028..329ac037 100644
> --- a/meta-ti-bsp/conf/machine/include/k3.inc
> +++ b/meta-ti-bsp/conf/machine/include/k3.inc
> @@ -56,3 +56,7 @@ TI_WKS_BOOTLOADER_APPEND ?= ""
> do_image_wic[depends] += "virtual/bootloader:do_deploy"
>
> SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
> +
> +FALCON_INCLUDE:ti-falcon = "conf/machine/include/ti-falcon.inc"
Where and how ti-falcon override is being defined/set?
> +require ${FALCON_INCLUDE}
> diff --git a/meta-ti-bsp/conf/machine/include/ti-falcon.inc b/meta-ti-bsp/conf/machine/include/ti-falcon.inc
> new file mode 100644
> index 00000000..b571c04d
> --- /dev/null
> +++ b/meta-ti-bsp/conf/machine/include/ti-falcon.inc
> @@ -0,0 +1,5 @@
> +KERNEL_CLASSES:remove = "kernel-fitimage"
> +KERNEL_CLASSES += "kernel-fitimage-legacyhs"
> +UBOOT_DTB_LOADADDRESS = "0x82000000"
> +UBOOT_LOADADDRESS = "0x82200000"
> +FIT_KERNEL_COMP_ALG = "none"
next prev parent reply other threads:[~2025-04-16 0:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-15 9:36 [master/scarthgap][PATCH v1 1/3] am62: apply u-boot config fragment on ti-falcon Anshul Dalal
2025-04-15 9:36 ` [master/scarthgap][PATCH v1 2/3] bsp: conf: machine: add ti-falcon.inc Anshul Dalal
2025-04-16 0:13 ` Denys Dmytriyenko [this message]
2025-04-16 3:01 ` [meta-ti] " Anshul Dalal
2025-04-15 9:36 ` [master/scarthgap][PATCH v1 3/3] bsp: u-boot: deploy tispl_falcon.bin to rootfs Anshul Dalal
2025-04-16 0:11 ` [meta-ti] " Denys Dmytriyenko
2025-04-16 2:59 ` Anshul Dalal
2025-04-16 14:33 ` Denys Dmytriyenko
2025-04-17 9:48 ` Anshul Dalal
2025-04-17 18:37 ` Denys Dmytriyenko
2025-04-21 9:01 ` Anshul Dalal
2025-04-22 19:53 ` Denys Dmytriyenko
2025-04-23 8:12 ` Anshul Dalal
2025-04-23 16:17 ` Denys Dmytriyenko
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=20250416001345.GT13634@denix.org \
--to=denis@denix.org \
--cc=anshuld@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=vigneshr@ti.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.