]> git.proxmox.com Git - qemu.git/commit
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)
commit82b25dc8b04766fde3982fec448ebfd48233f4d4
tree92e25e6818fa008ce2dbbd0ea5f84c453e322ec6
parent6b814719b4ef3d69c61ec0c1d580006110b04b04
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