On Fri, May 29, 2015 at 2:49 PM, Liviu Ionescu <i...@livius.net> wrote: > >> On 30 May 2015, at 00:40, Peter Maydell <peter.mayd...@linaro.org> wrote: >> >> ... Whether you call it >> an SoC or an MCU, the key point is that there's a level of >> abstraction, a container, between the CPU itself and the board. >> That's where the RAM and flash usually live and that's where >> the properties to control their size probably belong. > > ok, great, thank you for clarifying things. > > however the question remains: in this nicely layered model, what command line > options would be more appropriate to overwrite the MCU hard-wired ram/flash > sizes? >
Make it a property of the SoC container and then just use -global? Regards, Peter > as I already mentioned in the original post, right now my implementation uses > "-m sizeK", but this configures only the ram size, and I would need something > for the flash size too. > > > regards, > > Liviu > >