[U-Boot] [PATCH v3 1/6] xtensa: add support for the xtensa processor architecture [1/2]
Simon Glass
sjg at chromium.org
Sat Aug 6 03:41:05 CEST 2016
On 5 August 2016 at 17:00, Max Filippov <jcmvbkbc at gmail.com> wrote:
> From: Chris Zankel <chris at zankel.net>
>
> The Xtensa processor architecture is a configurable, extensible,
> and synthesizable 32-bit RISC processor core provided by Cadence.
>
> This is the first part of the basic architecture port with changes to
> common files. The 'arch/xtensa' directory, and boards and additional
> drivers will be in separate commits.
>
> Signed-off-by: Chris Zankel <chris at zankel.net>
> Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>
> ---
> Changes v2->v3:
> - drop changes to the MAKEALL script;
> - refactor do_bdinfo;
> - fix wording of doc/README.xtensa;
> - rewrite memory exception handling part in doc/README.xtensa.
> - add bss clearing call to init_sequence_f;
> ---
> MAINTAINERS | 5 +++
> Makefile | 10 ++++-
> cmd/bdinfo.c | 8 ++++
> common/board_f.c | 12 ++++--
> common/image.c | 1 +
> doc/README.xtensa | 97 +++++++++++++++++++++++++++++++++++++++++++++
> examples/standalone/stubs.c | 47 ++++++++++++++++++++++
> include/image.h | 1 +
> include/linux/stat.h | 4 +-
> 9 files changed, 179 insertions(+), 6 deletions(-)
> create mode 100644 doc/README.xtensa
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list