/openbmc/qemu/hw/net/ |
H A D | e1000e_core.c | 2 * Core code for QEMU e1000e emulation 66 e1000e_receive_internal(E1000ECore *core, const struct iovec *iov, int iovcnt, 70 e1000e_set_interrupt_cause(E1000ECore *core, uint32_t val); 72 static void e1000e_reset(E1000ECore *core, bool sw); 75 e1000e_process_ts_option(E1000ECore *core, struct e1000_tx_desc *dp) in e1000e_process_ts_option() argument 83 e1000e_process_snap_option(E1000ECore *core, uint32_t cmd_and_length) in e1000e_process_snap_option() argument 91 e1000e_raise_legacy_irq(E1000ECore *core) in e1000e_raise_legacy_irq() argument 94 e1000x_inc_reg_if_not_full(core->mac, IAC); in e1000e_raise_legacy_irq() 95 pci_set_irq(core->owner, 1); in e1000e_raise_legacy_irq() 99 e1000e_lower_legacy_irq(E1000ECore *core) in e1000e_lower_legacy_irq() argument [all …]
|
H A D | igb_core.c | 2 * Core code for QEMU igb emulation 66 IGBCore *core; member 94 igb_receive_internal(IGBCore *core, const struct iovec *iov, int iovcnt, 97 static void igb_raise_interrupts(IGBCore *core, size_t index, uint32_t causes); 98 static void igb_reset(IGBCore *core, bool sw); 101 igb_raise_legacy_irq(IGBCore *core) in igb_raise_legacy_irq() argument 104 e1000x_inc_reg_if_not_full(core->mac, IAC); in igb_raise_legacy_irq() 105 pci_set_irq(core->owner, 1); in igb_raise_legacy_irq() 109 igb_lower_legacy_irq(IGBCore *core) in igb_lower_legacy_irq() argument 112 pci_set_irq(core->owner, 0); in igb_lower_legacy_irq() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
H A D | gitignore | 11 !/system/core/ 12 !/system/core/adb/ 13 !/system/core/fastboot/ 14 !/system/core/fs_mgr/ 15 !/system/core/fs_mgr/include/ 16 !/system/core/include/ 17 !/system/core/include/android/ 18 !/system/core/include/cutils/ 19 !/system/core/include/log/ 20 !/system/core/include/mincrypt/ [all …]
|
/openbmc/bmcweb/test/ |
H A D | meson.build | 25 'redfish-core/include/dbus_log_watcher_test.cpp', 26 'redfish-core/include/event_log_test.cpp', 27 'redfish-core/include/event_matches_filter_test.cpp', 28 'redfish-core/include/filter_expr_executor_test.cpp', 29 'redfish-core/include/filter_expr_parser_test.cpp', 30 'redfish-core/include/privileges_test.cpp', 31 'redfish-core/include/redfish_aggregator_test.cpp', 32 'redfish-core/include/redfish_oem_routing_test.cpp', 33 'redfish-core/include/redfish_test.cpp', 34 'redfish-core/include/registries_test.cpp', [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/ |
H A D | packagegroup-core-full-cmdline.bb | 11 packagegroup-core-full-cmdline \ 12 packagegroup-core-full-cmdline-utils \ 13 packagegroup-core-full-cmdline-extended \ 14 packagegroup-core-full-cmdline-dev-utils \ 15 packagegroup-core-full-cmdline-multiuser \ 16 packagegroup-core-full-cmdline-initscripts \ 17 packagegroup-core-full-cmdline-sys-services \ 20 RDEPENDS:packagegroup-core-full-cmdline = "\ 21 packagegroup-core-full-cmdline-utils \ 22 packagegroup-core-full-cmdline-extended \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | local-ping.patch | 17 avahi-core/browse-dns-server.c | 5 ++++- 18 avahi-core/browse-domain.c | 5 ++++- 19 avahi-core/browse-service-type.c | 3 +++ 20 avahi-core/browse-service.c | 3 +++ 21 avahi-core/browse.c | 3 +++ 22 avahi-core/resolve-address.c | 5 ++++- 23 avahi-core/resolve-host-name.c | 5 ++++- 24 avahi-core/resolve-service.c | 5 ++++- 27 diff --git a/avahi-core/browse-dns-server.c b/avahi-core/browse-dns-server.c 29 --- a/avahi-core/browse-dns-server.c [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0002-android-tools-modifications-to-make-it-build-in-yoct.patch | 25 debian/system/core/adb.mk | 1 - 26 debian/system/core/append2simg.mk | 2 +- 27 debian/system/core/fastboot.mk | 3 +-- 28 debian/system/core/img2simg.mk | 2 +- 29 debian/system/core/libbacktrace.mk | 10 ++++------ 30 debian/system/core/libbase.mk | 5 +++-- 31 debian/system/core/libcutils.mk | 5 +++-- 32 debian/system/core/liblog.mk | 3 ++- 33 debian/system/core/libsparse.mk | 5 +++-- 34 debian/system/core/libutils.mk | 4 ++-- [all …]
|
H A D | 0001-Fixes-for-yocto-build.patch | 13 system/core/adb/daemon/file_sync_service.cpp | 4 ++-- 14 system/core/adb/daemon/framebuffer_service.h | 2 -- 15 system/core/adb/daemon/main.cpp | 5 +++-- 16 system/core/adb/daemon/restart_service.h | 2 -- 17 system/core/adb/daemon/services.cpp | 6 ++---- 18 system/core/adb/daemon/shell_service.cpp | 5 ++++- 19 system/core/adb/types.h | 1 + 22 diff --git a/system/core/adb/daemon/file_sync_service.cpp b/system/core/adb/daemon/file_sync_servic… 24 --- a/system/core/adb/daemon/file_sync_service.cpp 25 +++ b/system/core/adb/daemon/file_sync_service.cpp [all …]
|
H A D | adbd.mk | 44 SOURCES := $(foreach source, $(SOURCES), system/core/$(source)) 50 …einclude -Isystem/core/adb -Isystem/core/base/include -Idebian/out/system/core -Isystem/tools/mkb… 51 -Isystem/core/fs_mgr/include_fstab \ 54 …-lpthread -Ldebian/out/system/core -Ldebian/out/external/boringssl -lbase -lcrypto_utils -l:libcry… 63 CXXFLAGS += -Isystem/core/diagnose_usb/include 64 CXXFLAGS += -Isystem/core/adb/daemon/include 65 CXXFLAGS += -Isystem/core/adb/adbconnection/include 66 CXXFLAGS += -Isystem/core/libasyncio/include 67 CXXFLAGS += -Isystem/core/libcutils/include 68 CXXFLAGS += -Isystem/core/libcrypto_utils/include [all …]
|
/openbmc/qemu/audio/ |
H A D | coreaudio.m | 245 static int coreaudio_buf_lock (coreaudioVoiceOut *core, const char *fn_name) 249 err = pthread_mutex_lock (&core->buf_mutex); 258 static int coreaudio_buf_unlock (coreaudioVoiceOut *core, const char *fn_name) 262 err = pthread_mutex_unlock (&core->buf_mutex); 274 coreaudioVoiceOut *core = (coreaudioVoiceOut *) hw; \ 277 if (coreaudio_buf_lock(core, "coreaudio_" #name)) { \ 283 coreaudio_buf_unlock(core, "coreaudio_" #name); \ 312 coreaudioVoiceOut *core = (coreaudioVoiceOut *) hwptr; 315 if (coreaudio_buf_lock (core, "audioDeviceIOProc")) { 320 if (inDevice != core->outputDeviceID) { [all …]
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 4 # name is the major distribution equivalent to the name used in oe-core 12 DISTRO_PN_ALIAS:pn-alsa-state = "OE-Core" 13 DISTRO_PN_ALIAS:pn-alsa-utils-alsaconf = "OE-Core" 14 DISTRO_PN_ALIAS:pn-alsa-utils-scripts = "OE-Core" 25 DISTRO_PN_ALIAS:pn-builder = "OE-Core" 26 DISTRO_PN_ALIAS:pn-buildtools-tarball = "OE-Core" 30 DISTRO_PN_ALIAS:pn-connman-conf = "OE-Core" 33 DISTRO_PN_ALIAS:pn-core-image-base = "OE-Core" 34 DISTRO_PN_ALIAS:pn-core-image-full-cmdline = "OE-Core" 35 DISTRO_PN_ALIAS:pn-core-image-kernel-dev = "OE-Core" [all …]
|
/openbmc/qemu/target/xtensa/ |
H A D | cores.list | 1 core-dc232b.c 2 core-dc233c.c 3 core-de212.c 4 core-de233_fpu.c 5 core-dsp3400.c 6 core-fsf.c 7 core-lx106.c 8 core-sample_controller.c 9 core-test_kc705_be.c 10 core-test_mmuhifi_c3.c
|
H A D | import_core.sh | 7 TARGET="$BASE"/core-$NAME 10 Usage: $0 overlay-archive-to-import core-name [frequency-in-KHz] 13 core-name: QEMU name of the imported core. Must be valid 15 frequency-in-KHz: core frequency (40MHz if not specified). 23 xtensa/config/core-isa.h \ 24 xtensa/config/core-matmap.h 47 #include "core-$NAME/core-isa.h" 48 #include "core-$NAME/core-matmap.h" 52 #include "core-$NAME/xtensa-modules.c.inc" 58 #include "core-$NAME/gdb-config.c.inc" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/ |
H A D | android-tools_5.1.1.r37.bb | 24 …git://${ANDROID_MIRROR}/platform/system/core;name=core;protocol=https;nobranch=1;destsuffix=git/sy… 29 file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \ 30 file://core/0002-adb-Use-local-sockets-where-appropriate.patch;patchdir=system/core \ 31 file://core/0003-adb-define-shell-command.patch;patchdir=system/core \ 32 file://core/0004-adb-Fix-build-on-big-endian-systems.patch;patchdir=system/core \ 33 file://core/0005-adb-add-base64-implementation.patch;patchdir=system/core \ 34 file://core/0006-adb-Musl-fixes.patch;patchdir=system/core \ 35 file://core/0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch;patchdir=system/core \ 36 file://core/0008-adb-Allow-adbd-to-be-ran-as-root.patch;patchdir=system/core \ 37 file://core/0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch;patchdir=system/core \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | CVE-2025-0677_CVE-2025-0684_CVE-2025-0685_CVE-2025-0686_CVE-2025-0689.patch | 30 grub-core/fs/affs.c | 9 +++++++-- 31 grub-core/fs/cbfs.c | 9 +++++++-- 32 grub-core/fs/jfs.c | 9 +++++++-- 33 grub-core/fs/minix.c | 9 +++++++-- 34 grub-core/fs/nilfs2.c | 9 +++++++-- 35 grub-core/fs/ntfs.c | 9 +++++++-- 36 grub-core/fs/reiserfs.c | 9 +++++++-- 37 grub-core/fs/romfs.c | 9 +++++++-- 38 grub-core/fs/sfs.c | 9 +++++++-- 39 grub-core/fs/udf.c | 9 +++++++-- [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | cpu.hpp | 93 {0x28, "Intel Core Duo processor"}, 94 {0x29, "Intel Core Duo mobile processor"}, 95 {0x2a, "Intel Core Solo mobile processor"}, 97 {0x2c, "Intel Core M processor"}, 98 {0x2d, "Intel Core m3 processor"}, 99 {0x2e, "Intel Core m5 processor"}, 100 {0x2f, "Intel Core m7 processor"}, 109 {0x38, "AMD Turion II Ultra Dual-Core Mobile M Processor Family"}, 110 {0x39, "AMD Turion II Dual-Core Mobile M Processor Family"}, 111 {0x3a, "AMD Athlon II Dual-Core M Processor Family"}, [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | images.rst | 17 is only tested for core-image-minimal image. Furthermore, if you would like to 48 - ``core-image-base``: A console-only image that fully supports the 51 - ``core-image-full-cmdline``: A console-only image with more 54 - ``core-image-minimal``: A small image just capable of allowing a 57 - ``core-image-minimal-dev``: A ``core-image-minimal`` image suitable 61 - ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that 68 - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that 73 - ``core-image-rt``: A ``core-image-minimal`` image plus a real-time 76 - ``core-image-rt-sdk``: A ``core-image-rt`` image that includes 81 - ``core-image-sato``: An image with Sato support, a mobile environment [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
H A D | 0001-Default-eigen_packet_wrapper-constructor.patch | 14 for recipes with -Werror enabled and gcc-11, e.g. fuse-core, robot-localization, 17 …bc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/recipe-sysroot/usr/include/eigen3/Ei… 18 …ebos-noetic-honister/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/incl… 19 …ebos-noetic-honister/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/incl… 20 …ebos-noetic-honister/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/incl… 21 …ebos-noetic-honister/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/… 22 …/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/recipe-sysroot/usr/include/eigen3/Eige… 23 …/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/recipe-sysroot/usr/include/eigen3/Eige… 26 …bc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/recipe-sysroot/usr/include/eigen3/Ei… 27 …ebos-noetic-honister/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/incl… [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | core-image.bbclass | 1 # Common code for generating core reference images 7 # IMAGE_FEATURES control content of the core reference images 9 # By default we install packagegroup-core-boot and packagegroup-base-extended packages; 47 FEATURE_PACKAGES_weston = "packagegroup-core-weston" 48 FEATURE_PACKAGES_x11 = "packagegroup-core-x11" 49 FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" 50 FEATURE_PACKAGES_x11-sato = "packagegroup-core-x11-sato" 51 FEATURE_PACKAGES_tools-debug = "packagegroup-core-tools-debug" 52 FEATURE_PACKAGES_eclipse-debug = "packagegroup-core-eclipse-debug" 53 FEATURE_PACKAGES_tools-profile = "packagegroup-core-tools-profile" [all …]
|
/openbmc/u-boot/board/armltd/integrator/ |
H A D | README | 14 Each may be fitted with a variety of core modules (CMs). 15 Each CM consists of a ARM processor core and associated hardware e.g 50 However, to avoid duplicating code through all processor files, a generic core 66 The U-Boot make targets map to the available core modules as below. 69 Core modules marked ** are also no longer available. 73 ap926ejs_config Integrator Core Module for ARM926EJ-STM 74 ap946es_config Integrator Core Module for ARM946E-STM 76 cp926ejs_config Integrator Core Module for ARM926EJ-STM 77 cp946es_config Integrator Core Module for ARM946E-STM 78 cp1136_config Integrator Core Module ARM1136JF-S TM [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 5 This makes the opencv core module build reproducibly. 11 modules/core/CMakeLists.txt | 10 ------ 12 modules/core/include/opencv2/core/private.hpp | 4 +-- 13 modules/core/include/opencv2/core/utility.hpp | 4 +-- 14 modules/core/src/utils/datafile.cpp | 48 +-------------------------- 17 diff --git a/modules/core/CMakeLists.txt b/modules/core/CMakeLists.txt 19 --- a/modules/core/CMakeLists.txt 20 +++ b/modules/core/CMakeLists.txt 38 diff --git a/modules/core/include/opencv2/core/private.hpp b/modules/core/include/opencv2/core/priv… 40 --- a/modules/core/include/opencv2/core/private.hpp [all …]
|
/openbmc/qemu/hw/cpu/ |
H A D | core.c | 2 * CPU core abstract device 13 #include "hw/cpu/core.h" 20 CPUCore *core = CPU_CORE(obj); in core_prop_get_core_id() local 21 int64_t value = core->core_id; in core_prop_get_core_id() 29 CPUCore *core = CPU_CORE(obj); in core_prop_set_core_id() local 37 error_setg(errp, "Invalid core id %"PRId64, value); in core_prop_set_core_id() 41 core->core_id = value; in core_prop_set_core_id() 47 CPUCore *core = CPU_CORE(obj); in core_prop_get_nr_threads() local 48 int64_t value = core->nr_threads; in core_prop_get_nr_threads() 56 CPUCore *core = CPU_CORE(obj); in core_prop_set_nr_threads() local [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/ |
H A D | 0002-link.mk-use-CFLAGS-with-version.o.patch | 11 core/arch/arm/kernel/link.mk | 2 +- 12 core/arch/riscv/kernel/link.mk | 2 +- 17 diff --git a/core/arch/arm/kernel/link.mk b/core/arch/arm/kernel/link.mk 19 --- a/core/arch/arm/kernel/link.mk 20 +++ b/core/arch/arm/kernel/link.mk 25 -version-o-cflags = $(filter-out -g3,$(core-platform-cflags) \ 26 +version-o-cflags = $(filter-out -g3,$(CFLAGS) $(core-platform-cflags) \ 30 diff --git a/core/arch/riscv/kernel/link.mk b/core/arch/riscv/kernel/link.mk 32 --- a/core/arch/riscv/kernel/link.mk 33 +++ b/core/arch/riscv/kernel/link.mk [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | manifest.py | 86 This creates a standard initial manifest for core-image-(minimal|sato|sato-sdk). 92 if image_rootfs.find("core-image-sato-sdk") > 0: 94 "packagegroup-core-x11-sato-games packagegroup-base-extended " \ 95 "packagegroup-core-x11-sato packagegroup-core-x11-base " \ 96 "packagegroup-core-sdk packagegroup-core-tools-debug " \ 97 "packagegroup-core-boot packagegroup-core-tools-testapps " \ 98 "packagegroup-core-eclipse-debug packagegroup-core-qt-demoapps " \ 99 "apt packagegroup-core-tools-profile psplash " \ 100 "packagegroup-core-standalone-sdk-target " \ 101 "packagegroup-core-ssh-openssh dpkg kernel-dev" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-poetry-core_2.1.3.bb | 3 HOMEPAGE = "https://github.com/python-poetry/poetry-core" 4 BUGTRACKER = "https://github.com/python-poetry/poetry-core" 5 CHANGELOG = "https://github.com/python-poetry/poetry-core/blob/master/CHANGELOG.md" 10 file://src/poetry/core/_vendor/fastjsonschema/LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532 \ 11 file://src/poetry/core/_vendor/lark/LICENSE;md5=fcfbf1e2ecc0f37acbb5871aa0267500 \ 12 file://src/poetry/core/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \ 13 file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \ 14 file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \ 15 file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ 27 python3-core \
|