From 9598f8c30cb3535b96c8b33638f016d67691e076 Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Tue, 13 Jan 2015 15:53:06 +0800 Subject: imx: imximage: Add QuadSPI boot support Add QuadSPI boot support to imximage tool. Note: The QuadSPI configuration parameters at offset 0x400 are not included in this patch. Need other tools to generate the parameters part. Signed-off-by: Ye.Li --- tools/imximage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/imximage.c') diff --git a/tools/imximage.c b/tools/imximage.c index 526b7d490d..f880edd96b 100644 --- a/tools/imximage.c +++ b/tools/imximage.c @@ -38,6 +38,7 @@ static table_entry_t imximage_boot_offset[] = { {FLASH_OFFSET_SATA, "sata", "SATA Disk", }, {FLASH_OFFSET_SD, "sd", "SD Card", }, {FLASH_OFFSET_SPI, "spi", "SPI Flash", }, + {FLASH_OFFSET_QSPI, "qspi", "QSPI NOR Flash",}, {-1, "", "Invalid", }, }; @@ -52,6 +53,7 @@ static table_entry_t imximage_boot_loadsize[] = { {FLASH_LOADSIZE_SATA, "sata", "SATA Disk", }, {FLASH_LOADSIZE_SD, "sd", "SD Card", }, {FLASH_LOADSIZE_SPI, "spi", "SPI Flash", }, + {FLASH_LOADSIZE_QSPI, "qspi", "QSPI NOR Flash",}, {-1, "", "Invalid", }, }; -- cgit v1.2.1