
6 Aug
2016
6 Aug
'16
3:41 a.m.
On 5 August 2016 at 17:00, Max Filippov jcmvbkbc@gmail.com wrote:
DC233C is an xtensa processor with full MMUv3 capable of running Linux. Core information files are autogenerated from the processor description and are not meant to be edited.
Signed-off-by: Max Filippov jcmvbkbc@gmail.com
Changes v2->v3:
- fix core configuration files license;
- add comment that core configuration files are autogenerated;
arch/xtensa/include/asm/arch-dc233c/core.h | 454 ++++++++++++++++++++++++++ arch/xtensa/include/asm/arch-dc233c/tie-asm.h | 173 ++++++++++ arch/xtensa/include/asm/arch-dc233c/tie.h | 130 ++++++++ 3 files changed, 757 insertions(+) create mode 100644 arch/xtensa/include/asm/arch-dc233c/core.h create mode 100644 arch/xtensa/include/asm/arch-dc233c/tie-asm.h create mode 100644 arch/xtensa/include/asm/arch-dc233c/tie.h
Reviewed-by: Simon Glass sjg@chromium.org