Lines Matching +full:qemu +full:- +full:project
11 # later. See the COPYING file in the top-level directory.
24 ('https://github.com/philmd/qemu-testing-blob/raw/rx-gdbsim/rx/gdbsim/'
25 'u-boot.bin'),
28 ('https://github.com/philmd/qemu-testing-blob/raw/rx-gdbsim/rx/gdbsim/'
29 'rx-gdbsim.dtb'),
32 ('https://github.com/philmd/qemu-testing-blob/raw/rx-gdbsim/rx/gdbsim/'
38 U-Boot and checks that the console is operational.
40 self.set_machine('gdbsim-r5f562n8')
45 self.vm.add_args('-bios', uboot_path,
46 '-no-reboot')
48 uboot_version = 'U-Boot 2016.05-rc3-23705-ga1ef3c71cb-dirty'
50 gcc_version = 'rx-unknown-linux-gcc (GCC) 9.0.0 20181105 (experimental)'
52 # https://gitlab.com/qemu-project/qemu/-/issues/2691
55 @skipFlakyTest(bug_url="https://gitlab.com/qemu-project/qemu/-/issues/2691")
60 self.set_machine('gdbsim-r5f562n7')
67 self.vm.add_args('-kernel', kernel_path,
68 '-dtb', dtb_path,
69 '-no-reboot')
72 failure_message='Kernel panic - not syncing')