Home
last modified time | relevance | path

Searched +full:build +full:- +full:opensbi (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dopensbi.yml1 # All jobs needing docker-opensbi must use the same rules it uses.
5 - if: '$QEMU_CI != "1" && $QEMU_CI != "2" && $CI_PROJECT_NAMESPACE != "qemu-project"'
9 # if any files affecting the build output are touched
10 - if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project"'
12 - .gitlab-ci.d/opensbi.yml
13 - .gitlab-ci.d/opensbi/Dockerfile
14 - roms/opensbi/*
18 # if the branch/tag starts with 'opensbi'
19- if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project" && $CI_COMMIT_REF_NAME =~ /^open…
23 # if the last commit msg contains 'OpenSBI' (case insensitive)
[all …]
/openbmc/qemu/roms/
H A DMakefile2 vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb ati
3 vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants)))
7 pxe-rom-e1000 efi-rom-e1000 : VID := 8086
8 pxe-rom-e1000 efi-rom-e1000 : DID := 100e
9 pxe-rom-e1000e efi-rom-e1000e : VID := 8086
10 pxe-rom-e1000e efi-rom-e1000e : DID := 10d3
11 pxe-rom-eepro100 efi-rom-eepro100 : VID := 8086
12 pxe-rom-eepro100 efi-rom-eepro100 : DID := 1209
13 pxe-rom-ne2k_pci efi-rom-ne2k_pci : VID := 1050
14 pxe-rom-ne2k_pci efi-rom-ne2k_pci : DID := 0940
[all …]
/openbmc/qemu/docs/system/riscv/
H A Dvirt.rst8 real-world hardware.
11 -----------------
17 * Platform-Level Interrupt Controller (PLIC)
22 * 8 virtio-mmio transport devices
31 ----------------------------------
34 which it passes to the guest, if there is no ``-dtb`` option. This provides
39 If users want to provide their own DTB, they can use the ``-dtb`` option.
42 * The number of subnodes of the /cpus node should match QEMU's ``-smp`` option
43 * The /memory reg size should match QEMU’s selected ram_size via ``-m``
45 "riscv,clint0" if using with OpenSBI BIOS images
[all …]
H A Dshakti-c.rst7 Shakti SoC is a SoC based on the Shakti C-class processor core. Shakti C
11 https://gitlab.com/shaktiproject/cores/shakti-soc/-/blob/master/fpga/boards/artya7-100t/c-class/REA…
13 For more info on the Shakti C-class core, please see:
14 https://c-class.readthedocs.io/en/latest/
17 -----------------
21 * 1 C-class core
23 * Platform-Level Interrupt Controller (PLIC)
27 ------------
29 The ``shakti_c`` machine can start using the standard -bios
30 functionality for loading the baremetal application or opensbi.
[all …]
H A Dsifive_u.rst4 SiFive HiFive Unleashed Development Board is the ultimate RISC-V development
5 board featuring the Freedom U540 multi-core RISC-V processor.
8 -----------------
15 * Platform-Level Interrupt Controller (PLIC)
17 * L2 Loosely Integrated Memory (L2-LIM)
22 * 1 One-Time Programmable (OTP) memory with stored serial number
30 1 E51 core and 4 U54 core combination and the RISC-V core boots in 64-bit mode.
32 is also possible to create a 32-bit variant with the same peripherals except
33 that the RISC-V cores are replaced by the 32-bit ones (E31 and U34), to help
34 testing of 32-bit guest software.
[all …]
H A Dmicrochip-icicle-kit.rst1 Microchip PolarFire SoC Icicle Kit (``microchip-icicle-kit``)
5 SiFive's E51 plus four U54 cores and many on-chip peripherals and an FPGA.
8 https://www.microsemi.com/product-directory/soc-fpgas/5498-polarfire-soc-fpga
11 https://www.microsemi.com/existing-parts/parts/152514
14 -----------------
16 The ``microchip-icicle-kit`` machine supports the following devices:
21 * Platform-Level Interrupt Controller (PLIC)
22 * L2 Loosely Integrated Memory (L2-LIM)
30 ------------
32 The ``microchip-icicle-kit`` machine can start using the standard -bios
[all …]
/openbmc/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile2 # Docker image to cross-compile OpenSBI firmware binaries
8 # Install packages required to build OpenSBI
13 apt install --assume-yes --no-install-recommends \
14 build-essential \
15 ca-certificates \
22 rm -rf /var/lib/apt/lists/*
24 # Manually install the kernel.org "Crosstool" based toolchains for gcc-8.3
25 RUN wget -O - \
26 …ge.kernel.org/pub/tools/crosstool/files/bin/x86_64/8.3.0/x86_64-gcc-8.3.0-nolibc-riscv32-linux.tar…
27 | tar -C /opt -xJ
[all …]
/openbmc/u-boot/doc/
H A DREADME.sifive-fu5401 FU540-C000 RISC-V SoC
3 The FU540-C000 is the world’s first 4+1 64-bit RISC‑V SoC from SiFive.
5 The HiFive Unleashed development platform is based on FU540-C000 and capable
16 1. SPI driver is still missing. So MMC card can't be used in U-Boot as of now.
17 2. U-Boot expects the serial console device entry to be present under /chosen
20 stdout-path = "/soc/serial@10010000:115200";
23 Without a serial console U-Boot will panic.
27 1. Add the RISC-V toolchain to your PATH.
36 The current U-Boot port is supported in S-mode only and loaded from DRAM.
38 A prior stage (M-mode) firmware/bootloader (e.g OpenSBI or BBL) is required to
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.12.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.0.12 (Kirkstone)
4 ------------------------------------------
6 Security Fixes in Yocto-4.0.12
9 - bind: Fix :cve_nist:`2023-2828` and :cve_nist:`2023-2911`
10 - cups: Fix :cve_nist:`2023-34241`
11 - curl: Added :cve_nist:`2023-28320` Follow-up patch
12 - dbus: Fix :cve_nist:`2023-34969`
13 - dmidecode: fix :cve_nist:`2023-30630`
14 - ghostscript: fix :cve_nist:`2023-36664`
[all …]
H A Drelease-notes-4.2.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.2.2 (Mickledore)
4 ------------------------------------------
6 Security Fixes in Yocto-4.2.2
9 - binutils: Fix :cve_nist:`2023-1972`
10 - cups: Fix :cve_nist:`2023-32324`
11 - curl: Fix :cve_nist:`2023-28319`, :cve_nist:`2023-28320`, :cve_nist:`2023-28321` and :cve_nist:`…
12 - dbus: Fix :cve_nist:`2023-34969`
13 - git: Fix :cve_nist:`2023-25652` and :cve_nist:`2023-29007`
14 - git: Ignore :cve_nist:`2023-25815`
[all …]
H A Drelease-notes-4.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
10 - Linux kernel 5.19, glibc 2.36 and ~260 other recipe upgrades
12 - ``make`` 4.0 is now the minimum make version required on the build host.
14 :term:`buildtools` tarball, and additionally a new :term:`buildtools-make` tarball
17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`.
19 - New layer setup tooling:
21 - New ``scripts/oe-setup-layers`` standalone script to restore the layer
23 - New ``bitbake-layers create-layers-setup`` command to save the
25 - New ``bitbake-layers save-build-conf`` command to save the active build
[all …]
H A Drelease-notes-5.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
9 - Linux kernel 6.6, gcc 13.2, glibc 2.39, LLVM 18.1, and over 300 other recipe upgrades
11 - New variables:
13 - :term:`CVE_DB_INCR_UPDATE_AGE_THRES`: Configure the maximum age of the
17 - :term:`RPMBUILD_EXTRA_PARAMS`: support extra user-defined fields without
20 - :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS`: support extra parameters for
21 ``opkg-make-index``.
23 - :term:`EFI_UKI_PATH`, :term:`EFI_UKI_DIR`: define the location of UKI
26 - :term:`TARGET_DBGSRC_DIR`: specifies the target path to debug source files
[all …]
H A Drelease-notes-4.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
11 - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades
13 - Reproducibility: this release fixes the reproducibility issues with
14 ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully
16 class has been merged into the :ref:`ref-classes-base` class.
18 - Network access is now disabled by default for tasks other than where it is expected to ensure bui…
20 - The Yocto Project now allows you to reuse the Shared State cache from
22 machine is faster than you would build recipes from source, you can
31 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__
[all …]
H A Drelease-notes-5.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
9 - Linux kernel 6.10, gcc 14.2, glibc 2.40, LLVM 18.1.18, and over 300 other
12 - New variables:
14 - :term:`CVE_CHECK_MANIFEST_JSON_SUFFIX`: suffix for the CVE JSON manifest file.
16 - :term:`PRSERV_UPSTREAM`: Upstream PR service (``host:port``) for the local
19 - :term:`RECIPE_UPGRADE_EXTRA_TASKS`: space-delimited list of tasks to run
23 - :term:`UNPACKDIR`: allow change of the :ref:`ref-tasks-unpack` task
26 - Kernel-related changes:
28 - The default kernel is the current stable (6.10), and there is also support
[all …]
H A Drelease-notes-4.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ----------------------------------
9 - Linux kernel 6.1, glibc 2.37 and ~350 other recipe upgrades
11 - Python 3.8+ and GCC 8.0+ are now the minimum required versions on the build host.
15 - BitBake in this release now supports a new ``addpylib`` directive to enable
17 see :ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`.
24 - BitBake has seen multiple internal changes that may improve
27 - BitBake's Cooker server is now multithreaded.
29 - Ctrl+C can now be used to interrupt some long-running operations
32 - BitBake's cache has been extended to include more hash
[all …]
H A Drelease-notes-3.4.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 --------------------------------
9 - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades
10 - Switched override character to ':' (replacing '_') for more robust parsing and improved performa…
11 - Rust integrated into core, providing rust support for cross-compilation and SDK
12 - New :ref:`ref-classes-create-spdx` class for creating SPDX SBoM documents
13 - New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-ut…
14 - Several optimisations to reduce unnecessary task dependencies for faster builds
15 - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu
16 - New overlayfs class to help generate overlayfs mount units
[all …]
/openbmc/qemu/pc-bios/
HDu-boot.e500 ... DHCP Option in OFFER/ACK: %d , Build: %s Class Index Probed Driver Name -- ...
/openbmc/qemu/
H A DMAINTAINERS10 consult qemu-devel and not any specific individual privately.
23 W: Web-page with status/info
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
79 F: docs/devel/submitting-a-pull-request.rst
82 -------------------------------------------------
[all …]
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dmaintainers.inc1 # Yocto Project / OpenEmbedded-Core (OE-Core) Maintainers File
6 # OE-Core mail list (openembedded-core@lists.openembedded.org)
7 # For recipes in meta-yocto please use the Poky list (poky@lists.yoctoproject.org)
14 # - look in the Yocto Project Bugzilla
18 # - look through recent entries of the appropriate mailing list archives
19 # (http://lists.linuxtogo.org/pipermail/openembedded-core or
26 # RECIPE_MAINTAINER:pn-<recipe name> = "Full Name <address@domain>"
30 RECIPE_MAINTAINER:pn-acl = "Chen Qi <Qi.Chen@windriver.com>"
31 RECIPE_MAINTAINER:pn-acpica = "Ross Burton <ross.burton@arm.com>"
32 RECIPE_MAINTAINER:pn-acpid = "Ross Burton <ross.burton@arm.com>"
[all …]
/openbmc/
Dopengrok1.0.log1 2025-01-23 03:00:35.620-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-01-23 03:00:35.747-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-01-22 03:00:43.118-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-01-22 03:00:43.231-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
/openbmc/linux/
H A Dopengrok0.0.log1 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...]
H A Dopengrok1.0.log1 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...]