Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-02 | target-xtensa: handle cache options in the overlay tool | Max Filippov | |
Cache options must be enabled for the cores that have cache to avoid illegal instruction exceptions. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | |||
2011-10-16 | target-xtensa: extract core configuration from overlay | Max Filippov | |
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> |