Searched refs:cbfs (Results 1 – 25 of 32) sorted by relevance
12
| /u-boot/tools/binman/test/ |
| A D | 127_list.dts | 14 cbfs { 17 cbfs-type = "raw"; 18 cbfs-offset = <0x38>; 23 cbfs-type = "raw"; 24 cbfs-compress = "lzma"; 25 cbfs-offset = <0x78>;
|
| A D | 114_cbfs_offset.dts | 13 cbfs { 17 cbfs-offset = <0x40>; 18 cbfs-type = "raw"; 21 cbfs-offset = <0x140>; 22 cbfs-type = "raw";
|
| A D | 105_cbfs_raw_compress.dts | 10 cbfs { 15 cbfs-type = "raw"; 16 cbfs-compress = "lz4"; 21 cbfs-type = "raw"; 22 cbfs-compress = "lzma";
|
| A D | 129_decode_image_nohdr.dts | 15 cbfs { 18 cbfs-type = "raw"; 21 cbfs-type = "raw"; 22 cbfs-compress = "lzma"; 23 cbfs-offset = <0x80>;
|
| A D | 128_decode_image.dts | 15 cbfs { 18 cbfs-type = "raw"; 21 cbfs-type = "raw"; 22 cbfs-compress = "lzma"; 23 cbfs-offset = <0x80>;
|
| A D | 130_list_fdtmap.dts | 15 cbfs { 18 cbfs-type = "raw"; 21 cbfs-type = "raw"; 22 cbfs-compress = "lzma"; 23 cbfs-offset = <0x80>;
|
| A D | 142_replace_cbfs.dts | 16 cbfs { 19 cbfs-type = "raw"; 22 cbfs-type = "raw"; 23 cbfs-compress = "lzma"; 24 cbfs-offset = <0x80>;
|
| A D | 103_cbfs_raw_ppc.dts | 10 cbfs { 12 cbfs-arch = "ppc64"; 14 cbfs-type = "raw"; 17 cbfs-type = "raw";
|
| A D | 125_cbfs_update.dts | 10 cbfs { 13 cbfs-type = "raw"; 14 cbfs-compress = "lz4"; 17 cbfs-type = "raw";
|
| A D | 110_cbfs_name.dts | 10 cbfs { 13 cbfs-name = "FRED"; 14 cbfs-type = "raw"; 20 cbfs-type = "raw";
|
| A D | 109_cbfs_bad_compress.dts | 10 cbfs { 13 cbfs-type = "raw"; 14 cbfs-compress = "invalid-algo";
|
| A D | 102_cbfs_raw.dts | 10 cbfs { 13 cbfs-type = "raw"; 16 cbfs-type = "raw";
|
| A D | 104_cbfs_stage.dts | 10 cbfs { 14 filename = "cbfs-stage.elf"; 15 cbfs-type = "stage";
|
| A D | 106_cbfs_bad_arch.dts | 10 cbfs { 12 cbfs-arch = "bad-arch";
|
| A D | 126_cbfs_bad_type.dts | 10 cbfs { 13 cbfs-type = "badtype";
|
| A D | 107_cbfs_no_size.dts | 10 cbfs {
|
| A D | 108_cbfs_no_contents.dts | 10 cbfs {
|
| /u-boot/tools/binman/ |
| A D | cbfs_util_test.py | 89 cbfs = cbfs_util.CbfsReader(data) 92 self.assertEqual(size, cbfs.rom_size) 96 self.assertEqual(arch, cbfs.arch) 97 return cbfs 113 self.assertIn('u-boot', cbfs.files) 114 cfile = cbfs.files['u-boot'] 136 cfile = cbfs.files['u-boot-dtb'] 156 self._check_uboot(cbfs) 157 self._check_dtb(cbfs) 521 cfile = cbfs.files['u-boot'] [all …]
|
| A D | entries.rst | 300 cbfs { 303 cbfs-type = "raw"; 306 cbfs-type = "raw"; 316 cbfs { 338 cbfs-arch: 344 cbfs-name: 349 cbfs-type: 362 cbfs { 372 cbfs { 387 cbfs-offset: [all …]
|
| /u-boot/tools/binman/etype/ |
| A D | cbfs.py | 199 def ObtainCfile(self, cbfs, entry): argument 205 cfile = cbfs.add_file_raw(entry._cbfs_name, data, 209 cfile = cbfs.add_file_stage(entry._cbfs_name, data, 222 cbfs = CbfsWriter(self.size, arch) 226 cfile = self.ObtainCfile(cbfs, entry) 229 data = cbfs.get_data()
|
| /u-boot/fs/ |
| A D | Makefile | 11 obj-$(CONFIG_SPL_FS_CBFS) += cbfs/ 17 obj-$(CONFIG_FS_CBFS) += cbfs/
|
| A D | Kconfig | 9 source "fs/cbfs/Kconfig"
|
| /u-boot/arch/x86/lib/fsp2/ |
| A D | fsp_init.c | 86 struct cbfs_priv *cbfs; in get_cbfs_fsp() local 90 &cbfs); in get_cbfs_fsp() 96 node = cbfs_find_file(cbfs, "fspm.bin"); in get_cbfs_fsp()
|
| /u-boot/fs/cbfs/ |
| A D | Makefile | 4 obj-y := cbfs.o
|
| /u-boot/include/ |
| A D | cbfs.h | 253 const struct cbfs_cachenode *cbfs_find_file(struct cbfs_priv *cbfs,
|
Completed in 33 milliseconds
12