Dear Stefan Kristiansson,

In message 
<1322370297-22892-4-git-send-email-stefan.kristians...@saunalahti.fi> you wrote:
> Signed-off-by: Stefan Kristiansson <stefan.kristians...@saunalahti.fi>
> ---
> 
> Changes in v2:
>  - Fix missing newline
>  - Bugfix for cache line size reading
>  - Make l.nop asm statements volatile
>  - Fix include order (asm after non-asm)
>  - Add static to functions only called locally
>  - Make unhandled exception printout into a look-up table
> 
>  arch/openrisc/config.mk        |   27 ++++
>  arch/openrisc/cpu/Makefile     |   47 ++++++
>  arch/openrisc/cpu/cache.c      |  151 ++++++++++++++++++
>  arch/openrisc/cpu/cpu.c        |  157 +++++++++++++++++++
>  arch/openrisc/cpu/exceptions.c |   85 ++++++++++
>  arch/openrisc/cpu/interrupts.c |  121 +++++++++++++++
>  arch/openrisc/cpu/start.S      |  335 
> ++++++++++++++++++++++++++++++++++++++++
>  7 files changed, 923 insertions(+), 0 deletions(-)
>  create mode 100644 arch/openrisc/config.mk
>  create mode 100644 arch/openrisc/cpu/Makefile
>  create mode 100644 arch/openrisc/cpu/cache.c
>  create mode 100644 arch/openrisc/cpu/cpu.c
>  create mode 100644 arch/openrisc/cpu/exceptions.c
>  create mode 100644 arch/openrisc/cpu/interrupts.c
>  create mode 100644 arch/openrisc/cpu/start.S

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
Is truth not truth for all?
        -- Natira, "For the World is Hollow and I have Touched
                   the Sky", stardate 5476.4.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to