| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_dfu.py | 294 sizes = env__dfu_config.get('test_sizes', test_sizes_default) 296 sizes = [] 312 for size in sizes:
|
| /rk3399_rockchip-uboot/board/synopsys/axs10x/ |
| H A D | nand.c | 63 uint32_t sizes; /* DES1 */ member 111 writel(ALIGN(len, BUS_WIDTH) & BD_SIZES_BUFFER1_MASK, &bd->sizes); in axs101_nand_write_buf() 145 writel(ALIGN(len, BUS_WIDTH) & BD_SIZES_BUFFER1_MASK, &bd->sizes); in axs101_nand_read_buf()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 204 def __init__(self, rc, err_lines, sizes, func_sizes, config): argument 207 self.sizes = sizes 625 sizes = {} 661 sizes[values[5]] = size_dict 677 return Builder.Outcome(rc, err_lines, sizes, func_sizes, config) 934 base_sizes = self._base_board_dict[target].sizes 936 sizes = outcome.sizes 944 for image in sizes: 948 for part in sorted(sizes[image]): 949 diff = sizes[image][part] - base_image[part] [all …]
|
| H A D | builderthread.py | 354 sizes = self.builder.GetSizesFile(result.commit_upto, 356 with open(sizes, 'w') as fd:
|
| H A D | README | 640 sizes: Shows image size information. 690 --step 2 will show the image sizes for only every 2nd commit (so it will 691 compare the image sizes of the 1st, 3rd, 5th... commits). You can also use 826 Shown below the summary lines are the sizes for each board. Below each board 827 are the sizes for each function. This information starts with: 835 do_mem_crc() function has decreased. The function sizes typically add up to 1119 -S shows image sizes for each commit (just an overall summary)
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/spmi/ |
| H A D | spmi-msm.txt | 7 - reg: Register block adresses and sizes for various parts of device:
|
| /rk3399_rockchip-uboot/board/bachmann/ot1200/ |
| H A D | README | 19 In order to support different display resoltuions/sizes the OT1200 devices
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | qconf.cc | 1299 QList<int> sizes = configSettings->readSizes("/split", &ok); in ConfigSearchWindow() local 1301 split->setSizes(sizes); in ConfigSearchWindow() 1315 configSettings->writeSizes("/split", split->sizes()); in saveSettings() 1522 QList<int> sizes = configSettings->readSizes("/split1", &ok); in ConfigMainWindow() local 1524 split1->setSizes(sizes); in ConfigMainWindow() 1526 sizes = configSettings->readSizes("/split2", &ok); in ConfigMainWindow() 1528 split2->setSizes(sizes); in ConfigMainWindow() 1799 configSettings->writeSizes("/split1", split1->sizes()); in saveSettings() 1800 configSettings->writeSizes("/split2", split2->sizes()); in saveSettings()
|
| /rk3399_rockchip-uboot/board/hisilicon/poplar/ |
| H 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
|
| /rk3399_rockchip-uboot/arch/mips/ |
| H A D | Kconfig | 367 sizes) in order to allow U-Boot to automatically detect the sizes
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.socfpga | 146 Note: file sizes will differ slightly depending on the selected board.
|
| H A D | README.unaligned-memory-access.txt | 40 In reality, only a few architectures require natural alignment on all sizes
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | README | 88 - On-board support of 3 different devices and sizes
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | Kconfig | 247 that size it is possible to shrink it. Smaller sizes should be fine
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 96 layout can have sector sizes of 8, 2x4, 16, Nx32 kB. In 183 different sizes for the MMC partitions, and you always want the
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 12 a bitmap display of various sizes and depths which can be drawn on 22 a bitmap display of various sizes and depths which can be drawn on
|
| /rk3399_rockchip-uboot/board/freescale/t102xqds/ |
| H A D | README | 145 -On-board support of 3 different devices and sizes.
|
| /rk3399_rockchip-uboot/common/ |
| H 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
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | signature.txt | 452 documentation of your card to see what sizes are allowed.
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 4671 "Multi-File Images" start with a list of image sizes, each
|