Lines Matching +full:sun4i +full:- +full:a10 +full:- +full:spi
9 # later. See the COPYING file in the top-level directory.
31 return 1 if x == 0 else 2**(x - 1).bit_length()
53 failure_message='Kernel panic - not syncing',
89 process.run("rpm2cpio %s | cpio -id %s" % (rpm, path), shell=True)
113 self.vm.add_args('-kernel', kernel_path,
114 '-append', kernel_command_line)
122 :avocado: tags=machine:xlnx-versal-virt
127 images_url = ('http://ports.ubuntu.com/ubuntu-ports/dists/'
128 'bionic-updates/main/installer-arm64/'
130 kernel_url = images_url + 'netboot/ubuntu-installer/arm64/linux'
134 initrd_url = images_url + 'netboot/ubuntu-installer/arm64/initrd.gz'
139 self.vm.add_args('-m', '2G',
140 '-accel', 'tcg',
141 '-kernel', kernel_path,
142 '-initrd', initrd_path)
161 self.vm.add_args('-kernel', kernel_path,
162 '-append', kernel_command_line)
170 :avocado: tags=machine:emcraft-sf2
172 :avocado: tags=u-boot
178 'Subbaraya-Sundeep/qemu-test-binaries/'
179 'fe371d32e50ca682391e1e70ab98c2942aeffb01/u-boot')
183 'Subbaraya-Sundeep/qemu-test-binaries/'
184 'fe371d32e50ca682391e1e70ab98c2942aeffb01/spi.bin')
194 self.vm.add_args('-kernel', uboot_path,
195 '-append', kernel_command_line,
196 '-drive', 'file=' + spi_path_rw + ',if=mtd,format=raw',
197 '-no-reboot')
203 exec_command_and_wait_for_pattern(self, 'ping -c 3 10.0.2.2',
214 'linux-image-4.19.0-6-armmp_4.19.67-2+deb10u1_armhf.deb')
218 '/boot/vmlinuz-4.19.0-6-armmp')
219 dtb_path = '/usr/lib/linux-image-4.19.0-6-armmp/exynos4210-smdkv310.dtb'
222 initrd_url = ('https://github.com/groeck/linux-build-test/raw/'
224 'arm/rootfs-armv5.cpio.gz')
235 'cpuidle.off=1 panic=-1 noreboot')
237 self.vm.add_args('-kernel', kernel_path,
238 '-dtb', dtb_path,
239 '-initrd', initrd_path,
240 '-append', kernel_command_line,
241 '-no-reboot')
254 …'linux-6.6.16/linux-image-current-sunxi_24.2.1_armhf__6.6.16-Seb3e-D6b4a-P2359-Ce96bHfe66-HK01ba-V…
258 '/boot/vmlinuz-6.6.16-current-sunxi')
259 dtb_path = '/usr/lib/linux-image-6.6.16-current-sunxi/sun4i-a10-cubieboard.dtb'
261 initrd_url = ('https://github.com/groeck/linux-build-test/raw/'
263 'arm/rootfs-armv5.cpio.gz')
273 'panic=-1 noreboot')
274 self.vm.add_args('-kernel', kernel_path,
275 '-dtb', dtb_path,
276 '-initrd', initrd_path,
277 '-append', kernel_command_line,
278 '-no-reboot')
283 'Allwinner sun4i/sun5i')
285 'system-control@1c00000')
298 …'linux-6.6.16/linux-image-current-sunxi_24.2.1_armhf__6.6.16-Seb3e-D6b4a-P2359-Ce96bHfe66-HK01ba-V…
302 '/boot/vmlinuz-6.6.16-current-sunxi')
303 dtb_path = '/usr/lib/linux-image-6.6.16-current-sunxi/sun4i-a10-cubieboard.dtb'
305 rootfs_url = ('https://github.com/groeck/linux-build-test/raw/'
307 'arm/rootfs-armv5.ext2.gz')
318 'panic=-1 noreboot')
319 self.vm.add_args('-kernel', kernel_path,
320 '-dtb', dtb_path,
321 '-drive', 'if=none,format=raw,id=disk0,file='
323 '-device', 'ide-hd,bus=ide.0,drive=disk0',
324 '-append', kernel_command_line,
325 '-no-reboot')
330 'Allwinner sun4i/sun5i')
349 'sunxi/cortexa8/openwrt-22.03.2-sunxi-cortexa8-'
350 'cubietech_a10-cubieboard-ext4-sdcard.img.gz')
359 self.vm.add_args('-drive', 'file=' + image_path + ',if=sd,format=raw',
360 '-nic', 'user',
361 '-no-reboot')
368 self.wait_for_console_pattern('U-Boot SPL')
382 'Allwinner sun4i/sun5i')
392 :avocado: tags=machine:quanta-gsj
398 '20200711-gsj-qemu-0/obmc-phosphor-image-gsj.static.mtd.gz')
407 self.vm.add_args('-drive', drive_args)
411 # to avoid running past the 90-second timeout. These may be removed
417 'systemd.mask=systemd-random-seed.service '
424 self.wait_for_console_pattern('U-Boot ')
426 self, 'Hit any key to stop autoboot:', 'U-Boot>')
429 'U-Boot>')
433 self.wait_for_console_pattern('CPU1: thread -1, cpu 1, socket 0')
440 :avocado: tags=machine:quanta-gsj
445 '20200711-gsj-qemu-0/obmc-phosphor-initramfs-gsj.cpio.xz')
450 '20200711-gsj-qemu-0/uImage-gsj.bin')
455 '20200711-gsj-qemu-0/nuvoton-npcm730-gsj.dtb')
463 self.vm.add_args('-kernel', kernel_path,
464 '-initrd', initrd_path,
465 '-dtb', dtb_path,
466 '-append', kernel_command_line)
470 self.wait_for_console_pattern('CPU1: thread -1, cpu 1, socket 0')