Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 34) sorted by relevance

12

/u-boot/tools/patman/
A Dcommand.py23 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 Dcros_subprocess.py176 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 Dintel-sata.txt11 "combined" : Use combined IDE + legacy mode
/u-boot/lib/libavb/
A Davb_cmdline.c182 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 Dnokia_rx51_test.sh77 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 DKconfig99 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 DREADME.P1010RDB-PB164 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 DREADME.nokia_rx5119 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 DREADME.nand-boot-ppc44050 A combined image of u-boot-spl-16k.bin and u-boot.bin is also created:
A DREADME.ti-secure8 and combined with various headers, certificates, and other binary images.
/u-boot/arch/arm/cpu/armv7/
A Dstart.S205 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 Dbuilderthread.py262 config_out += result.combined
265 config_out += result.combined
A Dfunc_test.py400 combined='Test configuration complete')
A Dtest.py175 result.combined = result.stdout + result.stderr
A Dbuilder.py429 result.combined = '%s\n' % (' '.join(cmd)) + result.combined
/u-boot/doc/board/amlogic/
A Dlibretech-cc.rst43 To boot the system, u-boot must be combined with several earlier stage
/u-boot/arch/arm/dts/
A Dvexpress-v2p-ca9.dts89 interrupt-names = "combined";
A Dvexpress-v2m-rs1.dtsi265 interrupt-names = "combined";
A Dvexpress-v2m.dtsi279 interrupt-names = "combined";
/u-boot/Licenses/
A Dlgpl-2.1.txt75 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 Dlgpl-2.0.txt74 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 Dl2c2x0.txt51 - interrupts : 1 combined interrupt.
/u-boot/board/sbc8349/
A DREADME36 As of this point in time, the two have been combined into just one
/u-boot/doc/device-tree-bindings/net/
A Dsnps,dwc-qos-ethernet.txt85 - interrupts: Should contain the core's combined interrupt signal
/u-boot/
A DKconfig329 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