xtensa_lx60: add FLASH support
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 30 Oct 2011 17:21:15 +0000 (21:21 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 2 Nov 2011 01:05:52 +0000 (05:05 +0400)
commit4951aa086da20303dd1836802f6ad6b0a5687562
tree92e25e6818fa008ce2dbbd0ea5f84c453e322ec6
parent9fb580eaa704a963b27321f5934e418b7579d1d6
xtensa_lx60: add FLASH support

LX60 carry 4 Mbyte FLASH and 128 Kbyte SRAM, LX200 carry 16 Mbyte FLASH
and 32 Mbyte SRAM. Either of these memories may be mapped to the system
ROM region.

Select boot from FLASH if -kernel option is not specified, otherwise
boot from SRAM.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
default-configs/xtensa-softmmu.mak
default-configs/xtensaeb-softmmu.mak
hw/xtensa_lx60.c