Re: [Openocd-development] [PATCH 0/2] AT91SAM9 NAND Driver

2009-12-17 Thread Dean Glazeski
I forgot to mention, this builds on top of my NAND refactor work (read/write page data function) that I posted in a previous patch series. // Dean Glazeski On Thu, Dec 17, 2009 at 9:10 PM, Dean Glazeski wrote: > This patch series represents a NAND flash controller implementation for > AT91SAM9

[Openocd-development] [PATCH 0/2] AT91SAM9 NAND Driver

2009-12-17 Thread Dean Glazeski
This patch series represents a NAND flash controller implementation for AT91SAM9 devices and perhaps Atmel NAND in general. The first patch is the driver and the necessary file updates to build it. The second patch is the driver applied to the Olimex SAM9-L9260 board. ___