/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_mips_malta.py | 3 # Functional tests for the little-endian 32-bit MIPS Malta board 5 # Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org> 7 # SPDX-License-Identifier: GPL-2.0-or-later 19 ('http://snapshot.debian.org/archive/debian/' 20 '20130217T032700Z/pool/main/l/linux-2.6/' 21 'linux-image-2.6.32-5-4kc-malta_2.6.32-48_mips.deb'), 27 '/boot/vmlinux-2.6.32-5-4kc-malta') 32 self.vm.add_args('-kernel', kernel_path, 33 '-append', kernel_command_line) 39 ('http://snapshot.debian.org/archive/debian/' [all …]
|
H A D | test_mips64el_fuloong2e.py | 3 # Functional tests for the Lemote Fuloong-2E machine. 5 # Copyright (c) 2019 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 24 ('http://archive.debian.org/debian/pool/main/l/linux/' 25 'linux-image-3.16.0-6-loongson-2e_3.16.56-1+deb8u1_mipsel.deb'), 31 '/boot/vmlinux-3.16.0-6-loongson-2e') 36 self.vm.add_args('-kernel', kernel_path, 37 '-append', kernel_command_line) 45 # Recovery system for the Yeeloong laptop [all …]
|
H A D | test_mips64el_malta.py | 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 36 ('http://snapshot.debian.org/archive/debian/' 37 '20130217T032700Z/pool/main/l/linux-2.6/' 38 'linux-image-2.6.32-5-5kc-malta_2.6.32-48_mipsel.deb'), 44 the Debian package. 46 The kernel can be rebuilt using this Debian kernel source [1] and 49 [1] http://snapshot.debian.org/package/linux-2.6/2.6.32-48/ [all …]
|
H A D | test_arm_raspi2.py | 3 # Functional test that boots a Linux kernel on a Raspberry Pi machine 6 # Copyright (c) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org> 8 # SPDX-License-Identifier: GPL-2.0-or-later 20 ('http://archive.raspberrypi.org/debian/' 21 'pool/main/r/raspberrypi-firmware/' 22 'raspberrypi-kernel_1.20190215-1_armhf.deb'), 26 ('https://github.com/groeck/linux-build-test/raw/' 28 'arm/rootfs-armv7a.cpio.gz'), 42 dtb_path = self.extract_from_deb(deb_path, '/boot/bcm2709-rpi-2-b.dtb') 50 self.vm.add_args('-kernel', kernel_path, [all …]
|
H A D | test_aarch64_raspi4.py | 3 # Functional test that boots a Linux kernel on a Raspberry Pi machine 6 # SPDX-License-Identifier: GPL-2.0-or-later 23 ('http://archive.raspberrypi.org/debian/' 24 'pool/main/r/raspberrypi-firmware/' 25 'raspberrypi-kernel_1.20230106-1_arm64.deb'), 29 ('https://github.com/groeck/linux-build-test/raw/' 37 dtb_path = self.extract_from_deb(deb_path, '/boot/bcm2711-rpi-4-b.dtb') 46 self.vm.add_args('-kernel', kernel_path, 47 '-dtb', dtb_path, 48 '-append', kernel_command_line) [all …]
|
H A D | test_arm_orangepi.py | 3 # Functional test that boots a Linux kernel on an Orange Pi machine 6 # SPDX-License-Identifier: GPL-2.0-or-later 21 ('https://apt.armbian.com/pool/main/l/linux-6.6.16/' 22 …'linux-image-current-sunxi_24.2.1_armhf__6.6.16-Seb3e-D6b4a-P2359-Ce96bHfe66-HK01ba-V014b-B067e-R4… 26 ('https://github.com/groeck/linux-build-test/raw/' 28 'arm/rootfs-armv7a.cpio.gz'), 33 'buildroot-baseline/20230703.0/armel/rootfs.ext2.xz'), 37 ('https://k-space.ee.armbian.com/archive/orangepipc/archive/' 42 ('http://snapshot.debian.org/archive/debian/20200108T145233Z/pool/' 43 'main/u/u-boot/u-boot-sunxi_2020.01%2Bdfsg-1_armhf.deb'), [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 13 system so can be run directly from the build tree, for example: 17 [./pyvenv/bin/]meson test --suite qemu:softfloat 25 ------------------------- 36 Different sub-types of "make check" tests will be explained below. 45 Unit tests, which can be invoked with ``make check-unit``, are simple C tests 53 1. Create a new source file. For example, ``tests/unit/foo-test.c``. 63 is in ``tests/unit/foo-test.c``, it is enough to add an entry like:: 67 'foo-test': [], [all …]
|
/openbmc/linux/Documentation/power/ |
H A D | apm-acpi.rst | 5 If you have a relatively recent x86 mobile, desktop, or server system, 9 operating system, allowing for more intelligent power management than 12 The best way to determine which, if either, your system supports is to 24 User-space Daemons 25 ------------------ 26 Both APM and ACPI rely on user-space daemons, apmd and acpid 27 respectively, to be completely functional. Obtain both of these 29 and be sure that they are started sometime in the system boot process. 31 system the associated daemon will exit gracefully. 34 apmd http://ftp.debian.org/pool/main/a/apmd/
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | system-requirements.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 System Requirements 18 ":ref:`overview-manual/development-environment:the yocto project development environment`" 23 :doc:`/brief-yoctoprojectqs/index` document. You can find "how-to" 24 information in the :doc:`/dev-manual/index`. You can find Yocto Project overview 25 and conceptual information in the :doc:`/overview-manual/index`. 30 the :ref:`ref-manual/resources:links and related documentation` section. 35 To build an image such as ``core-image-sato`` for the ``qemux86-64`` machine, 36 you need a system with at least &MIN_DISK_SPACE; Gbytes of free disk space. 40 If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" [all …]
|
H A D | variables.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 8 system and gives an overview of their function and contents. 16 :term:`U <UBOOT_BINARY>` :term:`V <VIRTUAL-RUNTIME>` 27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the 39 Like all package-controlling variables, you must always use them in 43 ALLOW_EMPTY:${PN}-dev = "1" 44 ALLOW_EMPTY:${PN}-staticdev = "1" 49 When this occurs, the OpenEmbedded build system needs to use the 50 alternatives system to create a different binary naming scheme so the 51 commands can co-exist. [all …]
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 10 consult qemu-devel and not any specific individual privately. 23 W: Web-page with status/info 24 Q: Patchwork web based patch tracking system site 34 it has been replaced by a better system and you 59 ------------------------------ 63 L: qemu-devel@nongnu.org 72 R: Philippe Mathieu-Daudé <philmd@linaro.org> 76 F: docs/devel/code-of-conduct.rst 77 F: docs/devel/conflict-resolution.rst 78 F: docs/devel/submitting-a-patch.rst [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | packages.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 8 - :ref:`dev-manual/packages:excluding packages from an image` 10 - :ref:`dev-manual/packages:incrementing a package version` 12 - :ref:`dev-manual/packages:handling optional module packaging` 14 - :ref:`dev-manual/packages:using runtime package management` 16 - :ref:`dev-manual/packages:generating and using signed packages` 18 - :ref:`Setting up and running package test 19 (ptest) <test-manual/ptest:testing packages with ptest>` 21 - :ref:`dev-manual/packages:creating node package manager (npm) packages` 23 - :ref:`dev-manual/packages:adding custom metadata to packages` [all …]
|
/openbmc/qemu/tests/avocado/ |
H A D | boot_linux_console.py | 1 # Functional test that boots a Linux kernel and checks the console 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/' [all …]
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 8 it will be listed in this section. The feature will remain functional for the 21 for pre-existing VM deployments. They should be scheduled for updating to a 23 should exclusively use a non-deprecated machine type, with use of the most 24 recent version highly recommended. Non-versioned machine types follow the 36 System emulator command line arguments 37 -------------------------------------- 39 Short-form boolean options (since 6.0) 49 The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on`` 56 command-line less readable, especially when the argument itself consist of a 57 name and a value, e.g. ``-plugin plugin_name,arg="arg_name=arg_value"``. [all …]
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | yp-intro.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 11 developers create custom Linux-based systems that are designed for 26 .. image:: figures/key-dev-elements.png 31 …ticle <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my-I… 39 -------- 43 - *Widely Adopted Across the Industry:* Many semiconductor, operating 44 system, software, and service vendors adopt and support the Yocto 50 - *Architecture Agnostic:* Yocto Project supports Intel, ARM, MIPS, 59 - *Images and Code Transfer Easily:* Yocto Project output can easily 68 - *Flexibility:* Corporations use the Yocto Project many different [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
H A D | openssl_3.4.0.bb | 7 LICENSE = "Apache-2.0" 10 SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ 11 file://run-ptest \ 12 file://0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch \ 13 file://0001-Configure-do-not-tweak-mips-cflags.patch \ 14 file://0001-Added-handshake-history-reporting-when-test-fails.patch \ 15 file://0001-Fix-builds-on-riscv64-using-musl.patch \ 18 SRC_URI:append:class-nativesdk = " \ 19 file://environment.d-openssl.sh \ 25 MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" [all …]
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | mac8390.c | 1 // SPDX-License-Identifier: GPL-1.0+ 2 /* mac8390.c: New driver for 8390-based Nubus (or Nubus-alike) 6 Jes Sorensen, and ne2k-pci.c by Donald Becker and Paul Gortmaker. */ 8 /* 2000-02-28: support added for Dayna and Kinetics cards by 10 /* 2000-04-04: support added for Dayna2 by bart@etpmod.phys.tue.nl */ 11 /* 2001-04-18: support for DaynaPort E/LC-M by rayk@knightsmanor.org */ 12 /* 2001-05-15: support for Cabletron ported from old daynaport driver 15 /* 2002-12-30: Try to support more cards, some clues from NetBSD driver */ 16 /* 2003-12-26: Make sure Asante cards always work. */ 43 "v0.4 2001-05-15 David Huggins-Daines <dhd@debian.org> and others\n"; [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | pcwd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 * 960108 Fixed end-of-file pointer (Thanks to Dan Hollis), added 13 * 960716 Made functional and cosmetic changes to the source for 24 * added watchdog disable/re-enable routines. Added firmware 29 * drivers to panic the system if it's overheating at bootup. 36 * Michael Meskes <meskes@debian.org>. 60 #include <linux/errno.h> /* For the -ENODEV/... values */ 71 #include <linux/ioport.h> /* For io-port access */ 79 #define WATCHDOG_DRIVER_NAME "ISA-PC Watchdog" 94 * These are the auto-probe addresses available. [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 4 # SPDX-License-Identifier: MIT 43 SANITY_DIFF_TOOL ?= "diff -u" 115 if start != -1 and (len(bbpath_line) != (start + 1)): 147 # Handle rename of meta-yocto -> meta-poky 148 # This marks the start of separate version numbers but code is needed in OE-Core 152 if 'meta-yocto' in layers: 155 index, meta_yocto_line = sanity_conf_find_line(r'.*meta-yocto[\'"\s\n]', lines) 157 lines[index] = meta_yocto_line.replace('meta-yocto', 'meta-poky') 188 bb.fatal(""" OE-core's config sanity checker detected a potential misconfiguration. 202 overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + multilib [all …]
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | submit-changes.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 Because the system is extremely configurable and flexible, we recognize 11 .. _ref-why-mailing-lists: 13 Contributing through mailing lists --- Why not using web-based workflows? 42 mailing list approach off-putting and would prefer a web-based GUI. 55 ---------- 58 on Debian and Ubuntu:: 60 sudo apt install git-core git-email 62 Then, you need to set a name and e-mail address that Git will 65 git config --global user.name "Ada Lovelace" [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-26 03:00:49.074-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-26 03:00:49.192-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-03-25 03:00:34.996-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-25 03:00:35.114-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |