Commit Graph

6 Commits

Author SHA1 Message Date
Jon Lin f3a2c32e2d rkflash: enable reinit SNOR from snor flash packet
Change-Id: I21fa94d1ded675323a02c8a8d7073b31290bc7c7
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2020-04-23 10:19:50 +08:00
Jon Lin 7edaca2270 rkflash: support SPI Nor gpt update
Change-Id: I8469f7141f2b4e62340e8f8b7b25038ab7d19f44
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2019-12-20 10:06:59 +08:00
Jon Lin c84f0ed80a rkflash: uniform code with linux
Uniform loader, u-boot, linux low layer driver code to reduce bug in
the migration process

Change-Id: I618345fdfece2a59437a15cb3bd8d70b7c292abb
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2019-10-24 22:09:37 +08:00
Dingqiang Lin 40bd3f862c drivers: rkflash: register vendor ops interface
Change-Id: I518c31db29d785d311d7f5695d8017ea679888dd
Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
2018-08-16 10:18:39 +08:00
Dingqiang Lin ba0501aca2 rockchip: rkflash: add slc nand flash and spi nand flash support
1.All three types of flash including slc nand flash, spi nand flash
and spi nor flash are code compatibility
2.Add vendor partition ops
3.Unified naming format and variable with code in kernel

Change-Id: I0aa1c5daf9ec51296a6d2d904b2cf1ea7a0dd077
Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
2018-06-13 11:19:19 +08:00
Dingqiang Lin ad309a883b rockchip: rkflash: add rk small capacity flash storage support with block interface
Currently only support spi nor flash, but slc nand flash and spi nand flash will be
supported in next step;
The code includes block layer, ftl layer(nand flash), controller layer and flash layer.

Change-Id: Iaa56294ee2a5a6dfec2d0172efc35de30c88365a
Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
2018-05-11 11:08:38 +08:00