public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 5/8] am33xx: add ELM support
Date: Tue, 30 Oct 2012 16:54:23 -0700	[thread overview]
Message-ID: <509068AF.3090306@ti.com> (raw)
In-Reply-To: <1351637263-17464-6-git-send-email-ilya.yanok@cogentembedded.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/30/12 15:47, Ilya Yanok wrote:
> From: Mansoor Ahamed <mansoor.ahamed@ti.com>
> 
> AM33XX has Error Location Module (ELM) that can be used in
> conjuction with GPMC controller to implement BCH codes fully in
> hardware. This code is mostly taken from arago tree.
> 
> Signed-off-by: Mansoor Ahamed <mansoor.ahamed@ti.com> 
> Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com> --- 
> arch/arm/cpu/armv7/am33xx/Makefile     |    1 + 
> arch/arm/cpu/armv7/am33xx/clock.c      |    5 + 
> arch/arm/cpu/armv7/am33xx/elm.c        |  213
> ++++++++++++++++++++++++++++++++ 
> arch/arm/include/asm/arch-am33xx/elm.h |   93 ++++++++++++++ 4
> files changed, 312 insertions(+) create mode 100644
> arch/arm/cpu/armv7/am33xx/elm.c create mode 100644
> arch/arm/include/asm/arch-am33xx/elm.h
> 
> diff --git a/arch/arm/cpu/armv7/am33xx/Makefile
> b/arch/arm/cpu/armv7/am33xx/Makefile index c93ac19..96d7304 100644 
> --- a/arch/arm/cpu/armv7/am33xx/Makefile +++
> b/arch/arm/cpu/armv7/am33xx/Makefile @@ -22,6 +22,7 @@ COBJS	+=
> mem.o COBJS	+= ddr.o COBJS	+= emif4.o COBJS	+= board.o 
> +COBJS-${CONFIG_NAND_OMAP_GPMC}	+= elm.o

Wrong braces.

- -- 
Tom

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQkGivAAoJENk4IS6UOR1WJvgP/Rp8PSUX4mXyqJl4tXIo0CRU
jW/wqfLqPMp9Gilg5X1CnihgLJ76iqTgxnsdWoui1Xla9shv4qq5zUF7oxvatDyC
6vw2t3PbVxJigt+j7EeiXsRo1SpwNLxG3LRRBZqa8bt/oB3915Fe9u2kD6DSnxlT
apeoeTRyN2epHL2wKPYNumwUzZ2MlzkudMTIdTkAhhcNW9klpVbGfQlpLaBvpPDD
0zPGH9GqAorZ+ztDYy6zd5uym4kmGx/DIvJZj8dEYpcHMPVefNEhZhwxYg7SDJb2
zTtNpvDCntYBdVIAxoSsIu9eEr0kWtBezMsyjrKf3ezviGu7rKAKFVGxPvnNMH4A
DIW+d7hXbXM4scU5woNXLE+QVstcKZvpGpXaKBj1KelJ3879asWxHxY4MHobw4HM
UTGkMbumUwjMVWOcW8nVIBTwX8OYfmgOq3xlW0Zk37f1AholljIsh6as8lq6ZcZi
LAL0FyZvN00YFk8Futw+pm1tujPyOL/IsxES2vKNHjg595gxCaI/8ArEN+o50Fd4
DEf89osTzUXBQ8gHfw4plFXBoSXzYrwSN/kc84smotll+JG0rghFkNgM4gyqzXkI
46xyXXJW/AB7yO6ahDopCkRobgsQOT6jrjzDYXjjFKKrL/wKcxcAa1EmA98NbtOH
WGafDRFYjlnCRjlwA3CG
=wE+y
-----END PGP SIGNATURE-----

  reply	other threads:[~2012-10-30 23:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 22:47 [U-Boot] [PATCH v1 0/8] NAND support for AM33XX Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 1/8] OMAP: include sys_proto.h from boot-common Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition Ilya Yanok
2012-10-30 23:45   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 3/8] am33xx: NAND support Ilya Yanok
2012-10-30 23:51   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 4/8] am335x_evm: enable " Ilya Yanok
2012-10-30 23:53   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 5/8] am33xx: add ELM support Ilya Yanok
2012-10-30 23:54   ` Tom Rini [this message]
2012-10-30 22:47 ` [U-Boot] [PATCH v1 6/8] omap_gpmc: BCH8 support (ELM based) Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 7/8] am33xx_spl_bch: simple SPL nand loader for AM33XX Ilya Yanok
2012-10-31  0:03   ` Tom Rini
2012-11-03 16:21     ` Ilya Yanok
2012-11-05 16:57       ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 8/8] am335x_evm: enable SPL NAND support Ilya Yanok

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=509068AF.3090306@ti.com \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox