Searched refs:combined (Results 1 – 25 of 34) sorted by relevance
12
/u-boot/tools/patman/ |
A D | command.py | 23 self.combined = None 27 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument 31 self.combined = combined 39 self.combined = self.combined.decode('utf-8') 107 result.stdout, result.stderr, result.combined = (
|
A D | cros_subprocess.py | 176 combined = b'' 213 combined += data 228 combined += data 235 combined = self.ConvertData(combined) 248 return (stdout, stderr, combined)
|
/u-boot/doc/device-tree-bindings/ata/ |
A D | intel-sata.txt | 11 "combined" : Use combined IDE + legacy mode
|
/u-boot/lib/libavb/ |
A D | avb_cmdline.c | 182 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; in cmdline_append_version() local 187 avb_memcpy(combined, major_digits, num_major_digits); in cmdline_append_version() 188 combined[num_major_digits] = '.'; in cmdline_append_version() 189 avb_memcpy(combined + num_major_digits + 1, minor_digits, num_minor_digits); in cmdline_append_version() 190 combined[num_major_digits + 1 + num_minor_digits] = '\0'; in cmdline_append_version() 192 return cmdline_append_option(slot_data, key, combined); in cmdline_append_version()
|
/u-boot/test/ |
A D | nokia_rx51_test.sh | 77 if ! test -f u-boot-gen-combined; then 79 chmod +x u-boot-maemo/debian/u-boot-gen-combined 80 ln -s u-boot-maemo/debian/u-boot-gen-combined . 183 ./u-boot-gen-combined u-boot.bin uImage-2.6.28-omap1 combined.bin 211 ./qflasher -v -x xloader-qemu.bin -s secondary-qemu.bin -k combined.bin -r ubi.img -m rx51 -o mtd_r…
|
/u-boot/arch/arm/mach-k3/ |
A D | Kconfig | 99 Filename of the combined System Firmware and configuration image tree 107 Address on the MMC to load the combined System Firmware and 116 Partition on the MMC to the combined System Firmware and configuration 125 runtime for loading the combined System Firmware and configuration image 134 Offset of the combined System Firmware and configuration image tree
|
/u-boot/board/freescale/p1010rdb/ |
A D | README.P1010RDB-PB | 164 1) cat p1010rdb-config-header.bin u-boot.bin > u-boot-spi-combined.bin 165 2) => tftp 1000000 u-boot-spi-combined.bin 170 1) cat p1010rdb-config-header.bin u-boot.bin > u-boot-sd-combined.bin 171 2) => tftp 1000000 u-boot-sd-combined.bin
|
/u-boot/doc/ |
A D | README.nokia_rx51 | 19 For generating combined image of u-boot and kernel there is a simple script 20 called u-boot-gen-combined. It is available in following repository:
|
A D | README.nand-boot-ppc440 | 50 A combined image of u-boot-spl-16k.bin and u-boot.bin is also created:
|
A D | README.ti-secure | 8 and combined with various headers, certificates, and other binary images.
|
/u-boot/arch/arm/cpu/armv7/ |
A D | start.S | 205 mov r2, r3, lsl #4 @ shift variant field for combined value 206 orr r2, r4, r2 @ r2 has combined CPU variant + revision
|
/u-boot/tools/buildman/ |
A D | builderthread.py | 262 config_out += result.combined 265 config_out += result.combined
|
A D | func_test.py | 400 combined='Test configuration complete')
|
A D | test.py | 175 result.combined = result.stdout + result.stderr
|
A D | builder.py | 429 result.combined = '%s\n' % (' '.join(cmd)) + result.combined
|
/u-boot/doc/board/amlogic/ |
A D | libretech-cc.rst | 43 To boot the system, u-boot must be combined with several earlier stage
|
/u-boot/arch/arm/dts/ |
A D | vexpress-v2p-ca9.dts | 89 interrupt-names = "combined";
|
A D | vexpress-v2m-rs1.dtsi | 265 interrupt-names = "combined";
|
A D | vexpress-v2m.dtsi | 279 interrupt-names = "combined";
|
/u-boot/Licenses/ |
A D | lgpl-2.1.txt | 75 combined work, a derivative of the original library. The ordinary 113 be combined with the library in order to run. 335 facilities not covered by this License, and distribute such a combined 340 a) Accompany the combined library with a copy of the same work 345 b) Give prominent notice with the combined library of the fact
|
A D | lgpl-2.0.txt | 74 a textual and legal sense, the linked executable is a combined work, a 314 facilities not covered by this License, and distribute such a combined 319 a) Accompany the combined library with a copy of the same work 324 b) Give prominent notice with the combined library of the fact
|
/u-boot/doc/device-tree-bindings/arm/ |
A D | l2c2x0.txt | 51 - interrupts : 1 combined interrupt.
|
/u-boot/board/sbc8349/ |
A D | README | 36 As of this point in time, the two have been combined into just one
|
/u-boot/doc/device-tree-bindings/net/ |
A D | snps,dwc-qos-ethernet.txt | 85 - interrupts: Should contain the core's combined interrupt signal
|
/u-boot/ |
A D | Kconfig | 329 string "SPL image used in the combined SPL+U-Boot image" 336 used to generate a combined image with SPL and main U-Boot
|
Completed in 28 milliseconds
12