feat(flexspi): add 128Mbytes flash infoThose 4 nor flash have the same geometry: Micron MT25QU01GBBB GigaDevice GD55LB01GF Macronix MX66U1G45G Winbond W25Q01NWSigned-off-by: Vincent Jardi
feat(flexspi): add 128Mbytes flash infoThose 4 nor flash have the same geometry: Micron MT25QU01GBBB GigaDevice GD55LB01GF Macronix MX66U1G45G Winbond W25Q01NWSigned-off-by: Vincent Jardin <vjardin@free.fr>Change-Id: Iff74461ef3b252fc0f07745317d9860bd42c1ba1
show more ...
fix(include/drivers/flexspi): fix warm boot wait time for MT35XU512ANow lx2 which use MT35XU512A supports warm boot, fix the macrodefine caused by the commit:feat(driver/nxp/xspi): add MT35XU02G
fix(include/drivers/flexspi): fix warm boot wait time for MT35XU512ANow lx2 which use MT35XU512A supports warm boot, fix the macrodefine caused by the commit:feat(driver/nxp/xspi): add MT35XU02G flash infoSigned-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>Change-Id: I83eb8cb9a30ac7c7efd5a010acbd03eddebed52b
feat(driver/nxp/xspi): add MT35XU02G flash infoAdd MT35XU02G flash info.Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>Change-Id: I2dbbdcb454fae4befef
feat(driver/nxp/xspi): add MT35XU02G flash infoAdd MT35XU02G flash info.Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>Change-Id: I2dbbdcb454fae4befef71769f9646c077d72a057
nxp: add flexspi driver supportFlexspi driver now introduces read/write/erase APIs for complete flashsize, FAST-READ are by default used and IP bus is used for erase, readand write using flexspi
nxp: add flexspi driver supportFlexspi driver now introduces read/write/erase APIs for complete flashsize, FAST-READ are by default used and IP bus is used for erase, readand write using flexspi APIs.Framework layer is currently embedded in driver itself using flash_infodefines.Test cases are also added to confirm flash functionality currently underDEBUG flag.Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>Change-Id: I755c0f763f6297a35cad6885f84640de50f51bb0