Searched refs:mtdids (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/drivers/mtd/ |
H A D | mtd_uboot.c | 16 void board_mtdparts_default(const char **mtdids, const char **mtdparts); 21 const char *mtdids = env_get("mtdids"); in get_mtdids() local 23 if (mtdids) in get_mtdids() 24 return mtdids; in get_mtdids() 27 board_mtdparts_default(&mtdids, &mtdparts); in get_mtdids() 29 mtdids = MTDIDS_DEFAULT; in get_mtdids() 31 mtdids = CONFIG_MTDIDS_DEFAULT; in get_mtdids() 34 if (mtdids) in get_mtdids() 35 env_set("mtdids", mtdids); in get_mtdids() 37 return mtdids; in get_mtdids() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | mtdparts.c | 126 extern void board_mtdparts_default(const char **mtdids, const char **mtdparts); 143 static struct list_head mtdids; variable 157 static struct mtdids* id_find_by_mtd_id(const char *mtd_id, unsigned int mtd_id_len); 328 static int part_validate_eraseblock(struct mtdids *id, struct part_info *part) in part_validate_eraseblock() 415 static int part_validate(struct mtdids *id, struct part_info *part) in part_validate() 844 struct mtdids *id; in device_parse() 985 static struct mtdids* id_find(u8 type, u8 num) in id_find() 988 struct mtdids *id; in id_find() 990 list_for_each(entry, &mtdids) { in id_find() 991 id = list_entry(entry, struct mtdids, link); in id_find() [all …]
|
H A D | jffs2.c | 242 static inline u32 get_part_sector_size_nand(struct mtdids *id) in get_part_sector_size_nand() 256 static inline u32 get_part_sector_size_nor(struct mtdids *id, struct part_info *part) in get_part_sector_size_nor() 307 static inline u32 get_part_sector_size(struct mtdids *id, struct part_info *part) in get_part_sector_size() 338 struct mtdids *id; in mtdparts_init() 345 sizeof(struct mtdids)); in mtdparts_init() 351 sizeof(struct part_info) + sizeof(struct mtdids)); in mtdparts_init() 353 id = (struct mtdids *)(current_mtd_dev + 1); in mtdparts_init()
|
H A D | cramfs.c | 104 struct mtdids id; in do_cramfs_load() 169 struct mtdids id; in do_cramfs_ls()
|
/openbmc/u-boot/include/jffs2/ |
H A D | load_kernel.h | 27 struct mtdids *id; /* parent mtd id entry */ 44 struct mtdids { struct
|
/openbmc/u-boot/board/isee/igep00x0/ |
H A D | igep00x0.c | 243 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument 255 *mtdids = ids; in board_mtdparts_default()
|
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/ |
H A D | 0005-config-ast-common-Fall-back-to-secondary-flash-on-fa.patch | 33 "mtdids=" MTDIDS_DEFAULT "\0" \
|
H A D | 0004-config-ast-common-Add-conditional-factory-reset-comm.patch | 39 "mtdids=" MTDIDS_DEFAULT "\0" \
|
H A D | 0003-config-ast-common-Add-bootopts-to-support-ubi-and-mt.patch | 64 + "mtdids=" MTDIDS_DEFAULT "\0" \
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_1pass.c | 177 struct mtdids *id = current_part->dev->id; in read_nand_cached() 374 struct mtdids *id = current_part->dev->id; in get_fl_mem_nor() 406 struct mtdids *id = current_part->dev->id; in get_fl_mem() 433 struct mtdids *id = current_part->dev->id; in get_node_mem() 461 struct mtdids *id = current_part->dev->id; in put_fl_mem()
|
H A D | jffs2_nand_1pass.c | 798 struct mtdids *id = part->dev->id; in jffs2_1pass_build_lists()
|
/openbmc/u-boot/doc/ |
H A D | README.ubi | 47 mtdids : nor0=1fc000000.nor_flash
|
/openbmc/u-boot/board/davinci/da8xxevm/ |
H A D | README.da850 | 82 setenv mtdids nand0=davinci_nand.0
|
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | README.ipam390 | 184 mtdids : nand0=davinci_nand.0
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | README | 241 mtdids=nor0=M54455EVB-1
|