Searched refs:first (Results 1 – 25 of 26) sorted by relevance
12
| /tools/dtoc/test/ |
| A D | dtoc_test_copy.dts | 23 first@0 { 63 first@0 {
|
| A D | dtoc_test_simple.dts | 65 args = "-n first", "second", "-p", "123,456", "-x"; 67 args3 = "-n first second -p 123,456 -x";
|
| /tools/ |
| A D | rkmux.py | 56 self.first = True 64 if not self.first: 96 if self.first: 97 self.first = False
|
| /tools/binman/test/ |
| A D | embed_data.c | 9 int first[10] = {1}; variable
|
| A D | 133_replace_multi.dts | 11 first-image {
|
| A D | 286_template.dts | 22 first {
|
| A D | 074_vblock.dts | 23 * available when the vblock first tries to obtain its contents
|
| A D | 289_template_section.dts | 22 first {
|
| /tools/patman/test/ |
| A D | 0001-pci-Correct-cast-for-sandbox.patch | 24 from the first commit 29 the first commit
|
| A D | test01.txt | 22 from the first commit 27 the first commit
|
| /tools/binman/ |
| A D | state.py | 351 first = None 354 if not first: 355 first = subnode 356 return first
|
| A D | missing-blob-help | 38 You may need to build fw_dynamic.bin first and re-build u-boot with
|
| A D | README.rst | 268 from the first time, plus any that were missing or placeholders. 617 it. The first byte of the image is normally at offset 0. If 'offset' is 770 within the image or section containing it. The first byte of the section 781 This sets the padding before the image entries. The first entry will 947 8MB ROM, the offset of the first entry would be 0xfff80000 with 965 offset of the first entry. It can be 0xeff40000 or 0xfff40000 for 1212 U-Boot will only use the first one that it finds. If you need to include a 1287 Template nodes appear first in each node that they are inserted into and 1292 first in the `spi-image` and `mmc-image` images, followed by `footer`. 1295 the first template node appears first, then the second. [all …]
|
| A D | binman.rst | 268 from the first time, plus any that were missing or placeholders. 617 it. The first byte of the image is normally at offset 0. If 'offset' is 770 within the image or section containing it. The first byte of the section 781 This sets the padding before the image entries. The first entry will 947 8MB ROM, the offset of the first entry would be 0xfff80000 with 965 offset of the first entry. It can be 0xeff40000 or 0xfff40000 for 1212 U-Boot will only use the first one that it finds. If you need to include a 1287 Template nodes appear first in each node that they are inserted into and 1292 first in the `spi-image` and `mmc-image` images, followed by `footer`. 1295 the first template node appears first, then the second. [all …]
|
| A D | ftest.py | 1321 first, pos_and_size = self._RunMicrocodeTest('034_x86_ucode.dts', 1324 b' somewhere in here', first) 1354 first = data[:len(U_BOOT_NODTB_DATA)] 1356 b' somewhere in here', first) 1492 b'ter somewhere in here', first) 2307 first, pos_and_size = self._RunMicrocodeTest('093_x86_tpl_ucode.dts', 2310 b'ter somewhere in here', first) 7038 first = U_BOOT_DATA + VGA_DATA + U_BOOT_DTB_DATA 7040 self.assertEqual(U_BOOT_IMG_DATA + first + second, data) 7081 first = U_BOOT_DATA + VGA_DATA + U_BOOT_DTB_DATA [all …]
|
| A D | entries.rst | 1055 ELF. This is only produced for the first entry 1062 nodes to be used as the `firmware` property value. The first valid 1147 data = <...contents of first segment...>; 1158 value = <...hash of first segment...>; 1273 first/last in the entry list. 1596 This calls mkimage to create a Rockchip RK3399-specific first stage 1597 bootloader, made of TPL+SPL. Since this first stage bootloader requires to 1859 uncompress it first, then return the uncompressed data (`decomp` is 1907 Number of bytes before the first entry starts. These effectively adjust 1909 first entry would start at 16. An entry with offset = 20 would in fact [all …]
|
| /tools/env/ |
| A D | README | 54 DEVICEx_ESIZE defines the size of the first sector in the flash
|
| /tools/dtoc/ |
| A D | dtb_platdata.py | 820 first = node_refs[0].dev_ref 824 first = last 827 self.buf('\t\t.next = &%s->%s,\n' % (first, member))
|
| A D | test_fdt | 338 first = dtb.GetNode('/dest/base/first@0') 339 self.assertTrue(first) 348 self.assertEqual([over.name, first.name, second.name],
|
| A D | test_fdt.py | 338 first = dtb.GetNode('/dest/base/first@0') 339 self.assertTrue(first) 348 self.assertEqual([over.name, first.name, second.name],
|
| /tools/patman/ |
| A D | patman.rst | 103 During the first run patman creates a config file for you by taking the default 181 Similar to the above, but skip the first commit and take the next 5. This 257 Sets the cover letter contents for the series. The first line 511 The first patch is some test things that enable your code to be compiled, 514 (skipping the first patch) with: 679 Each series goes through muliple versions. Patman requires that the first 891 The first option is that you can just create a new branch::
|
| A D | README.rst | 103 During the first run patman creates a config file for you by taking the default 181 Similar to the above, but skip the first commit and take the next 5. This 257 Sets the cover letter contents for the series. The first line 511 The first patch is some test things that enable your code to be compiled, 514 (skipping the first patch) with: 679 Each series goes through muliple versions. Patman requires that the first 891 The first option is that you can just create a new branch::
|
| A D | test_cseries.py | 831 first = repo.lookup_branch('first').peel( 881 first, repo.lookup_branch('first').peel( 1423 first = slist['first'] 1424 self.assertEqual('first', first.name) 1427 svlist = cser.db.ser_ver_get_for_series(first.idnum) 1466 svlist = cser.db.ser_ver_get_for_series(first.idnum)
|
| /tools/buildman/ |
| A D | func_test.py | 832 first = 0 if params[0]['target'] == 'board0' else 1 833 board0 = params[first] 834 board2 = params[1 - first]
|
| A D | README.rst | 80 a time. A thread starts at the first commit, configures the source for your 85 -Q). Thus some commits may be built twice, with the first result silently 731 two together to get the total read-only size (reported as the first column 737 --step 0 which will compare only the first and last commits. This is useful 929 compiler. It uses the first part of the name as the architecture and 1006 first commit for each board. This reduces the amount of work 'make' does, and
|
Completed in 81 milliseconds
12