[U-Boot] [PATCH v2 1/2] nand/denali: Adding Denali NAND driver support
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri May 30 13:36:26 CEST 2014
Hi Rik,
On Fri, 30 May 2014 10:50:39 +0000 (UTC)
Rik Smith <rsmith at optos.com> wrote:
> Chin Liang See <clsee <at> altera.com> writes:
>
> >
> > To add the Denali NAND driver support into U-Boot. It required
> > information such as register base address from configuration
> > header file within include/configs folder.
> >
> > Signed-off-by: Chin Liang See <clsee <at> altera.com>
> > Cc: Artem Bityutskiy <artem.bityutskiy <at> linux.intel.com>
> > Cc: David Woodhouse <David.Woodhouse <at> intel.com>
> > Cc: Brian Norris <computersforpeace <at> gmail.com>
> > Cc: Scott Wood <scottwood <at> freescale.com>
> > ---
> > Changes for v2
> > - Enable this driver support for SOCFPGA
> > ---
> > drivers/mtd/nand/Makefile | 1 +
> > drivers/mtd/nand/denali_nand.c | 1166
> ++++++++++++++++++++++++++++++++++++++++
> > drivers/mtd/nand/denali_nand.h | 501 +++++++++++++++++
> > 3 files changed, 1668 insertions(+)
> > create mode 100644 drivers/mtd/nand/denali_nand.c
> > create mode 100644 drivers/mtd/nand/denali_nand.h
> >
>
> Hi,
> I was wondering which kernel this patch went into or is going into?
>
> I am having problems with accessing a hynix NAND from an altera cyclone V
> using kernel 3.11. It is coming up with a kernel driver error on boot of:
> "Your NAND chip OOB is not large enough to contain 8bit ECC correction codes"
This is not a driver for Linux Kernel,
but for U-Boot (boot loader).
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list