Re: [PATCH v2 2/5] aspeed: Initialize the watchdog device models before the FMC models

2021-10-21 Thread Francisco Iglesias
On [2021 Oct 18] Mon 15:26:06, Cédric Le Goater wrote: > Next changes will map the WDT2 registers in the AST2600 FMC memory > region. Make sure the MemoryRegion pointers are correctly initialized > before setting the object links. > > Do the same in the Aspeed AST2400 and AST2500 SoC models for >

Re: [PATCH v2 2/5] aspeed: Initialize the watchdog device models before the FMC models

2021-10-20 Thread Philippe Mathieu-Daudé
On 10/18/21 15:26, Cédric Le Goater wrote: > Next changes will map the WDT2 registers in the AST2600 FMC memory > region. Make sure the MemoryRegion pointers are correctly initialized > before setting the object links. > > Do the same in the Aspeed AST2400 and AST2500 SoC models for > consistency.

[PATCH v2 2/5] aspeed: Initialize the watchdog device models before the FMC models

2021-10-18 Thread Cédric Le Goater
Next changes will map the WDT2 registers in the AST2600 FMC memory region. Make sure the MemoryRegion pointers are correctly initialized before setting the object links. Do the same in the Aspeed AST2400 and AST2500 SoC models for consistency. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed_a