[U-Boot] [PATCH v3 4/6] xtensa: add core information for the dc233c processor

Simon Glass sjg at chromium.org
Sat Aug 6 03:41:13 CEST 2016


On 5 August 2016 at 17:00, Max Filippov <jcmvbkbc at 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 at 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 at chromium.org>


More information about the U-Boot mailing list