]> git.proxmox.com Git - qemu.git/commit
target-xtensa: extract core configuration from overlay
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 15 Oct 2011 22:56:04 +0000 (02:56 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 16 Oct 2011 10:39:52 +0000 (10:39 +0000)
commitac8b7db4934fcf38b49c4024feb7d5f0e1311e23
tree50277fcaa1fbea5829f9a6f4eb0c69ea9a3b557d
parentb8929a549f3e97b6cc2dfd22ba83612a1bb625ec
target-xtensa: extract core configuration from overlay

Introduce overlay_tool.h that defines core configuration blocks from
data available in the linux architecture variant overlay.

Overlay data is automatically generated in the core configuration
process by Tensilica tools and can be directly converted to qemu xtensa
core description by overlay_tool.h

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-xtensa/cpu.h
target-xtensa/helper.c
target-xtensa/overlay_tool.h [new file with mode: 0644]