/u-boot/test/py/tests/test_fs/test_squashfs/ |
A D | sqfs_common.py | 24 def __init__(self, name, files, sizes, block_size = 4096): argument 27 self.sizes = sizes 36 for (f, s) in zip(self.files, self.sizes): 64 sizes = [4096, 5100, 100] variable 65 gzip = Compression("gzip", files, sizes) 66 zstd = Compression("zstd", files, sizes) 67 lzo = Compression("lzo", files, sizes)
|
A D | test_sqfs_load.py | 33 for (f, s) in zip(opt.files, opt.sizes): 43 assert str(opt.sizes[0]) in output
|
/u-boot/tools/binman/etype/ |
A D | gbb.py | 80 sizes = [0x100, 0x1000, bmpfv_size, 0x1000] 81 sizes = ['%#x' % size for size in sizes] 92 tools.Run('futility', 'gbb_utility', '-c', ','.join(sizes), fname)
|
/u-boot/test/py/tests/ |
A D | test_dfu.py | 294 sizes = env__dfu_config.get('test_sizes', test_sizes_default) 296 sizes = [] 312 for size in sizes:
|
/u-boot/arch/arm/dts/ |
A D | bcm283x-rpi-usb-otg.dtsi | 8 * fifo sizes shouldn't exceed 3776 bytes.
|
/u-boot/tools/buildman/ |
A D | builder.py | 224 def __init__(self, rc, err_lines, sizes, func_sizes, config, argument 228 self.sizes = sizes 696 sizes = {} 738 sizes[values[5]] = size_dict 759 return Builder.Outcome(rc, err_lines, sizes, func_sizes, config, 1032 base_sizes = self._base_board_dict[target].sizes 1034 sizes = outcome.sizes 1042 for image in sizes: 1046 for part in sorted(sizes[image]): 1047 diff = sizes[image][part] - base_image[part] [all …]
|
A D | builderthread.py | 401 sizes = self.builder.GetSizesFile(result.commit_upto, 403 with open(sizes, 'w') as fd:
|
A D | README | 676 sizes: Shows image size information. 726 --step 2 will show the image sizes for only every 2nd commit (so it will 727 compare the image sizes of the 1st, 3rd, 5th... commits). You can also use 862 Shown below the summary lines are the sizes for each board. Below each board 863 are the sizes for each function. This information starts with: 871 do_mem_crc() function has decreased. The function sizes typically add up to 1244 -S shows image sizes for each commit (just an overall summary)
|
/u-boot/doc/device-tree-bindings/spmi/ |
A D | spmi-msm.txt | 7 - reg: Register block adresses and sizes for various parts of device:
|
/u-boot/board/bachmann/ot1200/ |
A D | README | 19 In order to support different display resoltuions/sizes the OT1200 devices
|
/u-boot/doc/usage/ |
A D | pstore.rst | 54 Records sizes should be a power of 2. 58 The memory size has to be larger than the sum of the record sizes, i.e.::
|
A D | mbr.rst | 39 volume'), some of the predefined sizes:
|
/u-boot/doc/device-tree-bindings/net/ |
A D | ethernet.txt | 54 is used for components that can have configurable receive fifo sizes, 58 is used for components that can have configurable fifo sizes.
|
/u-boot/scripts/kconfig/ |
A D | qconf.cc | 1289 QList<int> sizes = configSettings->readSizes("/split", &ok); in ConfigSearchWindow() local 1291 split->setSizes(sizes); in ConfigSearchWindow() 1305 configSettings->writeSizes("/split", split->sizes()); in saveSettings() 1512 QList<int> sizes = configSettings->readSizes("/split1", &ok); in ConfigMainWindow() local 1514 split1->setSizes(sizes); in ConfigMainWindow() 1516 sizes = configSettings->readSizes("/split2", &ok); in ConfigMainWindow() 1518 split2->setSizes(sizes); in ConfigMainWindow() 1789 configSettings->writeSizes("/split1", split1->sizes()); in saveSettings() 1790 configSettings->writeSizes("/split2", split2->sizes()); in saveSettings()
|
/u-boot/net/ |
A D | Kconfig | 65 almost-MTU block sizes.
|
/u-boot/board/hisilicon/poplar/ |
A D | README | 69 of the sizes and locations of these memory regions, and it can now 77 It should now be relatively easy to adjust the sizes and locations
|
/u-boot/doc/ |
A D | README.socfpga | 146 Note: file sizes will differ slightly depending on the selected board.
|
A D | README.unaligned-memory-access.txt | 40 In reality, only a few architectures require natural alignment on all sizes
|
/u-boot/arch/mips/ |
A D | Kconfig | 571 sizes) in order to allow U-Boot to automatically detect the sizes
|
/u-boot/drivers/usb/host/ |
A D | Kconfig | 305 that size it is possible to shrink it. Smaller sizes should be fine
|
/u-boot/env/ |
A D | Kconfig | 99 layout can have sector sizes of 8, 2x4, 16, Nx32 kB. In 190 different sizes for the MMC partitions, and you always want the
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
A D | Kconfig | 426 But some FlexSPI flash sizes are up to 64MBytes.
|
/u-boot/common/ |
A D | dlmalloc.src | 104 represent chunk sizes. `Possibly signed' is due to the fact 108 Requests for sizes with a negative sign bit when the request 296 of chunk sizes. On a 64-bit machine, you can reduce malloc 1272 /* sizes, alignments */ 1405 Bins for sizes < 512 bytes contain chunks of all the same size, spaced
|
/u-boot/doc/uImage.FIT/ |
A D | signature.txt | 565 documentation of your card to see what sizes are allowed.
|
/u-boot/lib/ |
A D | Kconfig | 475 sizes. Unlike gunzip(), there is no header parsing.
|