Re: [PATCH v2 13/15] mach-snapdragon: Support booting as a coreboot payload

2025-03-27 Thread Caleb Connolly
On 2/26/25 23:15, Stephen Boyd wrote: Coreboot sets up the DRAM, CPU, and devices before booting a payload, meaning we can parse the coreboot tables at boot for memory info when running as a payload. Use the memory descriptors from coreboot if the tables are present so that Snapdragon SoCs can

[PATCH v2 13/15] mach-snapdragon: Support booting as a coreboot payload

2025-02-26 Thread Stephen Boyd
Coreboot sets up the DRAM, CPU, and devices before booting a payload, meaning we can parse the coreboot tables at boot for memory info when running as a payload. Use the memory descriptors from coreboot if the tables are present so that Snapdragon SoCs can run U-boot as a coreboot payload. Signed-