Re: [PATCH v2 08/10] pc-bios: Add AST27x0 vBootrom

2025-04-21 Thread Cédric Le Goater
Jamin, On 4/14/25 08:50, Jamin Lin wrote: Hi Cedric and all, Subject: Re: [PATCH v2 08/10] pc-bios: Add AST27x0 vBootrom On 4/10/25 04:38, Jamin Lin wrote: The boot ROM is a minimal implementation designed to load an AST27x0 boot image. Its source code is available at: https://github.com

RE: [PATCH v2 08/10] pc-bios: Add AST27x0 vBootrom

2025-04-13 Thread Jamin Lin
Hi Cedric and all, > Subject: Re: [PATCH v2 08/10] pc-bios: Add AST27x0 vBootrom > > On 4/10/25 04:38, Jamin Lin wrote: > > The boot ROM is a minimal implementation designed to load an AST27x0 > boot image. > > Its source code is available at: > > https://githu

Re: [PATCH v2 08/10] pc-bios: Add AST27x0 vBootrom

2025-04-11 Thread Cédric Le Goater
On 4/10/25 04:38, Jamin Lin wrote: The boot ROM is a minimal implementation designed to load an AST27x0 boot image. Its source code is available at: https://github.com/google/vbootrom See commit d1cb5eda67a0 ("roms: Add virtual Boot ROM for NPCM7xx SoCs") for an example adding a ROM file. Also