From: "Denys Dmytriyenko" <denys@ti.com>
To: Ankur Tyagi <ankur.tyagi@gallagher.com>
Cc: "meta-ti@lists.yoctoproject.org" <meta-ti@lists.yoctoproject.org>
Subject: Re: [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config
Date: Thu, 11 Jun 2020 18:24:57 -0400 [thread overview]
Message-ID: <20200611222457.GB10194@beryl> (raw)
In-Reply-To: <SYXPR01MB1088DE758604A092AF17E50CE5800@SYXPR01MB1088.ausprd01.prod.outlook.com>
On Thu, Jun 11, 2020 at 10:13:53PM +0000, Ankur Tyagi wrote:
> ping
I haven't seen this patch on the list - are you sure you sent it properly? Can
you please re-send it again?
> -----Original Message-----
> From: Ankur Tyagi <ankur.tyagi@gallagher.com>
> Sent: Tuesday, 9 June 2020 4:02 PM
> To: meta-ti@lists.yoctoproject.org
> Cc: Ankur Tyagi <Ankur.Tyagi@gallagher.com>
> Subject: [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config
>
> When using meta-ti BSP layer, user should be able to override default uboot
> board config with their custom board config as it is common for customers
> to design custom board based upon am335x-evm dev kit.
The idea is that if you are creating a custom board based on am335x-evm and
adding new config to U-boot, you should consider adding a new OE machine. Even
if your machine includes ti33x.inc for common SoC definitions, you can still
overwrite UBOOT_MACHINE in your <custom-machine>.conf file...
> Signed-off-by: Ankur Tyagi <ankur.tyagi@gallagher.com>
> ---
> conf/machine/include/ti33x.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
> index abfd7ec7..ff72a382 100644
> --- a/conf/machine/include/ti33x.inc
> +++ b/conf/machine/include/ti33x.inc
> @@ -39,7 +39,7 @@ KERNEL_DEVICETREE = " \
> KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
>
> UBOOT_ARCH = "arm"
> -UBOOT_MACHINE = "am335x_evm_config"
> +UBOOT_MACHINE ?= "am335x_evm_config"
>
> UBOOT_ENTRYPOINT = "0x80008000"
> UBOOT_LOADADDRESS = "0x80008000"
> --
> 2.17.1
>
>
next prev parent reply other threads:[~2020-06-11 22:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20200609040204.47343-1-ankur.tyagi@gallagher.com>
2020-06-11 22:13 ` [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config Ankur Tyagi
2020-06-11 22:24 ` Denys Dmytriyenko [this message]
[not found] <20200611223018.58178-1-ankur.tyagi@gallagher.com>
2020-06-11 22:48 ` Ankur Tyagi
2020-06-15 19:38 ` Ankur Tyagi
2020-06-15 19:41 ` Denys Dmytriyenko
2020-06-15 19:45 ` Ankur Tyagi
[not found] ` <1618CF3A292A2864.29686@lists.yoctoproject.org>
2020-06-16 23:40 ` Ankur Tyagi
2020-06-17 23:53 ` Denys Dmytriyenko
2020-06-18 0:40 ` Ankur Tyagi
2020-06-18 1:19 ` Denys Dmytriyenko
2020-06-18 3:54 ` Ankur Tyagi
[not found] ` <1619871A2E16E3B4.23753@lists.yoctoproject.org>
2020-06-29 16:05 ` Ankur Tyagi
2020-06-29 21:21 ` Denys Dmytriyenko
2020-06-30 0:55 ` Ankur Tyagi
2020-06-30 0:57 ` 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=20200611222457.GB10194@beryl \
--to=denys@ti.com \
--cc=ankur.tyagi@gallagher.com \
--cc=meta-ti@lists.yoctoproject.org \
/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.