]> git.proxmox.com Git - qemu.git/commit
target-xtensa: add sample board
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:30 +0000 (03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 16:57:36 +0000 (16:57 +0000)
commit7b039f741c03988058447694a605cf1df067106e
tree85ff219f8c24c57eff4053bb460c096b75f3c554
parentf331fe5e5fc05fc4626e5dfe4be8ef62a7763b99
target-xtensa: add sample board

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 <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
hw/xtensa_sample.c [new file with mode: 0644]