/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Frameworx-1.0 | 3 …nder, effective as of Your acceptance of the Frameworx Code Base or an Downstream Distribution (ea… 14 (b) Downstream Distribution means any direct or indirect release, distribution or remote availa… 32 (a) Complete Source Code for any Downstream Distribution directly or indirectly made by You tha… 34 … that you offer or provide, directly or indirectly, in relation to any Downstream Distribution sha… 36 (c) All Downstream Distributions shall: 38 …s of the Frameworx Code Base required to build the Source Code of such Downstream Distribution int… 48 …minently display to any viewer or user of the Source Code of such Open Downstream Distribution, in… 52 …Downstream Distributions. Each Downstream Distribution made by You, and by any party directly or i… 54 …Downstream Distribution made by you, or by any direct or indirect distributee of Your Downstream D… 64 …hereunder, shall be deemed automatically terminated and void as of any Downstream Distribution dir…
|
H A D | O-UDA-1.0 | 9 …1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the u… 25 …nformation that you received with the Data, and your terms require any Downstream Recipient to do … 43 …5.3. "Downstream Recipient" means any person or persons who receives the Data directly or indirect…
|
H A D | C-UDA-1.0 | 9 1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the us… 23 …nformation that you received with the Data, and your terms require any Downstream Recipient to do … 43 5.4. “Downstream Recipient” means any person or persons who receives the Data directly or indirectl…
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 384 Downstream extension of QMP 387 We recommend that downstream consumers of QEMU do *not* modify QMP. 388 Management tools should be able to support both upstream and downstream 389 versions of QMP without special logic, and downstream extensions are 393 avoid modifying QMP. Both upstream and downstream need to take care to 397 ``__`` (double underscore) for downstream use ("downstream names"). This 398 means upstream will never use any downstream names for its commands, 401 Any new names downstream wishes to add must begin with ``__``. To 403 recommended that you prefix your downstream names with ``__RFQDN_`` where 411 Downstream must not change the `server greeting`_ other than [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | aspeed,usb-vhub.yaml | 16 the Virtual Hub's downstream USB devices. 19 revisions. AST2400 and AST2500 Virtual Hub supports 5 downstream devices 20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream 39 aspeed,vhub-downstream-ports: 40 description: Number of downstream ports supported by the Virtual Hub 107 - aspeed,vhub-downstream-ports 120 aspeed,vhub-downstream-ports = <5>;
|
/openbmc/entity-manager/docs/ |
H A D | associations.md | 8 each other when upstream and downstream ports are added as `Exposes` elements. 9 It will then create the 'upstream containing downstream' and 'downstream 45 definition interface on the downstream entity. 51 its downstream port is marked as a `PowerPort`.
|
/openbmc/qemu/hw/misc/ |
H A D | tz-msc.c | 242 const char *name = "tz-msc-downstream"; in tz_msc_realize() 247 * as we don't know the size of the MR used as the downstream until then. in tz_msc_realize() 248 * We insist on having a downstream, to avoid complicating the in tz_msc_realize() 250 * enough for the user to create an unimplemented_device as downstream in tz_msc_realize() 253 if (!s->downstream) { in tz_msc_realize() 254 error_setg(errp, "MSC 'downstream' link not set"); in tz_msc_realize() 262 size = memory_region_size(s->downstream); in tz_msc_realize() 263 address_space_init(&s->downstream_as, s->downstream, name); in tz_msc_realize() 282 DEFINE_PROP_LINK("downstream", TZMSC, downstream,
|
H A D | tz-mpc.c | 389 * blocking them; non-blocked accesses go directly to the downstream 502 * as we don't know the size of the MR used as the downstream until then. in tz_mpc_realize() 503 * We insist on having a downstream, to avoid complicating the code in tz_mpc_realize() 505 * enough for the user to create an unimplemented_device as downstream in tz_mpc_realize() 508 if (!s->downstream) { in tz_mpc_realize() 509 error_setg(errp, "MPC 'downstream' link not set"); in tz_mpc_realize() 513 size = memory_region_size(s->downstream); in tz_mpc_realize() 528 "MPC 'downstream' size %" PRId64 in tz_mpc_realize() 553 address_space_init(&s->downstream_as, s->downstream, in tz_mpc_realize() 554 "tz-mpc-downstream"); in tz_mpc_realize() [all …]
|
H A D | tz-ppc.c | 249 * as we don't know the size of the MR used as the downstream until then. in tz_ppc_realize() 252 if (s->port[i].downstream) { in tz_ppc_realize() 262 if (!port->downstream) { in tz_ppc_realize() 279 address_space_init(&port->downstream_as, port->downstream, name); in tz_ppc_realize() 281 size = memory_region_size(port->downstream); in tz_ppc_realize() 305 DEFINE_PROP_LINK("port[" #N "]", TZPPC, port[N].downstream, \
|
/openbmc/entity-manager/src/ |
H A D | topology.cpp | 66 for (const Path& downstream : downstreamMatch->second) in getAssocs() local 68 // The downstream path must be one we care about. in getAssocs() 69 if (boards.find(downstream) != boards.end()) in getAssocs() 71 result[downstream].emplace_back("contained_by", in getAssocs() 73 if (powerPaths.find(downstream) != powerPaths.end()) in getAssocs() 76 "powered_by", "powering", downstream); in getAssocs()
|
/openbmc/qemu/docs/ |
H A D | pcie.txt | 35 PCI Express Downstream ports. 88 Only use PCI Express Switches (x3130-upstream, xio3130-downstream) 107 | | Downstream Port | | Downstream Port | | 124 … -device xio3130-downstream,id=downstream_port1,bus=upstream_port1,chassis=x1,slot=y1[,addr=z1]] \ 173 The PCI Express Root Ports and PCI Express Downstream ports are seen by 181 Downstream port if: 187 10 PCI Express Root Ports or PCI Express Downstream Ports per system 203 PCI Express Root Ports, PCI Express Downstream/Upstream ports) 205 can be attached to a PCI Express Root Port or PCI Express Downstream 230 Be aware that PCI Express Downstream Ports can't be hot-plugged into [all …]
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | Kconfig | 11 Management Events, and Downstream Port Containment. 122 bool "PCI Express Downstream Port Containment support" 125 This enables PCI Express Downstream Port Containment (DPC) 126 driver support. DPC events from Root and Downstream ports 145 in the Downstream Port Containment Related Enhancements ECN to
|
H A D | aspm.c | 31 #define ASPM_STATE_L0S_DW (2) /* Downstream direction L0s state */ 47 struct pci_dev *downstream; /* Downstream component, function 0 */ member 212 /* Check downstream component if bit Slot Clock Configuration is 1 */ in pcie_aspm_configure_common_clock() 242 /* Configure downstream component, all functions */ in pcie_aspm_configure_common_clock() 399 /* Check downstream direction L0s latency */ in pcie_aspm_check_latency() 441 struct pci_dev *child = link->downstream, *parent = link->pdev; in aspm_calc_l12_info() 471 * downstream devices report (via LTR) that they can tolerate at in aspm_calc_l12_info() 529 struct pci_dev *child = link->downstream, *parent = link->pdev; in aspm_l1ss_init() 586 struct pci_dev *child = link->downstream, *parent = link->pdev; in pcie_aspm_cap_init() 611 * Re-read upstream/downstream components' register state after in pcie_aspm_cap_init() [all …]
|
/openbmc/qemu/include/hw/misc/ |
H A D | tz-ppc.h | 30 * port can be emulated simply by wiring its downstream devices directly 34 * In the hardware, selection of which downstream port to use is done by 42 * downstream MemoryRegion is connected to it) at the end of the 0..15 48 * + Property "port[0..15]": MemoryRegion defining the downstream device(s) 81 MemoryRegion *downstream; member
|
H A D | tz-mpc.h | 27 * + Property "downstream": MemoryRegion defining the downstream memory 64 MemoryRegion *downstream; member
|
/openbmc/qemu/include/hw/input/ |
H A D | i8042.h | 45 * + Named GPIO input "ps2-kbd-input-irq": set to 1 if the downstream PS2 47 * + Named GPIO input "ps2-mouse-input-irq": set to 1 if the downstream PS2 70 * + Named GPIO input "ps2-kbd-input-irq": set to 1 if the downstream PS2 72 * + Named GPIO input "ps2-mouse-input-irq": set to 1 if the downstream PS2
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | fabric_message_registry.hpp | 170 … "Indicates that a switch's downstream connection is established but is in a degraded state.", 171 … "Switch '%1' downstream link is established on port '%2', but is running in a degraded state.", 209 "Indicates that a switch's downstream connection has gone down.", 210 "Switch '%1' downstream link has gone down on port '%2'.", 222 "Indicates that a switch's downstream connection is established.", 223 "Switch '%1' downstream link is established on port '%2'.", 235 "Indicates that a switch's downstream connection is highly unstable.", 236 …"Switch '%1' downstream link on port '%2' was established and dropped %3 times in the last %4 minu…
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_internal.h | 15 * This gets a bridge ready so that its downstream devices can be scanned. 28 * ranges to fit with the devices actually found on the other side (downstream) 39 * If the device is a bridge, downstream devices will be probed.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Cable.v1_2_3.json | 94 "description": "The identifier for the downstream resource.", 134 "description": "The identifier for the downstream resource.", 135 … "longDescription": "This property shall contain any identifier for a downstream resource.", 234 "description": "The identifier for the downstream resource.", 401 … "description": "An array of links to the downstream chassis connected to this cable.", 405 …ay of links to resources of type `Chassis` that represent the physical downstream containers conne… 413 … "description": "An array of links to the downstream ports connected to this cable.", 417 …array of links to resources of type `Port` that represent the physical downstream connections conn… 425 … "description": "An array of links to the downstream resources connected to this cable.", 429 …all contain an array of links to resources that represent the physical downstream connections conn…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Cable.v1_2_3.json | 94 "description": "The identifier for the downstream resource.", 134 "description": "The identifier for the downstream resource.", 135 … "longDescription": "This property shall contain any identifier for a downstream resource.", 234 "description": "The identifier for the downstream resource.", 401 … "description": "An array of links to the downstream chassis connected to this cable.", 405 …ay of links to resources of type `Chassis` that represent the physical downstream containers conne… 413 … "description": "An array of links to the downstream ports connected to this cable.", 417 …array of links to resources of type `Port` that represent the physical downstream connections conn… 425 … "description": "An array of links to the downstream resources connected to this cable.", 429 …all contain an array of links to resources that represent the physical downstream connections conn…
|
/openbmc/qemu/include/hw/pci-bridge/ |
H A D | xio3130_downstream.h | 2 * TI X3130 pci express downstream port switch 12 #define TYPE_XIO3130_DOWNSTREAM "xio3130-downstream"
|
/openbmc/qemu/hw/arm/ |
H A D | musca.c | 119 * needs to be plugged into the downstream end of the PPC port. 226 MemoryRegion *downstream; in make_mpc() local 236 downstream = &mms->ram[i]; in make_mpc() 237 memory_region_init_rom(downstream, NULL, mpcinfo[i].name, in make_mpc() 241 downstream = &mms->ram[i]; in make_mpc() 242 memory_region_init_ram(downstream, NULL, mpcinfo[i].name, in make_mpc() 253 downstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(uds), 0); in make_mpc() 260 object_property_set_link(OBJECT(mpc), "downstream", OBJECT(downstream), in make_mpc() 436 * + initialize, configure and realize downstream devices in musca_init() 437 * + connect downstream device MemoryRegions to the PPC in musca_init() [all …]
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | xio3130_downstream.c | 3 * TI X3130 pci express downstream port switch 33 #define PCI_DEVICE_ID_TI_XIO3130D 0x8233 /* downstream port */ 144 .name = "xio3130-express-downstream-port", 169 dc->desc = "TI X3130 Downstream Port of PCI Express Switch"; in xio3130_downstream_class_init()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls2080a.dtsi | 134 ranges = <0x81000000 0x0 0x00000000 0x10 0x00010000 0x0 0x00010000 /* downstream I/O */ 142 ranges = <0x81000000 0x0 0x00000000 0x12 0x00010000 0x0 0x00010000 /* downstream I/O */ 150 ranges = <0x81000000 0x0 0x00000000 0x14 0x00010000 0x0 0x00010000 /* downstream I/O */ 158 ranges = <0x81000000 0x0 0x00000000 0x16 0x00010000 0x0 0x00010000 /* downstream I/O */
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | charger.h | 11 * SDP (Standard Downstream Port) 13 * CDP (Charging Downstream Port)
|