/openbmc/ipmitool/contrib/ |
H A D | oem_ibm_sel_map | 13 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 14 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 15 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 16 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 17 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 18 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 19 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 20 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 21 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 22 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… [all …]
|
/openbmc/webui-vue/src/env/locales/ |
H A D | README.md | 1 # Vendor locale overlays 3 This directory contains environment/vendor-specific translation bundles that are 4 merged on top of the base, vendor-neutral locales in `src/locales/`. 10 <vendor>/ 15 <vendor-variant>/ 16 en-US.json # optional, only when variant overrides vendor root 24 - Shared vendor folder: `src/env/locales/nvidia/` 30 2. Vendor root overlays (e.g., `src/env/locales/nvidia/`) 33 Variant keys overwrite vendor root keys on conflict. 37 - Keep `src/locales/` vendor‑neutral. Put vendor‑specific strings here. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | src_uri.inc | 4 …bbletea;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/c… 9 …name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/c… 14 …umanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/d… 19 …e=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/f… 24 …=go-ole;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/g… 29 …go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/g… 34 …e=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/g… 39 …me=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/g… 44 …usetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/i… 49 …name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/j… [all …]
|
H A D | minio_git.bb | 41 export GOFLAGS="-mod=vendor" 42 export GOPATH="$GOPATH:${S}/src/import/.gopath:${S}/src/import/vendor" 150 mkdir -p vendor.copy/$site_dest 151 …vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_… 154 ln -sf vendor.copy vendor 156 rm -f vendor/go.etcd.io/etcd/client/v3/example_* 158 cp ${WORKDIR}/modules.txt vendor/
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | internationalization.md | 79 ## Vendor overlays (environment-specific translations) 81 To keep the base translation files vendor-neutral, vendor-specific strings live 84 - Place shared vendor strings in the vendor root folder (e.g., 85 `src/env/locales/vendor/`) 87 `src/env/locales/vendor-variant/`) 90 2. Vendor root overlays (e.g., `src/env/locales/vendor/`) 91 3. Variant overlays (e.g., `src/env/locales/vendor-variant/`) 92 - Variant keys overwrite vendor root keys on conflict 99 - If multiple vendor projects share strings, prefer the vendor root folder so 102 Example: moving vendor-only dump type labels
|
/openbmc/entity-manager/configurations/ |
H A D | VENDORS.md | 4 organized into vendor-specific subdirectories. This begs the question "what is a 5 vendor"? 10 clearly "the vendor" of said component. Where the situation is less clear is 14 for identifying the vendor: 17 sale of a component is always the vendor. "Sale" does not require retail but 24 vendor for the assembled product and any sub-components which are exclusively 32 vendor. 37 claims to be the vendor of a device, they probably are, unless there is strong
|
/openbmc/docs/ |
H A D | hw-vendor-repos-policy.md | 1 # Hardware Vendor Repository Policy 25 Both hardware-specific and vendor-specific repositories should meet the 68 A hardware vendor feature is defined as one of the following: 70 1. A function that is specific to the vendor hardware 73 vendor which the BMC must interact with 81 Some hardware vendor features which have no real synergy with OpenBMC, for 85 ### Vendor Specific Feature 87 A vendor-specific feature is defined as one of the following: 89 1. A vendor-specific data format or protocol 92 2. A function that requires a specific hardware vendor feature [all …]
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 54 * efi_to_native() - convert the UEFI variable name and vendor GUID to U-Boot 58 * encoded vendor GUID, and the UTF-8 encoded UEFI variable name separated by 63 * @vendor: vendor GUID 67 const efi_guid_t *vendor) in efi_to_native() argument 78 pos += sprintf(pos, "efi_%pUl_", vendor); in efi_to_native() 157 * @vendor: vendor GUID 164 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable() argument 173 EFI_ENTRY("\"%ls\" %pUl %p %p %p", variable_name, vendor, attributes, in efi_get_variable() 176 if (!variable_name || !vendor || !data_size) in efi_get_variable() 179 ret = efi_to_native(&native_name, variable_name, vendor); in efi_get_variable() [all …]
|
H A D | efi_root_node.c | 15 struct efi_device_path_vendor vendor; member 43 /* Fill vendor node */ in efi_root_node_register() 44 dp->vendor.dp.type = DEVICE_PATH_TYPE_HARDWARE_DEVICE; in efi_root_node_register() 45 dp->vendor.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in efi_root_node_register() 46 dp->vendor.dp.length = sizeof(struct efi_device_path_vendor); in efi_root_node_register() 47 dp->vendor.guid = efi_u_boot_guid; in efi_root_node_register()
|
/openbmc/webui-vue/tests/unit/ |
H A D | i18n.vendor.spec.js | 2 // npm run test:unit -- i18n.vendor.spec.js 3 // This verifies vendor overlays (e.g., nvidia shared folder) and vendor-root fallback 5 describe('i18n vendor overlays', () => { 18 test('falls back to vendor root overlays when env has hyphenated suffix', async () => { 34 test('base locales do not contain vendor-only keys', async () => { 41 // When no env overlays are loaded, accessing vendor-only keys should return the key path
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_bt.h | 9 #define VIRTIO_BT_F_VND_HCI 0 /* Indicates vendor command support */ 10 #define VIRTIO_BT_F_MSFT_EXT 1 /* Indicates MSFT vendor support */ 11 #define VIRTIO_BT_F_AOSP_EXT 2 /* Indicates AOSP vendor support */ 27 uint16_t vendor; member 34 uint16_t vendor; member
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | go-vendor.bbclass | 5 # Handle Go vendor support for offline builds 13 # downloaded during the fetch-phase and unpacked into the modules 'vendor' 14 # folder. Additionally a manifest file is generated for the 'vendor' folder 22 destsuffix = "git/src/import/vendor.fetch" 46 linkname = os.path.join(source_dir, *['src', go_import, 'vendor']) 61 default_destsuffix = "git/src/import/vendor.fetch" 66 linkname = os.path.join(source_dir, *['src', go_import, 'vendor']) 67 vendor_dir = os.path.join(source_dir, *['src', 'import', 'vendor']) 68 import_dir = os.path.join(source_dir, *['src', 'import', 'vendor.fetch']) 71 # Nothing to do except re-establish link to actual vendor folder [all …]
|
/openbmc/openbmc/ |
H A D | setup | 55 vendor=${cfg%%/*} 56 vendor=${vendor##meta-} 57 vendor=${vendor%%-openbmc} 88 echo "${vendor}/${name}" 112 vendor=${m%%/*} 115 if [[ ! "$vendors" =~ -$vendor- ]]; then 116 vendors="$vendors -$vendor-" 117 echo "* $vendor"
|
/openbmc/docs/designs/ |
H A D | psu-firmware-update.md | 53 avoid power loss. This shall be handled by PSU vendor-specific tools, but not in 56 Note: The "vendor-specific" referred below is the PSU vendor-specific. 58 So the below checks are optional and expected to be handled by vendor-specific 83 vendor-specific purpose, e.g. to indicate the PSU model. 102 its related vendor-specific tools. 103 - The service will find the matched vendor-specific tool to perform the code 104 update. For example, if a vendor specific tool `foo` is configured in 113 4. The vendor-specific tool shall run all the checks it needs to be run, before 116 5. When the vendor-specific tool returns errors, the PSU update will be aborted 137 3. If PSU update is needed, the service will find the matched vendor-specific [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cve_check.py | 201 "affected-vendor": decoded_status["vendor"], 217 # CVE_PRODUCT in recipes may include vendor information for CPE identifiers. If not, 218 # use wildcard for vendor. 220 vendor, product = product.split(":", 1) 222 vendor = "*" 224 cpe_id = 'cpe:2.3:*:{}:{}:{}:*:*:*:*:*:*:*'.format(vendor, product, version) 296 Convert CVE_STATUS into status, vendor, product, detail and description. 306 vendor = "*" 309 # Both vendor and product are mandatory if cpe: present, the syntax is then: 310 # detail: cpe:vendor:product:description [all …]
|
/openbmc/qemu/target/i386/ |
H A D | host-cpu.c | 107 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping) in host_cpu_vendor_fms() argument 112 x86_cpu_vendor_words2str(vendor, ebx, edx, ecx); in host_cpu_vendor_fms() 134 char vendor[CPUID_VENDOR_SZ + 1] = { 0 }; in host_cpu_instance_init() local 139 * setting vendor applies to both max/host and builtin_x86_defs CPU. in host_cpu_instance_init() 143 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_cpu_instance_init() 144 object_property_set_str(OBJECT(cpu), "vendor", vendor, &error_abort); in host_cpu_instance_init() 165 char vendor[CPUID_VENDOR_SZ + 1]; in is_host_cpu_intel() local 167 host_cpu_vendor_fms(vendor, NULL, NULL, NULL); in is_host_cpu_intel() 169 return g_str_equal(vendor, CPUID_VENDOR_INTEL); in is_host_cpu_intel()
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0001-Add-support-for-riscv32-CPU.patch | 10 scripts/Dpkg/Vendor/Debian.pm | 1 + 25 diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm 27 --- a/scripts/Dpkg/Vendor/Debian.pm 28 +++ b/scripts/Dpkg/Vendor/Debian.pm
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | repro-issue-fix-with-cc-crate-hashmap.patch | 11 diff --git a/vendor/cc-1.2.0/src/command_helpers.rs b/vendor/cc-1.2.0/src/command_helpers.rs 13 --- a/vendor/cc-1.2.0/src/command_helpers.rs 14 +++ b/vendor/cc-1.2.0/src/command_helpers.rs 59 diff --git a/vendor/cc-1.2.0/.cargo-checksum.json b/vendor/cc-1.2.0/.cargo-checksum.json 61 --- a/vendor/cc-1.2.0/.cargo-checksum.json 62 +++ b/vendor/cc-1.2.0/.cargo-checksum.json 67 diff --git a/vendor/cc-1.0.99/src/command_helpers.rs b/vendor/cc-1.0.99/src/command_helpers.rs 69 --- a/vendor/cc-1.0.99/src/command_helpers.rs 70 +++ b/vendor/cc-1.0.99/src/command_helpers.rs 110 diff --git a/vendor/cc-1.1.22/src/command_helpers.rs b/vendor/cc-1.1.22/src/command_helpers.rs [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | PCIeDevice.interface.yaml | 59 The Subsystem Vendor ID for this function. This property is 64 The Vendor ID for this function. This property is deprecated, it has 100 The Subsystem Vendor ID for this function. This property is 105 The Vendor ID for this function. This property is deprecated, it has 141 The Subsystem Vendor ID for this function. This property is 146 The Vendor ID for this function. This property is deprecated, it has 182 The Subsystem Vendor ID for this function. This property is 187 The Vendor ID for this function. This property is deprecated, it has 223 The Subsystem Vendor ID for this function. This property is 228 The Vendor ID for this function. This property is deprecated, it has [all …]
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_sandbox.c | 19 u16 vendor; member 56 u16 vendor, device; in sandbox_pci_read_config() local 60 vendor = priv->vendev[devfn].vendor; in sandbox_pci_read_config() 62 if (offset == PCI_VENDOR_ID && vendor) in sandbox_pci_read_config() 63 *valuep = vendor; in sandbox_pci_read_config() 104 priv->vendev[devfn].vendor = fdt32_to_cpu(cell[2]); in sandbox_pci_probe()
|
/openbmc/openbmc/poky/meta/recipes-devtools/clang/ |
H A D | llvm-project-source.inc | 30 # space separated list of additional distro vendor values we want to support e.g. 47 for vendor in vendors.split(): 49 vendor = vendor.lstrip('-') 50 # generate possible multilib vendor names for yoe 52 vendors_to_add.extend([vendor + 'ml' + variant for variant in multilib_variants]) 54 if vendor != "oe": 55 vendors_to_add.append(vendor)
|
/openbmc/qemu/qapi/ |
H A D | pci.json | 117 # @vendor: the PCI vendor id 121 # @subsystem-vendor: the PCI subsystem vendor id (since 3.1) 126 'data': {'device': 'int', 'vendor': 'int', '*subsystem': 'int', 127 '*subsystem-vendor': 'int'} } 204 # "vendor": 4663 220 # "vendor": 28672 236 # "vendor": 28688 258 # "vendor": 184 299 # "vendor": 4098
|
/openbmc/u-boot/test/dm/ |
H A D | pci.c | 29 u16 vendor, device; in dm_test_pci_busdev() local 35 vendor = 0; in dm_test_pci_busdev() 36 ut_assertok(dm_pci_read_config16(swap, PCI_VENDOR_ID, &vendor)); in dm_test_pci_busdev() 37 ut_asserteq(SANDBOX_PCI_VENDOR_ID, vendor); in dm_test_pci_busdev() 47 vendor = 0; in dm_test_pci_busdev() 48 ut_assertok(dm_pci_read_config16(swap, PCI_VENDOR_ID, &vendor)); in dm_test_pci_busdev() 49 ut_asserteq(SANDBOX_PCI_VENDOR_ID, vendor); in dm_test_pci_busdev() 139 u16 vendor, device; in dm_test_pci_mixed() local 147 vendor = 0; in dm_test_pci_mixed() 148 ut_assertok(dm_pci_read_config16(swap, PCI_VENDOR_ID, &vendor)); in dm_test_pci_mixed() [all …]
|
/openbmc/u-boot/ |
H A D | config.mk | 20 # clear VENDOR for tcsh 21 VENDOR := 33 VENDOR := $(CONFIG_SYS_VENDOR:"%"=%) 52 ifdef VENDOR 53 BOARDDIR = $(VENDOR)/$(BOARD)
|
/openbmc/pldm/tools/fw-update/ |
H A D | README.md | 97 the following 0x0000(PCI Vendor ID), 0x0001(IANA Enterprise ID), 98 0x0002(UUID), 0x0003(PnP Vendor ID), 0x0004(ACPI Vendor ID). The additional 100 Device ID), 0x0101(PCI Subsystem Vendor ID), 0x0102(PCI Subsystem ID), 102 Identifier), 0xFFFF(Vendor defined). For descriptor types other than vendor 104 the descriptor type is vendor defined, the properties expected are
|