[U-Boot] [PATCH v2 1/9] openrisc: Add architecture header files
Wolfgang Denk
wd at denx.de
Fri Jan 13 21:29:10 CET 2012
Dear Stefan Kristiansson,
In message <1322370297-22892-2-git-send-email-stefan.kristiansson at saunalahti.fi> you wrote:
> Signed-off-by: Stefan Kristiansson <stefan.kristiansson at saunalahti.fi>
> ---
>
> Changes in v2:
> - Copyright/license information added to headers
> - ptrace.h updated from Linux
>
> arch/openrisc/include/asm/bitops.h | 28 ++
> arch/openrisc/include/asm/bitops/ffs.h | 26 ++
> arch/openrisc/include/asm/bitops/fls.h | 26 ++
> arch/openrisc/include/asm/byteorder.h | 1 +
> arch/openrisc/include/asm/cache.h | 35 ++
> arch/openrisc/include/asm/config.h | 24 ++
> arch/openrisc/include/asm/errno.h | 1 +
> arch/openrisc/include/asm/global_data.h | 74 ++++
> arch/openrisc/include/asm/gpio.h | 84 +++++
> arch/openrisc/include/asm/io.h | 112 ++++++
> arch/openrisc/include/asm/openrisc_exc.h | 41 +++
> arch/openrisc/include/asm/posix_types.h | 72 ++++
> arch/openrisc/include/asm/processor.h | 4 +
> arch/openrisc/include/asm/ptrace.h | 131 +++++++
> arch/openrisc/include/asm/spr-defs.h | 567 ++++++++++++++++++++++++++++++
> arch/openrisc/include/asm/string.h | 4 +
> arch/openrisc/include/asm/system.h | 39 ++
> arch/openrisc/include/asm/types.h | 79 ++++
> arch/openrisc/include/asm/u-boot.h | 48 +++
> arch/openrisc/include/asm/unaligned.h | 1 +
> 20 files changed, 1397 insertions(+), 0 deletions(-)
> create mode 100644 arch/openrisc/include/asm/bitops.h
> create mode 100644 arch/openrisc/include/asm/bitops/ffs.h
> create mode 100644 arch/openrisc/include/asm/bitops/fls.h
> create mode 100644 arch/openrisc/include/asm/byteorder.h
> create mode 100644 arch/openrisc/include/asm/cache.h
> create mode 100644 arch/openrisc/include/asm/config.h
> create mode 100644 arch/openrisc/include/asm/errno.h
> create mode 100644 arch/openrisc/include/asm/global_data.h
> create mode 100644 arch/openrisc/include/asm/gpio.h
> create mode 100644 arch/openrisc/include/asm/io.h
> create mode 100644 arch/openrisc/include/asm/openrisc_exc.h
> create mode 100644 arch/openrisc/include/asm/posix_types.h
> create mode 100644 arch/openrisc/include/asm/processor.h
> create mode 100644 arch/openrisc/include/asm/ptrace.h
> create mode 100644 arch/openrisc/include/asm/spr-defs.h
> create mode 100644 arch/openrisc/include/asm/string.h
> create mode 100644 arch/openrisc/include/asm/system.h
> create mode 100644 arch/openrisc/include/asm/types.h
> create mode 100644 arch/openrisc/include/asm/u-boot.h
> create mode 100644 arch/openrisc/include/asm/unaligned.h
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
Even if you can deceive people about a product through misleading
statements, sooner or later the product will speak for itself.
- Hajime Karatsu
More information about the U-Boot
mailing list