Lines Matching +full:rom +full:- +full:addr
1 // SPDX-License-Identifier: GPL-2.0+
20 printf("usage: cbfsls [end of rom]>\n"); in do_cbfs_init()
26 puts("\n** Invalid end of ROM **\n"); in do_cbfs_init()
41 "[end of rom]\n"
42 " - Initialize the cbfs driver. The optional 'end of rom'\n"
43 " parameter specifies where the end of the ROM is that the\n"
56 printf("usage: cbfsload <addr> <filename> [bytes]\n"); in do_cbfs_fsload()
90 "<addr> <filename> [bytes]\n"
91 " - load binary file 'filename' from the cbfs to address 'addr'\n"
106 printf("------------------------------------------\n"); in do_cbfs_ls()
131 type_name = "option rom"; in do_cbfs_ls()
175 case -1: in do_cbfs_ls()
200 " - list the files in the cbfs\n"
214 printf("CBFS version: %#x\n", header->version); in do_cbfs_fsinfo()
215 printf("ROM size: %#x\n", header->rom_size); in do_cbfs_fsinfo()
216 printf("Boot block size: %#x\n", header->boot_block_size); in do_cbfs_fsinfo()
218 header->rom_size - header->boot_block_size - header->offset); in do_cbfs_fsinfo()
219 printf("Alignment: %d\n", header->align); in do_cbfs_fsinfo()
220 printf("Offset: %#x\n", header->offset); in do_cbfs_fsinfo()
229 " - print information about the cbfs filesystem\n"