Home
last modified time | relevance | path

Searched full:bmpblock (Results 1 – 12 of 12) sorted by relevance

/external/vboot_reference/utility/include/
Dbmpblk_utility.h43 /* Internal struct for contructing the whole BmpBlock. */
62 /* Contruct the bmpblock. */
65 /* Write the bmpblock to a file */
102 /* Internal variable for string the BmpBlock version. */
112 /* Internal variable for storing the config of BmpBlock. */
115 /* Internal variable for storing the content of BmpBlock. */
/external/vboot_reference/utility/
Dbmpblk_utility.cc5 // Utility for manipulating firmware screen block (BMPBLOCK) in GBB.
38 // BmpBlock Utility implementation
163 if (keyword == "bmpblock") { in parse_first_layer()
191 error("Syntax error in parsing bmpblock.\n"); in parse_bmpblock()
205 error("Syntax error in parsing bmpblock.\n"); in parse_compression()
514 /* Compute the ImageInfo offsets from start of BMPBLOCK. */ in pack_bmpblock()
650 "To create a new BMPBLOCK file using config from YAML file:\n" in usagehelp_exit()
652 " %s [-z NUM] -c YAML BMPBLOCK\n" in usagehelp_exit()
660 "To display the contents of a BMPBLOCK:\n" in usagehelp_exit()
662 " %s [-y] BMPBLOCK\n" in usagehelp_exit()
[all …]
Dbmpblk_util.c213 fprintf(stderr, "File %s is too small to be a BMPBLOCK\n", infile); in dump_bmpblock()
219 fprintf(stderr, "File %s is not a BMPBLOCK\n", infile); in dump_bmpblock()
268 fprintf(yfp, "bmpblock: %d.%d\n", hdr->major_version, hdr->minor_version); in dump_bmpblock()
/external/vboot_reference/firmware/include/
Dbmpblk_header.h5 * Data structure definitions for firmware screen block (BMPBLOCK).
7 * The BmpBlock structure looks like:
9 * | BmpBlock Header |
56 /* BMPBLOCK header, describing how many screen layouts and image infos */
81 /* Offset of image info from start of BMPBLOCK; 0=end it. */
/external/vboot_reference/tests/bitmaps/
Dcase_reuse.yaml2 bmpblock: 2.0
Dcase_simple.yaml2 bmpblock: 2.0
Dcase_nobmp.yaml3 bmpblock: 2.0
Dcase_badbmp.yaml3 bmpblock: 2.0
Dcase_order2.yaml2 bmpblock: 2.0
Dcase_order1.yaml2 bmpblock: 2.0
DTestBmpBlock.py28 self.assertTrue(err.count("missing BMPBLOCK name"))
/external/vboot_reference/futility/
Dcmd_show.c204 printf(" BmpBlock: <invalid>\n"); in futil_cb_show_gbb()
205 /* We don't support older BmpBlock formats, so we can't in futil_cb_show_gbb()
208 printf(" BmpBlock:\n"); in futil_cb_show_gbb()