Re: [PATCH 2/4] dts: Use First Core Logic Change

2024-06-20 Thread Nicholas Pratte
On Fri, Jun 14, 2024 at 2:09 PM Jeremy Spewock wrote: > > On Thu, Jun 13, 2024 at 4:21 PM Nicholas Pratte wrote: > > > > Removed use_first_core from the conf.yaml in favor of determining this > > within the framework. use_first_core continue to serve a purpose in that > > it is only enabled when

Re: [PATCH 2/4] dts: Use First Core Logic Change

2024-06-14 Thread Jeremy Spewock
On Thu, Jun 13, 2024 at 4:21 PM Nicholas Pratte wrote: > > Removed use_first_core from the conf.yaml in favor of determining this > within the framework. use_first_core continue to serve a purpose in that > it is only enabled when core 0 is explicitly provided in the > configuration. Any other con

[PATCH 2/4] dts: Use First Core Logic Change

2024-06-13 Thread Nicholas Pratte
Removed use_first_core from the conf.yaml in favor of determining this within the framework. use_first_core continue to serve a purpose in that it is only enabled when core 0 is explicitly provided in the configuration. Any other configuration, including "" or "any," will omit core 0. Documentatio