History log of /rk3399_rockchip-uboot/include/mtd_blk.h (Results 1 – 5 of 5)
Revision Date Author Comments
# c4fe67c2 29-Jul-2021 Jason Zhu <jason.zhu@rock-chips.com>

mtd: mtd_blk: add parameter dev_desc for mtd_part_parse()

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I0a8ebd68ee82e124d4296d6683180a99dae0c028


# 661bcdfe 25-Aug-2020 Jason Zhu <jason.zhu@rock-chips.com>

mtd: mtd_blk: add mtd_blk_map_fit() to create map for fit image

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I0d0195f455ee9afb32676510fc077fe63ae5c7ad


# a07b97f2 22-May-2020 Jason Zhu <jason.zhu@rock-chips.com>

mtd: mtd_blk: map the part address if dev is mtd_blk

The blk_dread will occor error if the image is packed with multiple
firmwares, for example boot.img, when nand or spi nand have bad block.
So cal

mtd: mtd_blk: map the part address if dev is mtd_blk

The blk_dread will occor error if the image is packed with multiple
firmwares, for example boot.img, when nand or spi nand have bad block.
So call mtd_blk_map_table_init to remap part address to make sure
reading correct data.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Icebc6b1c5a10758efa615424d0706b9ed6ec23ad

show more ...


# c9e94690 26-Apr-2020 Jon Lin <jon.lin@rock-chips.com>

mtd: mtd_blk: Optimize map table reinitialization

Change-Id: Ie27c8a215568755857cf67444637b1d89f55bd3a
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>


# 22dccd11 24-Jun-2019 Jason Zhu <jason.zhu@rock-chips.com>

mtd: mtd_blk: parse the block part info to mtd part info

Change-Id: Ib4117bf22d1c91a5b2d69a45b6584e8d0cb47021
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>