Home
last modified time | relevance | path

Searched full:cirrus (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst1 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 Dbuild.yml19 # A little shorter than GitLab timeout in ../cirrus.yml
/openbmc/qemu/.gitlab-ci.d/
H A Dcirrus.yml1 # 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 Dqemu-project.yml20 - local: '/.gitlab-ci.d/cirrus.yml'
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-video-cirrus_1.6.0.bb3 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 Dcirrus_vga_isa.c2 * 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 Dcirrus_vga.c2 * 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 Dtimer.c3 * Cirrus Logic EP93xx timer support.
10 * Based on the original intr.c Cirrus Logic EP93xx Rev D. interrupt support,
H A DMakefile3 # Cirrus Logic EP93xx CPU-specific Makefile
H A Dcpu.c3 * Cirrus Logic EP93xx CPU-specific support.
/openbmc/u-boot/board/cirrus/edb93xx/
H A DKconfig7 default "cirrus"
H A DMAINTAINERS4 F: board/cirrus/edb93xx/
/openbmc/qemu/docs/system/
H A Dtarget-mips.rst32 - 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 Dtarget-i386-desc.rst.inc5 - Cirrus CLGD 5446 PCI VGA card or dummy VGA card with Bochs VESA
/openbmc/u-boot/include/configs/
H A Dedb93xx.h2 * 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 Dtune-ep9312.inc5 TUNEVALID[ep9312] = "Enable Cirrus Logic EP9312 specific processor optimizations"
/openbmc/qemu/docs/
H A Dqdev-device-use.txt287 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 Dkirkwood-openrd-ultimate.dts25 compatible = "cirrus,cs42l51";
H A Dkirkwood-openrd-client.dts28 compatible = "cirrus,cs42l51";
/openbmc/openbmc/poky/meta/conf/machine/
H A Dqemux86.conf24 xf86-video-cirrus \
H A Dqemux86-64.conf28 xf86-video-cirrus \
/openbmc/qemu/tests/qtest/
H A Ddisplay-vga-test.c32 "cirrus-vga", in main()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz_configs.h99 .name = "cirrus-vga",
100 .args = "-machine q35 -nodefaults -device cirrus-vga",
101 .objects = "cirrus*",
/openbmc/qemu/docs/devel/testing/
H A Dci-jobs.rst.inc97 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 Dmeson.build37 'vgabios-cirrus.bin',

123