Lines Matching +full:build +full:- +full:system +full:- +full:debian
3 # Functional tests for the little-endian 64-bit MIPS Malta board
5 # Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
8 # See the COPYING file in the top-level directory.
10 # SPDX-License-Identifier: GPL-2.0-or-later
25 ('http://snapshot.debian.org/archive/debian/'
26 '20130217T032700Z/pool/main/l/linux-2.6/'
27 'linux-image-2.6.32-5-5kc-malta_2.6.32-48_mipsel.deb'),
33 the Debian package.
35 The kernel can be rebuilt using this Debian kernel source [1] and
38 [1] http://snapshot.debian.org/package/linux-2.6/2.6.32-48/
39 #linux-source-2.6.32_2.6.32-48
40 [2] https://kernel-team.pages.debian.net/kernel-handbook/
41 ch-common-tasks.html#s-common-official
45 member='boot/vmlinux-2.6.32-5-5kc-malta')
50 self.vm.add_args('-kernel', kernel_path,
51 '-append', kernel_command_line)
57 ('https://github.com/philmd/qemu-testing-blob/'
59 'vmlinux-3.19.3.mtoman.20150408'),
63 ('https://github.com/groeck/linux-build-test/'
78 self.vm.add_args('-cpu', '5KEc',
79 '-kernel', kernel_path,
80 '-initrd', initrd_path,
81 '-append', kernel_command_line,
82 '-no-reboot')
88 exec_command_and_wait_for_pattern(self, 'uname -a',
91 'reboot: Restarting system')
96 ('https://people.debian.org/~aurel32/qemu/mipsel/'
97 'vmlinux-3.2.0-4-5kc-malta'),
101 ('https://people.debian.org/~aurel32/qemu/mipsel/'
112 dl_file='/boot/initrd.img-3.2.0-4-5kc-malta',
122 ('https://github.com/philmd/qemu-testing-blob/raw/a5966ca4b5/'
123 'mips/malta/mips64el/vmlinux-4.7.0-rc1.I6400.gz'),
149 self.vm.add_args('-kernel', kernel_path,
150 '-cpu', 'I6400',
151 '-smp', '%u' % cpu_cores_count,
152 '-vga', 'std',
153 '-append', kernel_command_line)
157 self.vm.cmd('human-monitor-command', command_line='stop')
158 res = self.vm.cmd('human-monitor-command',
173 for tuxlogo_count, pt in enumerate(zip(*loc[::-1]), start=1):