Re: [RFC] Makefile.lib: find capsule ESL dtsi file when CONFIG_OF_UPSTREAM=y

2024-03-30 Thread Sughosh Ganu
On Fri, 29 Mar 2024 at 14:04, Jon Humphreys wrote: > > Sughosh Ganu writes: > > > On Thu, 28 Mar 2024 at 09:34, Jon Humphreys wrote: > >> > >> Sughosh Ganu writes: > >> > >> > hi Jonathan, > >> > > >> > On Wed, 27 Mar 2024 at 08:05, Jonathan Humphreys > >> > wrote: > >> >> > >> >> When CONFIG

Re: [RFC] Makefile.lib: find capsule ESL dtsi file when CONFIG_OF_UPSTREAM=y

2024-03-29 Thread Jon Humphreys
Sughosh Ganu writes: > On Thu, 28 Mar 2024 at 09:34, Jon Humphreys wrote: >> >> Sughosh Ganu writes: >> >> > hi Jonathan, >> > >> > On Wed, 27 Mar 2024 at 08:05, Jonathan Humphreys >> > wrote: >> >> >> >> When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories >> >> (vs the >

Re: [RFC] Makefile.lib: find capsule ESL dtsi file when CONFIG_OF_UPSTREAM=y

2024-03-28 Thread Sughosh Ganu
On Thu, 28 Mar 2024 at 09:34, Jon Humphreys wrote: > > Sughosh Ganu writes: > > > hi Jonathan, > > > > On Wed, 27 Mar 2024 at 08:05, Jonathan Humphreys wrote: > >> > >> When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories > >> (vs the > >> top level dts directory), but when C

Re: [RFC] Makefile.lib: find capsule ESL dtsi file when CONFIG_OF_UPSTREAM=y

2024-03-28 Thread Jon Humphreys
Sughosh Ganu writes: > hi Jonathan, > > On Wed, 27 Mar 2024 at 08:05, Jonathan Humphreys wrote: >> >> When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories (vs >> the >> top level dts directory), but when CONFIG_EFI_CAPSULE_AUTHENTICATE is >> enabled, >> the dynamically creat

Re: [RFC] Makefile.lib: find capsule ESL dtsi file when CONFIG_OF_UPSTREAM=y

2024-03-27 Thread Sughosh Ganu
hi Jonathan, On Wed, 27 Mar 2024 at 08:05, Jonathan Humphreys wrote: > > When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories (vs > the > top level dts directory), but when CONFIG_EFI_CAPSULE_AUTHENTICATE is enabled, > the dynamically created dtsi file containing the capsule E

[RFC] Makefile.lib: find capsule ESL dtsi file when CONFIG_OF_UPSTREAM=y

2024-03-26 Thread Jonathan Humphreys
When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories (vs the top level dts directory), but when CONFIG_EFI_CAPSULE_AUTHENTICATE is enabled, the dynamically created dtsi file containing the capsule ESL DT node is in the parent directory. This results in a build failure because th