Lines Matching full:redboot
3 * Parse RedBoot-style Flash Image System (FIS) tables and
41 /* RedBoot doesn't actually write the desc_cksum field yet AFAICT */ in redboot_checksum()
99 printk(KERN_NOTICE "Failed to find a non-bad block to check for RedBoot partition table\n"); in parse_redboot_partitions()
117 printk(KERN_NOTICE "Searching for RedBoot partition table in %s at offset 0x%lx\n", in parse_redboot_partitions()
143 /* RedBoot can combine the FIS directory and in parse_redboot_partitions()
188 printk(KERN_NOTICE "No RedBoot partition table detected in %s\n", in parse_redboot_partitions()
275 if (!memcmp(names, "RedBoot", 8) || in parse_redboot_partitions()
276 !memcmp(names, "RedBoot config", 15) || in parse_redboot_partitions()
308 { .compatible = "redboot-fis" },
315 .name = "RedBoot",
321 MODULE_ALIAS("RedBoot");
324 MODULE_DESCRIPTION("Parsing code for RedBoot Flash Image System (FIS) tables");