Re: [PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL

2025-03-18 Thread Jeremy Compostella
Hi Simon, Thank you for your review. I submitted five commits as requested. I believe they are in the queue of the moderator since I am not a member of the mailing list. Regards, Jeremy Simon Glass writes: > Hi Jeremy, > > On Fri, 14 Mar 2025 at 22:59, Jeremy Compostella > wrote: >> >> Thi

Re: [PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL

2025-03-15 Thread Simon Glass
Hi Jeremy, On Fri, 14 Mar 2025 at 22:59, Jeremy Compostella wrote: > > This commit introduces a new configuration option X86_RUN_64BIT_NO_SPL > to allow building U-Boot as a 64-bit binary without using the SPL > (Secondary Program Loader). The motivation is to simplify the boot > process for spec

[PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL

2025-03-14 Thread Jeremy Compostella
This commit introduces a new configuration option X86_RUN_64BIT_NO_SPL to allow building U-Boot as a 64-bit binary without using the SPL (Secondary Program Loader). The motivation is to simplify the boot process for specific x86-based platforms that do not require SPL, such as those booting directl