Re: [PATCH 1/2] hw/arm/stm32f405: correctly describe the memory layout

2022-12-19 Thread Felipe Balbi
Hi, Philippe Mathieu-Daudé writes: > On 18/12/22 08:12, Felipe Balbi wrote: >> STM32F405 has 128K of SRAM and another 64K of CCM (Core-coupled >> Memory) at a different base address. Correctly describe the memory >> layout to give existing FW images have a chance to run unmodified. >> >> Signed

Re: [PATCH 1/2] hw/arm/stm32f405: correctly describe the memory layout

2022-12-19 Thread Philippe Mathieu-Daudé
Hi Felipe, On 18/12/22 08:12, Felipe Balbi wrote: STM32F405 has 128K of SRAM and another 64K of CCM (Core-coupled Memory) at a different base address. Correctly describe the memory layout to give existing FW images have a chance to run unmodified. Signed-off-by: Felipe Balbi --- hw/arm/stm32

Re: [PATCH 1/2] hw/arm/stm32f405: correctly describe the memory layout

2022-12-19 Thread Alistair Francis
On Mon, Dec 19, 2022 at 1:24 AM Felipe Balbi wrote: > > STM32F405 has 128K of SRAM and another 64K of CCM (Core-coupled > Memory) at a different base address. Correctly describe the memory > layout to give existing FW images have a chance to run unmodified. > > Signed-off-by: Felipe Balbi Review

[PATCH 1/2] hw/arm/stm32f405: correctly describe the memory layout

2022-12-18 Thread Felipe Balbi
STM32F405 has 128K of SRAM and another 64K of CCM (Core-coupled Memory) at a different base address. Correctly describe the memory layout to give existing FW images have a chance to run unmodified. Signed-off-by: Felipe Balbi --- hw/arm/stm32f405_soc.c | 8 include/hw/arm/stm32f