[U-Boot] [PATCH v3 5/6] xtensa: add core information for the de212 processor
Simon Glass
sjg at chromium.org
Sat Aug 6 03:41:16 CEST 2016
On 5 August 2016 at 17:00, Max Filippov <jcmvbkbc at gmail.com> wrote:
> DE212 is a general purpose xtensa processor without full MMU.
> 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-de212/core.h | 573 +++++++++++++++++++++++++++
> arch/xtensa/include/asm/arch-de212/tie-asm.h | 150 +++++++
> arch/xtensa/include/asm/arch-de212/tie.h | 116 ++++++
> 3 files changed, 839 insertions(+)
> create mode 100644 arch/xtensa/include/asm/arch-de212/core.h
> create mode 100644 arch/xtensa/include/asm/arch-de212/tie-asm.h
> create mode 100644 arch/xtensa/include/asm/arch-de212/tie.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list