From fbd23222b178ae0d22782c0eb0261a636aa6eee4 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sun, 21 Apr 2013 16:34:43 +0200 Subject: local: Add nanddump table for RX-44 and RX-48 --- src/local.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/local.c') diff --git a/src/local.c b/src/local.c index 0b66939..5af07ca 100644 --- a/src/local.c +++ b/src/local.c @@ -246,6 +246,15 @@ static struct nanddump_args nanddump_rx51[] = { [IMAGE_ROOTFS] = { 1, 5, 0x00000000, 0x0fb40000 }, }; +/* FIXME: Is this table correct? */ +static struct nanddump_args nanddump_rx4x[] = { + [IMAGE_XLOADER] = { 1, 0, 0x00000200, 0x00003E00 }, + [IMAGE_SECONDARY] = { 1, 0, 0x00004000, 0x0001C000 }, + [IMAGE_KERNEL] = { 1, 2, 0x00000800, 0x0021F800 }, + [IMAGE_INITFS] = { 1, 3, 0x00000000, 0x00400000 }, + [IMAGE_ROOTFS] = { 1, 4, 0x00000000, 0x0f960000 }, +}; + /* FIXME: Is this table correct? */ static struct nanddump_args nanddump[] = { [IMAGE_XLOADER] = { 1, 0, 0x00000200, 0x00003E00 }, -- cgit v1.2.3