diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-10-16 02:56:46 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-16 10:42:21 +0000 |
commit | 0200db650e6386d44ba2a707d9f22ddf72681cf7 (patch) | |
tree | 61c8bda545e9b38dd3b3f4751b4574d6acdee691 /default-configs | |
parent | 342407fd958f8f5546527e6fecaa501700fb03e5 (diff) | |
download | qemu-0200db650e6386d44ba2a707d9f22ddf72681cf7.zip qemu-0200db650e6386d44ba2a707d9f22ddf72681cf7.tar.gz qemu-0200db650e6386d44ba2a707d9f22ddf72681cf7.tar.bz2 |
target-xtensa: add Avnet LX60/LX110/LX200 boards
These boards carry similar hardware: SDRAM (48M for LX110, 64M for LX60,
96M for LX200), 16 Mbyte FLASH, FPGA, 10/100 Mbps Ethernet PHY and 16550
UART. FPGA may be loaded with almost any Tensilica processor. It is also
used to implement Ethernet MAC, e.g. OpenCores 10/100 Mbps Ethernet MAC
and LED/DIP switches access.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/xtensa-softmmu.mak | 3 | ||||
-rw-r--r-- | default-configs/xtensaeb-softmmu.mak | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/default-configs/xtensa-softmmu.mak b/default-configs/xtensa-softmmu.mak index e5faa09..7f0df34 100644 --- a/default-configs/xtensa-softmmu.mak +++ b/default-configs/xtensa-softmmu.mak @@ -1 +1,4 @@ # Default configuration for Xtensa + +CONFIG_SERIAL=y +CONFIG_OPENCORES_ETH=y diff --git a/default-configs/xtensaeb-softmmu.mak b/default-configs/xtensaeb-softmmu.mak index e5faa09..7f0df34 100644 --- a/default-configs/xtensaeb-softmmu.mak +++ b/default-configs/xtensaeb-softmmu.mak @@ -1 +1,4 @@ # Default configuration for Xtensa + +CONFIG_SERIAL=y +CONFIG_OPENCORES_ETH=y |