Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-11 Thread Jamin Lin
The 04/11/2022 08:23, Cédric Le Goater wrote: > Hello Jamin, > > [ ... ] > > >> Do we want to be in sync with the zephyr naming and use ast10x0.c ? > >> > >> https://github.com/zephyrproject-rtos/zephyr/tree/main/soc/arm/aspeed > >> > > We used aspeed_ast10xx.c to support minibmc family such

Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-11 Thread Cédric Le Goater
Hello Jamin, [ ... ] Do we want to be in sync with the zephyr naming and use ast10x0.c ? https://github.com/zephyrproject-rtos/zephyr/tree/main/soc/arm/aspeed We used aspeed_ast10xx.c to support minibmc family such as ast1030 and may support ast1060 in the future. If need, I can submit

Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-10 Thread Jamin Lin
The 04/05/2022 16:12, Cédric Le Goater wrote: Hi Cedric, > Hello Jamin, > > On 4/1/22 10:38, Jamin Lin wrote: > > Changes from v5: > > - remove TYPE_ASPEED_MINIBMC_MACHINE and ASPEED_MINIBMC_MACHINE > > - remove ast1030_machine_instance_init function > > > > Changes from v4: > > - drop the ASPEED

Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-10 Thread Jamin Lin
delete the e-mail and any > > attachments without copying or disclosing the contents. Thank you. > > > > -Original Message- > > From: Cédric Le Goater > > Sent: Friday, April 1, 2022 4:55 PM > > To: Jamin Lin ; Alistair Francis > > ; Pete

Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-05 Thread Cédric Le Goater
Hello Jamin, On 4/1/22 10:38, Jamin Lin wrote: Changes from v5: - remove TYPE_ASPEED_MINIBMC_MACHINE and ASPEED_MINIBMC_MACHINE - remove ast1030_machine_instance_init function Changes from v4: - drop the ASPEED_SMC_FEATURE_WDT_CONTROL flag in hw/ssi/aspeed_smc.c Changes from v3: - remove Aspee

Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-01 Thread Cédric Le Goater
tta ; Beraldo Leal ; open list:STM32F205 ; open list:All patches CC here Cc: Steven Lee ; Troy Lee Subject: Re: [PATCH v5 0/9] Add support for AST1030 SoC Hello Jamin, Thanks for these new models and machine. They are queued for QEMU 7.1. There are a couple of patchsets adding support for the AST1030 GPI

Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-01 Thread Cédric Le Goater
ry ; Joel Stanley ; Cleber Rosa ; Philippe Mathieu-Daudé ; Wainer dos Santos Moschetta ; Beraldo Leal ; open list:STM32F205 ; open list:All patches CC here ; Jamin Lin Cc: Steven Lee ; Troy Lee Subject: RE: [PATCH v5 0/9] Add support for AST1030 SoC Hi Cedric, Joel and Andrew First all, thanks for

RE: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-01 Thread Jamin Lin
Subject: Re: [PATCH v5 0/9] Add support for AST1030 SoC Hello Jamin, Thanks for these new models and machine. They are queued for QEMU 7.1. There are a couple of patchsets adding support for the AST1030 GPIO controller and the I2C new mode that would be good extensions but they need review first

RE: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-01 Thread Jamin Lin
here ; Jamin Lin Cc: Steven Lee ; Troy Lee Subject: RE: [PATCH v5 0/9] Add support for AST1030 SoC Hi Cedric, Joel and Andrew First all, thanks for all your kindly support and review. We are so glad that QEMU v7.1 will support AST1030 model. 1. The ast1030 and ast2600 HACE controller are ident

Re: [PATCH v5 0/9] Add support for AST1030 SoC

2022-04-01 Thread Cédric Le Goater
Hello Jamin, Thanks for these new models and machine. They are queued for QEMU 7.1. There are a couple of patchsets adding support for the AST1030 GPIO controller and the I2C new mode that would be good extensions but they need review first. What are the next steps? any plans for network ? The N

[PATCH v5 0/9] Add support for AST1030 SoC

2022-04-01 Thread Jamin Lin
Changes from v5: - remove TYPE_ASPEED_MINIBMC_MACHINE and ASPEED_MINIBMC_MACHINE - remove ast1030_machine_instance_init function Changes from v4: - drop the ASPEED_SMC_FEATURE_WDT_CONTROL flag in hw/ssi/aspeed_smc.c Changes from v3: - remove AspeedMiniBmcMachineState state structure and AspeedM