Dear Simon Glass,

In message <1318270953-32482-6-git-send-email-...@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 <s...@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: w...@denx.de
Status quo. Latin for "the mess we're in."
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to