public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wadim Egorov <w.egorov@phytec.de>
To: Yannic Moog <Y.Moog@phytec.de>
Cc: "uboot-imx@nxp.com" <uboot-imx@nxp.com>,
	"manut@mecka.net" <manut@mecka.net>,
	"trini@konsulko.com" <trini@konsulko.com>,
	"festevam@gmail.com" <festevam@gmail.com>,
	Yashwanth Varakala <Y.Varakala@phytec.de>,
	PHYTEC Upstream <upstream@lists.phytec.de>,
	"sbabic@denx.de" <sbabic@denx.de>,
	"tharvey@gateworks.com" <tharvey@gateworks.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>
Subject: Re: [Upstream] [PATCH v2 2/6] phycore-imx8mp_defconfig: add optee load address
Date: Fri, 8 Nov 2024 14:12:42 +0100	[thread overview]
Message-ID: <fd6491a8-e76b-479c-b57f-7fb5662f3759@phytec.de> (raw)
In-Reply-To: <98dc43a41ed8f8051b6f33761208766d448bc7b2.camel@phytec.de>



Am 08.11.24 um 13:55 schrieb Yannic Moog:
> Hi Wadim,
> 
> On Thu, 2024-11-07 at 09:52 +0100, Wadim Egorov wrote:
>> Hi Yannic,
>>
>> Am 07.11.24 um 09:23 schrieb Yannic Moog:
>>> The phyBOARD-Pollux expects 0x56000000 address to load optee.
>>
>> You are already defining a default for IMX8M_OPTEE_LOAD_ADDR in the
>> mach-imx Kconf. You can drop the patches touching the defconfigs.
> 
> I would like to keep these patches as the default value is "only" there to get a functioning build.
> To me it would seem there has been no thought put in to what the actual correct value would be if
> left as default. Does that make sense?

Yes, this makes sense. Up to you, it was just a hint.

Well, it will become de facto standard if you put a default value into 
the Kconfig regardless if there has been no thoughts on the best 
location for it. Other boards will probably just follow and reuse it anyway.


> 
> Yannic
> 
>>
>> Regards,
>> Wadim
>>
>>>
>>> Signed-off-by: Yannic Moog <y.moog@phytec.de>
>>> ---
>>>    configs/phycore-imx8mp_defconfig | 1 +
>>>    1 file changed, 1 insertion(+)
>>>
>>> diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
>>> index 1240c7fcbd0..910109afd80 100644
>>> --- a/configs/phycore-imx8mp_defconfig
>>> +++ b/configs/phycore-imx8mp_defconfig
>>> @@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x2000000
>>>    CONFIG_SPL_GPIO=y
>>>    CONFIG_SPL_LIBCOMMON_SUPPORT=y
>>>    CONFIG_SPL_LIBGENERIC_SUPPORT=y
>>> +CONFIG_IMX8M_OPTEE_LOAD_ADDR=0x56000000
>>>    CONFIG_PHYTEC_SOM_DETECTION=y
>>>    CONFIG_SF_DEFAULT_SPEED=80000000
>>>    CONFIG_ENV_SIZE=0x10000
>>>
>>
> 


  reply	other threads:[~2024-11-08 13:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-07  8:23 [PATCH v2 0/6] imx8(m): add optee node to binman FIT image Yannic Moog
2024-11-07  8:23 ` [PATCH v2 1/6] arm: imx8m: add OP-TEE node Yannic Moog
2024-11-07 17:42   ` Tim Harvey
2024-11-08 12:44     ` Yannic Moog
2024-11-08 13:49   ` Adam Ford
2024-11-08 18:05     ` Tim Harvey
2024-11-11  7:48       ` Yannic Moog
2024-11-11 10:49         ` Adam Ford
2024-11-13  7:06           ` Yannic Moog
2024-12-06 13:17             ` [Upstream] " Yannic Moog
2024-11-07  8:23 ` [PATCH v2 2/6] phycore-imx8mp_defconfig: add optee load address Yannic Moog
2024-11-07  8:52   ` [Upstream] " Wadim Egorov
2024-11-08 12:55     ` Yannic Moog
2024-11-08 13:12       ` Wadim Egorov [this message]
2024-11-07  8:23 ` [PATCH v2 3/6] imx8mm-phygate-tauri-l_defconfig: " Yannic Moog
2024-11-07  8:23 ` [PATCH v2 4/6] phycore-imx8mm_defconfig: " Yannic Moog
2024-11-07  8:23 ` [PATCH v2 5/6] doc: phytec: imx8mp: add OP-TEE documentation Yannic Moog
2024-11-07  9:07   ` [Upstream] " Wadim Egorov
2024-11-08 12:59     ` Yannic Moog
2024-11-08 13:05       ` Wadim Egorov
2024-11-07  8:23 ` [PATCH v2 6/6] doc: phytec: imx8mm: add OP-TEE integration instructions Yannic Moog

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=fd6491a8-e76b-479c-b57f-7fb5662f3759@phytec.de \
    --to=w.egorov@phytec.de \
    --cc=Y.Moog@phytec.de \
    --cc=Y.Varakala@phytec.de \
    --cc=festevam@gmail.com \
    --cc=manut@mecka.net \
    --cc=sbabic@denx.de \
    --cc=tharvey@gateworks.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=upstream@lists.phytec.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