[U-Boot] [PATCH v6 05/20] sandbox: Add cpu files

Wolfgang Denk wd at denx.de
Mon Oct 17 22:47:21 CEST 2011


Dear Simon Glass,

In message <1318270953-32482-6-git-send-email-sjg at chromium.org> you wrote:
> This is an initial implementation with all functions defined but not working.
> 
> The lds file is very simple since we can mostly rely on the linker defaults.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v2:
> - Remove setting of LDSCRIPT (top level Makefile does this anyway)
> - Add comment to do_reset() to justify the sandbox implementation
> - Move lds script into cpu/sandbox
> 
> Changes in v3:
> - Change do_reset() back to what it was
> - Move cpu files into arch/sandbox/cpu
> 
>  arch/sandbox/config.mk      |   20 +++++++++++++
>  arch/sandbox/cpu/Makefile   |   47 ++++++++++++++++++++++++++++++++
>  arch/sandbox/cpu/cpu.c      |   63 +++++++++++++++++++++++++++++++++++++++++++
>  arch/sandbox/cpu/u-boot.lds |   34 +++++++++++++++++++++++
>  4 files changed, 164 insertions(+), 0 deletions(-)
>  create mode 100644 arch/sandbox/config.mk
>  create mode 100644 arch/sandbox/cpu/Makefile
>  create mode 100644 arch/sandbox/cpu/cpu.c
>  create mode 100644 arch/sandbox/cpu/u-boot.lds

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Status quo. Latin for "the mess we're in."


More information about the U-Boot mailing list