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 pr_notice("Failed to find a non-bad block to check for RedBoot partition table\n"); in parse_redboot_partitions()
117 pr_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()
187 pr_notice("No RedBoot partition table detected in %s\n", in parse_redboot_partitions()
273 if (!memcmp(names, "RedBoot", 8) || in parse_redboot_partitions()
274 !memcmp(names, "RedBoot config", 15) || in parse_redboot_partitions()
307 { .compatible = "redboot-fis" },
314 .name = "RedBoot",
320 MODULE_ALIAS("RedBoot");
323 MODULE_DESCRIPTION("Parsing code for RedBoot Flash Image System (FIS) tables");