RE: [SPAM] [PATCH v1 0/1] Move AST1030 machine to a separate file

Jamin Lin posted 1 patch 4 weeks ago
Only 0 patches received!
RE: [SPAM] [PATCH v1 0/1] Move AST1030 machine to a separate file
Posted by Jamin Lin 4 weeks ago
Hi Cédric

> Subject: Re: [SPAM] [PATCH v1 0/1] Move AST1030 machine to a separate file
> 
> Jamin,
> 
> On 10/15/25 10:12, Jamin Lin wrote:
> > v1:
> >   1. Move AST1030 machine to a separate file
> >
> > Jamin Lin (1):
> >    hw/arm/aspeed: Move AST1030 machine to a separate file
> >
> >   include/hw/arm/aspeed.h        |  18 ++++++
> >   hw/arm/aspeed.c                | 106 ++------------------------------
> >   hw/arm/aspeed_ast10x0_boards.c | 107
> +++++++++++++++++++++++++++++++++
> >   hw/arm/meson.build             |   1 +
> >   4 files changed, 130 insertions(+), 102 deletions(-)
> >   create mode 100644 hw/arm/aspeed_ast10x0_boards.c
> >
> 
> I will wait for your proposal reorganizing the aspeed machine files.
> 

Thank you for your comments.
I will provide an update later in another email. It appears that this patch can be dropped, as we intend to have one C file and one commit per board/machine.

Thanks,
Jamin

> 
> Thanks,
> 
> C.
> 

Re: [SPAM] [PATCH v1 0/1] Move AST1030 machine to a separate file
Posted by Cédric Le Goater 4 weeks ago
Peter,

> I will provide an update later in another email. It appears that
> this patch can be dropped, as we intend to have one C file and one
> commit per board/machine.

Do you have any opinion on this approach ?

Thanks,

C.