summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorMax Filippov2011-10-30 18:21:15 +0100
committerMax Filippov2011-11-02 02:05:52 +0100
commit82b25dc8b04766fde3982fec448ebfd48233f4d4 (patch)
tree92e25e6818fa008ce2dbbd0ea5f84c453e322ec6 /default-configs
parenttarget-xtensa: raise an exception for invalid and reserved opcodes (diff)
downloadqemu-82b25dc8b04766fde3982fec448ebfd48233f4d4.tar.gz
qemu-82b25dc8b04766fde3982fec448ebfd48233f4d4.tar.xz
qemu-82b25dc8b04766fde3982fec448ebfd48233f4d4.zip
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>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/xtensa-softmmu.mak1
-rw-r--r--default-configs/xtensaeb-softmmu.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/xtensa-softmmu.mak b/default-configs/xtensa-softmmu.mak
index 7f0df3499e..9d8899cde7 100644
--- a/default-configs/xtensa-softmmu.mak
+++ b/default-configs/xtensa-softmmu.mak
@@ -2,3 +2,4 @@
CONFIG_SERIAL=y
CONFIG_OPENCORES_ETH=y
+CONFIG_PFLASH_CFI01=y
diff --git a/default-configs/xtensaeb-softmmu.mak b/default-configs/xtensaeb-softmmu.mak
index 7f0df3499e..9d8899cde7 100644
--- a/default-configs/xtensaeb-softmmu.mak
+++ b/default-configs/xtensaeb-softmmu.mak
@@ -2,3 +2,4 @@
CONFIG_SERIAL=y
CONFIG_OPENCORES_ETH=y
+CONFIG_PFLASH_CFI01=y