Re: [PATCH v5 05/11] pc-bios: Add AST27x0 vBootrom

2025-04-23 Thread Cédric Le Goater
On 4/23/25 22:29, Nabih Estefan wrote: Just got merged into https://github.com/google/vbootrom Commit id: 82bed5ca62295228ea7bcdc721b63db178f686e8 Thanks Nabih. v6 should be ready for merge then. C. Thanks, Nabih On Wed, Apr 23, 2025 at 2:28 AM Cédric Le Goater wrote: On 4/23/25 09:

Re: [PATCH v5 05/11] pc-bios: Add AST27x0 vBootrom

2025-04-23 Thread Nabih Estefan
Just got merged into https://github.com/google/vbootrom Commit id: 82bed5ca62295228ea7bcdc721b63db178f686e8 Thanks, Nabih On Wed, Apr 23, 2025 at 2:28 AM Cédric Le Goater wrote: > > On 4/23/25 09:23, Jamin Lin wrote: > > The boot ROM is a minimal implementation designed to load an AST27x0 boot

Re: [PATCH v5 05/11] pc-bios: Add AST27x0 vBootrom

2025-04-23 Thread Cédric Le Goater
On 4/23/25 09:23, 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 It is not merged yet. Please resend when done and mention the commit id. Thanks, C. Signed-off-by: Jami

[PATCH v5 05/11] pc-bios: Add AST27x0 vBootrom

2025-04-23 Thread Jamin Lin via
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 Signed-off-by: Jamin Lin Reviewed-by: Nabih Estefan Tested-by: Nabih Estefan --- MAINTAINERS | 1 + pc-bios/README