Re: [PATCH] mach-snapdragon: move default environment to a file

2024-06-21 Thread Sumit Garg
On Fri, 21 Jun 2024 at 15:14, Caleb Connolly wrote: > > > > On 21/06/2024 10:07, Sumit Garg wrote: > > On Fri, 21 Jun 2024 at 13:19, Caleb Connolly > > wrote: > >> > >> > >> > >> On 21/06/2024 09:35, Sumit Garg wrote: > >>> Hi Caleb, > >>> > >>> On Mon, 17 Jun 2024 at 14:26, Caleb Connolly > >

Re: [PATCH] mach-snapdragon: move default environment to a file

2024-06-21 Thread Caleb Connolly
On 21/06/2024 10:07, Sumit Garg wrote: On Fri, 21 Jun 2024 at 13:19, Caleb Connolly wrote: On 21/06/2024 09:35, Sumit Garg wrote: Hi Caleb, On Mon, 17 Jun 2024 at 14:26, Caleb Connolly wrote: Make use of CONFIG_DEFAULT_ENV_FILE and move the default qcom environment to a file under bo

Re: [PATCH] mach-snapdragon: move default environment to a file

2024-06-21 Thread Sumit Garg
On Fri, 21 Jun 2024 at 13:19, Caleb Connolly wrote: > > > > On 21/06/2024 09:35, Sumit Garg wrote: > > Hi Caleb, > > > > On Mon, 17 Jun 2024 at 14:26, Caleb Connolly > > wrote: > >> > >> Make use of CONFIG_DEFAULT_ENV_FILE and move the default qcom > >> environment to a file under board/qualcomm

Re: [PATCH] mach-snapdragon: move default environment to a file

2024-06-21 Thread Caleb Connolly
On 21/06/2024 09:35, Sumit Garg wrote: Hi Caleb, On Mon, 17 Jun 2024 at 14:26, Caleb Connolly wrote: Make use of CONFIG_DEFAULT_ENV_FILE and move the default qcom environment to a file under board/qualcomm. This is much cleaner and means we don't need to recompile on changing the environm

Re: [PATCH] mach-snapdragon: move default environment to a file

2024-06-21 Thread Sumit Garg
Hi Caleb, On Mon, 17 Jun 2024 at 14:26, Caleb Connolly wrote: > > Make use of CONFIG_DEFAULT_ENV_FILE and move the default qcom > environment to a file under board/qualcomm. > > This is much cleaner and means we don't need to recompile on changing > the environment. > > Additionally, extend the e

[PATCH] mach-snapdragon: move default environment to a file

2024-06-17 Thread Caleb Connolly
Make use of CONFIG_DEFAULT_ENV_FILE and move the default qcom environment to a file under board/qualcomm. This is much cleaner and means we don't need to recompile on changing the environment. Additionally, extend the environment to include a boot menu and auto-boot using EFI instead of bootm. Si