Re: [PATCH v2 00/10] Support vbootrom for AST2700

2025-04-21 Thread Cédric Le Goater
Hello Jamin On 4/14/25 03:20, Jamin Lin wrote: Hi Cedric, Subject: Re: [PATCH v2 00/10] Support vbootrom for AST2700 Hello Jamin On 4/10/25 04:38, Jamin Lin wrote: v1: Add initial support for AST27x0 The purpose of vbootrom here is to simulate the work of BootMCU SPL (riscv

RE: [PATCH v2 00/10] Support vbootrom for AST2700

2025-04-13 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v2 00/10] Support vbootrom for AST2700 > > Hello Jamin > > On 4/10/25 04:38, Jamin Lin wrote: > > v1: > >Add initial support for AST27x0 > >The purpose of vbootrom here is to simulate the work of BootMCU SPL > (ri

Re: [PATCH v2 00/10] Support vbootrom for AST2700

2025-04-11 Thread Cédric Le Goater
Hello Jamin On 4/10/25 04:38, Jamin Lin wrote: v1: Add initial support for AST27x0 The purpose of vbootrom here is to simulate the work of BootMCU SPL (riscv) in AST2700, because QEMU doesn't support heterogenous architecture yet. ast27x0_bootrom.bin is a simplified, free (Apache 2.

[PATCH v2 00/10] Support vbootrom for AST2700

2025-04-09 Thread Jamin Lin via
v1: Add initial support for AST27x0 The purpose of vbootrom here is to simulate the work of BootMCU SPL (riscv) in AST2700, because QEMU doesn't support heterogenous architecture yet. ast27x0_bootrom.bin is a simplified, free (Apache 2.0) boot ROM for ASPEED AST27x0 BMC SOC. It currentl