| /openbmc/qemu/.gitlab-ci.d/cirrus/ |
| H A D | README.rst | 1 Cirrus CI integration 8 To work around this limitation, we take advantage of `Cirrus CI`_'s free 9 offering: more specifically, we use the `cirrus-run`_ script to trigger Cirrus 10 CI jobs from GitLab CI jobs so that Cirrus CI job output is integrated into 17 This repository needs to exist for cirrus-run to work, but it doesn't need to 20 * enable the `Cirrus CI GitHub app`_ for your GitHub account; 22 * sign up for Cirrus CI. It's enough to log into the website using your GitHub 25 * grab an API token from the `Cirrus CI settings`_ page; 27 * it may be necessary to push an empty ``.cirrus.yml`` file to your github fork 28 for Cirrus CI to properly recognize the project. You can check whether [all …]
|
| H A D | build.yml | 19 # A little shorter than GitLab timeout in ../cirrus.yml
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | cirrus.yml | 1 # Jobs that we delegate to Cirrus CI because they require an operating 5 # The Cirrus CI configuration is generated by replacing target-specific 16 image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest 20 # 20 mins larger than "timeout_in" in cirrus/build.yml 21 # as there's often a 5-10 minute delay before Cirrus CI 26 - source .gitlab-ci.d/cirrus/$NAME.vars 28 - cirrus-vars <.gitlab-ci.d/cirrus/build.yml >.gitlab-ci.d/cirrus/$NAME.yml 29 - cat .gitlab-ci.d/cirrus/$NAME.yml 30 - cirrus-run -v --show-build-log always .gitlab-ci.d/cirrus/$NAME.yml
|
| H A D | qemu-project.yml | 20 - local: '/.gitlab-ci.d/cirrus.yml'
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/ |
| H A D | xf86-video-cirrus_1.6.0.bb | 3 SUMMARY = "X.Org X server -- cirrus display driver" 4 DESCRIPTION = "cirrus is an Xorg driver for Cirrus Logic VGA adapters. These \
|
| /openbmc/qemu/hw/display/ |
| H A D | cirrus_vga_isa.c | 2 * QEMU Cirrus CLGD 54xx VGA Emulator, ISA bus support 36 #define TYPE_ISA_CIRRUS_VGA "isa-cirrus-vga" 51 /* follow real hardware, cirrus card emulated has 4 MB video memory. in isa_cirrus_vga_realizefn()
|
| H A D | cirrus_vga.c | 2 * QEMU Cirrus CLGD 54xx VGA Emulator. 189 #define TYPE_PCI_CIRRUS_VGA "cirrus-vga" 917 "cirrus: bitblt (video to cpu) is not implemented\n"); in cirrus_bitblt_videotocpu() 986 "cirrus: bitblt - pixel width is unknown\n"); in cirrus_bitblt_start() 996 "cirrus: bitblt - memory-to-memory copy requested\n"); in cirrus_bitblt_start() 1044 "cirrus: src transparent without colorexpand " in cirrus_bitblt_start() 1143 "cirrus: invalid DAC value 0x%x in 16bpp\n", in cirrus_get_bpp16_depth() 1157 /* Cirrus SVGA */ in cirrus_get_bpp() 1176 printf("cirrus: unknown bpp - sr7=%x\n", s->vga.sr[0x7]); in cirrus_get_bpp() 1264 case 0x06: // Unlock Cirrus extensions in cirrus_vga_read_sr() [all …]
|
| /openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/ |
| H A D | timer.c | 3 * Cirrus Logic EP93xx timer support. 10 * Based on the original intr.c Cirrus Logic EP93xx Rev D. interrupt support,
|
| H A D | Makefile | 3 # Cirrus Logic EP93xx CPU-specific Makefile
|
| H A D | cpu.c | 3 * Cirrus Logic EP93xx CPU-specific support.
|
| /openbmc/u-boot/board/cirrus/edb93xx/ |
| H A D | Kconfig | 7 default "cirrus"
|
| H A D | MAINTAINERS | 4 F: board/cirrus/edb93xx/
|
| /openbmc/qemu/docs/system/ |
| H A D | target-mips.rst | 32 - Cirrus (default) or any other PCI VGA graphics card 116 -append "mem=256m@0x0 rw console=ttyS0 vga=cirrus vesa=0x111 root=/dev/sda"
|
| H A D | target-i386-desc.rst.inc | 5 - Cirrus CLGD 5446 PCI VGA card or dummy VGA card with Bochs VESA
|
| /openbmc/u-boot/include/configs/ |
| H A D | edb93xx.h | 2 * U-Boot - Configuration file for Cirrus Logic EDB93xx boards 34 #define CONFIG_SYS_LDSCRIPT "board/cirrus/edb93xx/u-boot.lds" 72 #define CONFIG_EP93XX 1 /* This is a Cirrus Logic 93xx SoC */
|
| /openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/ |
| H A D | tune-ep9312.inc | 5 TUNEVALID[ep9312] = "Enable Cirrus Logic EP9312 specific processor optimizations"
|
| /openbmc/qemu/docs/ |
| H A D | qdev-device-use.txt | 287 cirrus -device cirrus-vga 302 cirrus not yet available with -device 395 VGA VGA, cirrus-vga, isa-vga, isa-cirrus-vga,
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | kirkwood-openrd-ultimate.dts | 25 compatible = "cirrus,cs42l51";
|
| H A D | kirkwood-openrd-client.dts | 28 compatible = "cirrus,cs42l51";
|
| /openbmc/openbmc/poky/meta/conf/machine/ |
| H A D | qemux86.conf | 24 xf86-video-cirrus \
|
| H A D | qemux86-64.conf | 28 xf86-video-cirrus \
|
| /openbmc/qemu/tests/qtest/ |
| H A D | display-vga-test.c | 32 "cirrus-vga", in main()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | generic_fuzz_configs.h | 99 .name = "cirrus-vga", 100 .args = "-machine q35 -nodefaults -device cirrus-vga", 101 .objects = "cirrus*",
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | ci-jobs.rst.inc | 97 The job makes use of Cirrus CI infrastructure, requiring the 98 configuration setup for cirrus-run to be present in the repository
|
| /openbmc/qemu/pc-bios/ |
| H A D | meson.build | 37 'vgabios-cirrus.bin',
|