Home
last modified time | relevance | path

Searched refs:region_type_string (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Difdtool.c818 char *region_type_string = NULL, *inject_fname = NULL; in main() local
870 if (get_two_words(optarg, &region_type_string, in main()
875 if (!strcasecmp("Descriptor", region_type_string)) in main()
877 else if (!strcasecmp("BIOS", region_type_string)) in main()
879 else if (!strcasecmp("ME", region_type_string)) in main()
881 else if (!strcasecmp("GbE", region_type_string)) in main()
883 else if (!strcasecmp("Platform", region_type_string)) in main()
887 region_type_string); in main()