Re: [Qemu-devel] [PATCH v4 06/32] target-xtensa: add sample board

2011-09-04 Thread Blue Swirl
On Thu, Sep 1, 2011 at 8:45 PM, Max Filippov wrote: > Sample board and sample CPU core are used for debug and may be used for > development of custom SoC emulators. > > This board has two fixed size memory regions for DTCM and ITCM and > variable length SRAM region. > > Signed-off-by: Max Filippov

[Qemu-devel] [PATCH v4 06/32] target-xtensa: add sample board

2011-09-01 Thread Max Filippov
Sample board and sample CPU core are used for debug and may be used for development of custom SoC emulators. This board has two fixed size memory regions for DTCM and ITCM and variable length SRAM region. Signed-off-by: Max Filippov --- Makefile.target|1 + hw/xtensa_sample.c | 105 +++