Home
last modified time | relevance | path

Searched full:legacy (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot38 &{redfish_ipmi_mode_map} Legacy=BIOS PC Compatible (legacy) boot
57 Once Hdd Legacy
58 Once Pxe Legacy
59 Once Diags Legacy
60 Once Cd Legacy
61 Once BiosSetup Legacy
62 Once None Legacy
77 Continuous Hdd Legacy
78 Continuous Pxe Legacy
79 Continuous Diags Legacy
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c77 if (!proxy->legacy) { in virtio_mmio_soft_reset()
104 if (proxy->legacy) { in virtio_mmio_read()
118 if (proxy->legacy) { in virtio_mmio_read()
152 if (proxy->legacy) { in virtio_mmio_read()
162 if (proxy->legacy) { in virtio_mmio_read()
179 if (!proxy->legacy) { in virtio_mmio_read()
181 "%s: read from legacy register (0x%" in virtio_mmio_read()
182 HWADDR_PRIx ") in non-legacy mode\n", in virtio_mmio_read()
189 if (proxy->legacy) { in virtio_mmio_read()
191 "%s: read from non-legacy register (0x%" in virtio_mmio_read()
[all …]
/openbmc/qemu/target/i386/
H A Dxsave_helper.c15 X86LegacyXSaveArea *legacy; in x86_cpu_xsave_all_areas() local
23 legacy = buf + e->offset; in x86_cpu_xsave_all_areas()
24 header = buf + e->offset + sizeof(*legacy); in x86_cpu_xsave_all_areas()
33 legacy->fcw = cwd; in x86_cpu_xsave_all_areas()
34 legacy->fsw = swd; in x86_cpu_xsave_all_areas()
35 legacy->ftw = twd; in x86_cpu_xsave_all_areas()
36 legacy->fpop = env->fpop; in x86_cpu_xsave_all_areas()
37 legacy->fpip = env->fpip; in x86_cpu_xsave_all_areas()
38 legacy->fpdp = env->fpdp; in x86_cpu_xsave_all_areas()
39 memcpy(&legacy->fpregs, env->fpregs, in x86_cpu_xsave_all_areas()
[all …]
/openbmc/u-boot/drivers/usb/musb/
H A DKconfig6 comment "Legacy MUSB Support"
9 bool "Legacy MUSB Host Controller"
12 bool "Legacy USB Device Controller"
15 bool "Legacy MUSB OMAP3 / OMAP4"
19 bool"Legacy MUSB AM35x"
/openbmc/entity-manager/schemas/
H A Dvirtual_sensor.json16 "$ref": "legacy.json#/$defs/Types/MaxValue"
24 "$ref": "legacy.json#/$defs/Types/MinValue"
30 "$ref": "legacy.json#/$defs/Types/PowerState"
33 "$ref": "legacy.json#/$defs/Types/EntityId"
36 "$ref": "legacy.json#/$defs/Types/EntityInstance"
47 "$ref": "legacy.json#/$defs/Types/Thresholds"
62 "$ref": "legacy.json#/$defs/Types/Units"
H A Dfirmware.json42 "$ref": "legacy.json#/$defs/Types/Bus"
45 "$ref": "legacy.json#/$defs/Types/Address"
82 "$ref": "legacy.json#/$defs/Types/Name"
85 "$ref": "legacy.json#/$defs/Types/Polarity"
118 "$ref": "legacy.json#/$defs/Types/Bus"
121 "$ref": "legacy.json#/$defs/Types/Address"
135 "$ref": "legacy.json#/$defs/Types/Name"
138 "$ref": "legacy.json#/$defs/Types/Polarity"
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h41 X86LegacyXSaveArea legacy; member
66 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fcw) != XSAVE_FCW_FSW_OFFSET);
67 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.ftw) != XSAVE_FTW_FOP_OFFSET);
68 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpip) != XSAVE_CWD_RIP_OFFSET);
69 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpdp) != XSAVE_CWD_RDP_OFFSET);
70 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.mxcsr) != XSAVE_MXCSR_OFFSET);
71 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpregs) != XSAVE_ST_SPACE_OFFSET);
72 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.xmm_regs) != XSAVE_XMM_SPACE_OFFSET);
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0001-Do-not-create-var-log-README.patch14 tmpfiles.d/legacy.conf.in | 3 ---
17 diff --git a/tmpfiles.d/legacy.conf.in b/tmpfiles.d/legacy.conf.in
19 --- a/tmpfiles.d/legacy.conf.in
20 +++ b/tmpfiles.d/legacy.conf.in
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables.common3 [ -x /usr/sbin/ebtables-legacy ] || exit 1
25 /usr/sbin/ebtables-legacy -t filter -L 2>&1 1>/dev/null | grep -q permission
31 /usr/sbin/ebtables-legacy -t $table -L &> /dev/null
45 … /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table --atomic-commit
73 /usr/sbin/ebtables-legacy -t $table --init-table
101 /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table --atomic-save
108 /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table -Z
151 …COUNT=$(( $(/usr/sbin/ebtables-legacy -t $table -L | sed -e "/^Bridge chain/! d" -e "s/^.*entries:…
H A D0001-Makefile.am-do-not-install-etc-ethertypes.patch26 sbin_PROGRAMS = ebtables-legacy ebtablesd ebtablesu ebtables-legacy-restore
29 sbin_SCRIPTS = ebtables-legacy-save
30 man8_MANS = ebtables-legacy.8
/openbmc/qemu/docs/specs/
H A Dpci-ids.rst19 network device (legacy)
21 block device (legacy)
23 balloon device (legacy)
25 console device (legacy)
27 SCSI host bus adapter device (legacy)
29 entropy generator device (legacy)
31 9p filesystem device (legacy)
/openbmc/qemu/tests/functional/
H A Dtest_virtio_version.py34 # Device IDs for legacy/transitional devices:
61 `disable-legacy`.
97 'disable-modern=off,disable-legacy=on')
102 # <prefix>,disable-modern=off,disable-legacy=on
108 'disable-modern=off,disable-legacy=off')
111 # Force legacy mode:
113 'disable-modern=on,disable-legacy=off')
126 # <prefix>,disable-modern=off,disable-legacy=off
157 'disable-modern=off,disable-legacy=on')
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/
H A DGeoIP.conf8 # * 506 - GeoLite Legacy Country
9 # * 517 - GeoLite Legacy ASN
10 # * 533 - GeoLite Legacy City
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/
H A Debtables_2.0.11.bb14 file://ebtables-legacy-save \
29 rm -f ${D}${sbindir}/ebtables-legacy-save
30 install -m 0755 ${UNPACKDIR}/ebtables-legacy-save ${D}${sbindir}/ebtables-legacy-save
41 ln -sf ${sbindir}/ebtables-legacy ${D}${base_sbindir}/ebtables
/openbmc/qemu/hw/s390x/
H A Ds390-hypercall.h17 #define DIAG500_VIRTIO_NOTIFY 0 /* legacy, implemented as a NOP */
18 #define DIAG500_VIRTIO_RESET 1 /* legacy */
19 #define DIAG500_VIRTIO_SET_STATUS 2 /* legacy */
/openbmc/u-boot/tools/binman/etype/
H A Du_boot_img.py12 """U-Boot legacy image
17 This is the U-Boot binary as a packaged image, in legacy format. It has a
20 You should use FIT (Flat Image Tree) instead of the legacy image for new
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dstream_id_lsch2.h13 * dependent. This header defines the partitioning between legacy, PCI,
19 * -non-PCI legacy, platform devices (USB, SDHC, SATA, DMA, QE etc)
20 * -all legacy devices get a unique stream ID assigned and programmed in
43 /* legacy devices */
/openbmc/u-boot/doc/device-tree-bindings/usb/
H A Dtegra-usb.txt22 - nvidia,has-legacy-mode : boolean indicates whether this controller can
23 operate in legacy mode (as APX 2500 / 2600). In legacy mode some
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Legacy/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/VirtualMedia/Legacy'
8 '../../../../../yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml',
28 'xyz/openbmc_project/VirtualMedia/Legacy',
/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/
H A Dboot-device-pxs3.c24 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 4bit, 1.8V, Training Off)"},
25 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 4bit, 1.8V, Training On)"},
26 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 8bit, 1.8V, Training Off)"},
27 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 8bit, 1.8V, Training On)"},
H A Dboot-device-ld11.c39 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 4bit, 1.8V, Training Off)"},
40 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 4bit, 1.8V, Training On)"},
41 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 8bit, 1.8V, Training Off)"},
42 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 8bit, 1.8V, Training On)"},
45 {BOOT_DEVICE_MMC1, "eMMC (Legacy, 4bit, 1.8V, Training Off)"},
/openbmc/qemu/docs/devel/
H A Dvfio-iommufd.rst9 for assigned devices. While the legacy kernel interface is group-centric,
13 to abstract the common part of VFIO legacy and iommufd container. So that the
18 specific to either legacy or iommufd. Each container has its own way to setup
38 | iommufd | | vfio legacy |
64 - vfio legacy BE: uses group fd and container fd to setup secure context
70 - vfio legacy BE: device fd is retrieved from group fd ioctl
77 * vfio legacy BE: uses container fd
85 It's exactly same as the VFIO device with legacy VFIO container.
115 is not used and the user gets the behavior based on the legacy VFIO
H A Dmultiple-iothreads.rst53 The main difference between legacy code and new code that can run in an
66 * LEGACY ``qemu_aio_set_fd_handler()`` - monitor a file descriptor
67 * LEGACY ``qemu_aio_set_event_notifier()`` - monitor an event notifier
68 * LEGACY ``timer_new_ms()`` - create a timer
69 * LEGACY ``qemu_bh_new()`` - create a BH
70 * LEGACY ``qemu_bh_new_guarded()`` - create a BH with a device re-entrancy guard
71 * LEGACY ``qemu_aio_wait()`` - run an event loop iteration
/openbmc/qemu/hw/i3c/
H A Dtrace-events34 legacy_i2c_nack(void) "Legacy I2C NACK"
35 legacy_i2c_recv(uint8_t byte) "Legacy I2C recv 0x%" PRIx8
36 legacy_i2c_send(uint8_t byte) "Legacy I2C send 0x%" PRIx8
37 legacy_i2c_start_transfer(uint8_t address, bool is_recv) "Legacy I2C START with address 0x%" PRIx8 …
38 legacy_i2c_end_transfer(void) "Legacy I2C STOP"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Use-relative-install-paths-for-CMake.patch19 legacy-buildtools/LibyuiCommon.cmake | 35 ++++++++++++++---------------------
22 diff --git a/legacy-buildtools/LibyuiCommon.cmake b/legacy-buildtools/LibyuiCommon.cmake
24 --- a/legacy-buildtools/LibyuiCommon.cmake
25 +++ b/legacy-buildtools/LibyuiCommon.cmake

12345678910>>...29