[Openocd-development] [PATCH] svf: Allow blank characters beetween hex digits.

2009-08-20 Thread Piotr Ziecik
This patch adds handling blank characters between hex digits in SVF file, making OpenOCD compatible with files generated by Altera Quatrus II 9.0. Signed-off-by: Piotr Ziecik --- src/svf/svf.c | 97 ++-- 1 files changed, 38 insertions(+), 59

[Openocd-development] [PATCH] davinci_nand: Fix EMIF chipselect management.

2009-08-18 Thread Piotr Ziecik
Due to errors in chipselect management in davinci_nand driver OpenOCD was able to access only to chips attached to first EMIF chipselect. This patch fixes chipselect management code and allows OpenOCD to access to NAND devices attached to any EMIF CS line. Signed-off-by: Piotr Ziecik --- src