| /openbmc/u-boot/fs/ext4/ |
| H A D | ext4_common.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * (C) Copyright 2011 - 2012 Samsung Electronics 8 * ext4ls and ext4load : based on ext2 ls load support in Uboot. 11 * esd gmbh <www.esd-electronics.com> 12 * Reinhard Arlt <reinhard.arlt@esd-electronics.com> 14 * based on code from grub2 fs/ext2.c and fs/fshelp.c by 15 * GRUB -- GRand Unified Bootloader 18 * ext4write : Based on generic ext4 protocol. 67 int index); 68 int ext4fs_set_block_bmap(long int blockno, unsigned char *buffer, int index); [all …]
|
| /openbmc/u-boot/board/ti/common/ |
| H A D | board_detect.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com 23 * struct ti_am_eeprom - This structure holds data read in from the 33 * It is used for board detection which is based on name. It is used 35 * TI boards with a single MLO and u-boot. 52 * struct dra7_eeprom - This structure holds data read in from the DRA7 EVM 63 * It is used for board detection which is based on name. It is used 65 * DRA7 boards with a single MLO and u-boot. 78 * struct ti_common_eeprom - Null terminated, usable EEPROM contents. 103 * ti_i2c_eeprom_am_get() - Consolidated eeprom data collection for AM* TI EVMs [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7572.patch | 4 # Mon Jun 10 08:57:11 2019 -0700 5 # Branch SDL-1.2 8 CVE-2019-7572: Fix a buffer overwrite in IMA_ADPCM_decode 9 If data chunk was longer than expected based on a WAV format 13 Based on patch from 16 CVE-2019-7572 19 Signed-off-by: Petr Písař <ppisar@redhat.com> 24 # Sat Jun 08 17:57:43 2019 -0700 25 # Branch SDL-1.2 28 CVE-2019-7572: Fix a buffer overread in IMA_ADPCM_nibble [all …]
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ |
| H A D | ManagedHost.interface.yaml | 5 - name: HostIndex 8 The index / identifier of the managed host computer system. Many 9 existing designs use an index-based design for representing the 10 host. This index is used for finding those relationship when an
|
| /openbmc/u-boot/include/dm/ |
| H A D | fdtaddr.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 18 * devfdt_get_addr() - Get the reg property of a device 27 * devfdt_get_addr_ptr() - Return pointer to the address of the reg property 37 * devfdt_remap_addr() - Return pointer to the memory-mapped I/O address 47 * devfdt_remap_addr_index() - Return indexed pointer to the memory-mapped 49 * @index: the 'reg' property can hold a list of <addr, size> pairs 50 * and @index is used to select which one is required 56 void *devfdt_remap_addr_index(struct udevice *dev, int index); 59 * devfdt_remap_addr_name() - Get the reg property of a device, indexed by 60 * name, as a memory-mapped I/O pointer [all …]
|
| /openbmc/phosphor-fan-presence/control/json/utils/ |
| H A D | pcie_card_metadata.hpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 33 * fan floor index or temp sensor name based on its metadata, which 34 * consists of 4 properties from the PCIeDevice D-Bus interface. 52 * need a floor index and instead will have: 68 * @param[in] systemNames - The system names values 73 * @brief Look up a floor index based on a card's metadata 75 * @param[in] deviceID - Function0DeviceId value 76 * @param[in] vendorID - Function0VendorId value 77 * @param[in] subsystemID - Function0SubsystemId value 78 * @param[in] subsystemVendorID - Function0SubsystemVendorId value [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
| H A D | README | 2 with layer index information. (See layers.openembedded.org...) 8 The restapi plugin works with a web based REST Api compatible with the 9 layerindex-web project, as well as the ability to store and retried a 13 project and processing it as if it were a layer index. 19 Implement local on-disk caching (using the rest api store/load) 20 Implement layer index style query operations on a combined index 26 Cooker - Implement recipe parsing
|
| /openbmc/smbios-mdr/include/ |
| H A D | cpuinfo_utils.hpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 38 /** Current host state - initialized to "off" */ 42 * Register D-Bus match handlers to keep hostState current. The D-Bus logic is 46 * @param[in] conn D-Bus ASIO connection. 57 constexpr uint64_t bit(uint8_t index) in bit() argument 59 return (1ull << index); in bit() 65 * @tparam Dest Destination type - mostly useful to avoid an extra static_cast 70 * @param loBit 0-based index of the least significant bit to return. 71 * @param hiBit 0-based index of the most significant bit to return. 79 d &= (1ull << (hiBit - loBit + 1)) - 1; in mask()
|
| /openbmc/u-boot/arch/sandbox/include/asm/ |
| H A D | eth-raw-os.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 * struct eth_sandbox_raw_priv - raw socket session 17 * sd: socket descriptor - the open socket during a session 19 * host_ifindex: interface index number on the host 20 * device: struct sockaddr_ll - the host interface packets move to/from 39 unsigned int if_index; /* Index of interface (1, 2, ...) */ 40 char *if_name; /* Null-terminated name ("eth0", etc.) */ 50 * ifname - the interface name on the host to check 52 * returns - 0 if real interface, 1 if local, negative if error 57 * Look up the name of the interface based on the ifindex populated in priv. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0009-Prevent-running-check-tests-on-host-if-cross-compili.patch | 3 Date: Thu, 18 Mar 2021 00:59:20 -0700 7 in a cross-compiled environment. If not cross-compiling, then 'make 9 In a cross-compiling environment, the make variable CROSS_COMPILE is 16 'file-manip-tests'. The mechanism used for a host test, based on 19 from an expression based on the host path 'topdir'. 21 Upstream-Status: Pending 23 Signed-off-by: Dave Lerner <dave.lerner@windriver.com> 24 Signed-off-by: Khem Raj <raj.khem@gmail.com> 25 --- 34 diff --git a/configure.ac b/configure.ac [all …]
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/ |
| H A D | PostCode.interface.yaml | 2 Monitor Post code coming and buffer all of them based on boot cycle into 6 - name: CurrentBootCycleCount 11 - name: MaxBootCycleNum 18 - name: GetPostCodesWithTimeStamp 23 - name: Index 26 Index indicates which boot cycle of post codes is requested. 1 30 - name: Codes 34 - name: GetPostCodes 38 - name: Index 41 Index indicates which boot cycle of post codes is requested. 1 [all …]
|
| /openbmc/webui-vue/docs/guide/quickstart/ |
| H A D | store-anatomy.md | 12 ├── index.js # import store modules 29 - **State:** You cannot directly mutate the store's state. 31 - **Getters:** Getters are used to compute derived state based on store state. 33 - **Mutations:** The only way to mutate the state is by committing mutations, 36 - **Actions:** Asynchronous logic should be encapsulated in, and can be composed 40 Import new store modules in `src/store/index.js`. 43 // `src/store/index.js` 72 // based on the path the module is registered at 78 // namespace -> getters['featureNameStore/getExampleValue'] 82 // namespace -> commit('featureNameStore/setExampleValue) [all …]
|
| /openbmc/qemu/hw/display/ |
| H A D | vga_regs.h | 2 * linux/include/video/vga.h -- standard VGA chipset interaction 8 * Based on VGA info at http://www.osdever.net/FreeVGA/home.htm 9 * Based on VESA framebuffer (c) 1998 Gerd Knorr 22 /* VGAlib version 1.2 - (c) 1993 Tommy Frandsen */ 28 /* Multi-chipset support Copyright 1993 Harm Hanemaayer */ 32 #define VGA_CRT_DC 0x3D5 /* CRT Controller Data Register - color emulation */ 33 #define VGA_CRT_DM 0x3B5 /* CRT Controller Data Register - mono emulation */ 41 #define VGA_IS1_RC 0x3DA /* Input Status Register 1 - color emulation */ 42 #define VGA_IS1_RM 0x3BA /* Input Status Register 1 - mono emulation */ 46 /* EGA-specific registers */ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 7 https://salsa.debian.org/science-team/opencv/-/raw/master/debian/patches/0008-Do-not-embed-build-di… 8 Upstream-Status: Backport 9 Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> 10 --- 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 +-------------------------- 15 4 files changed, 5 insertions(+), 61 deletions(-) 17 diff --git a/modules/core/CMakeLists.txt b/modules/core/CMakeLists.txt [all …]
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | TableToolbar.vue | 3 <div v-if="isToolbarActive" class="toolbar-container"> 4 <div class="toolbar-content"> 5 <p class="toolbar-selected"> 8 <div class="toolbar-actions d-flex"> 9 <slot name="toolbar-buttons"></slot> 10 <b-button 11 v-for="(action, index) in actions" 12 :key="index" 13 :data-test-id="`table-button-${action.value}Selected`" 15 class="d-block" [all …]
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | net.rst | 4 ----------------- 10 devices or the non-privileged user mode network stack), or to other 25 packages QEMU. By default these are found at ``/etc/qemu-ifup`` and 26 ``/etc/qemu-ifdown`` and are called appropriately when QEMU wants to 29 If QEMU is being run as a non-privileged user you may need properly 43 TAP-Win32. But it is not included in standard QEMU for Windows, so you 50 By using the option ``-net user`` (default configuration if no ``-net`` 55 guest (10.0.2.15) <------> Firewall/DHCP server <-----> Internet 58 ----> DNS server (10.0.2.3) 60 ----> SMB server (10.0.2.4) [all …]
|
| /openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/ |
| H A D | matchbox-session-sato_0.1.bb | 2 HOMEPAGE = "http://www.matchbox-project.org/" 5 LICENSE = "GPL-2.0-or-later" 9 RDEPENDS:${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session… 12 # based on the machine architecture. 17 # The matchbox-theme-sato requires x11 in DISTRO_FEATURES 21 file://index.theme" 26 FILES:${PN} += "${datadir}/themes/Sato/index.theme" 32 rm -f $SCRIPT 36 echo "/feature-$FEAT/d" >> $SCRIPT 40 install -D ${S}/index.theme ${D}/${datadir}/themes/Sato/index.theme [all …]
|
| /openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
| H A D | clock_am43xx.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * clocks for AM43XX based boards 6 * Derived from AM33XX based boards 8 * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/ 58 clrsetbits_le32(&cmwkup->wkclkstctrl, CD_CLKCTRL_CLKTRCTRL_MASK, in setup_clocks_for_console() 63 clrsetbits_le32(&cmwkup->wkup_uart0ctrl, in setup_clocks_for_console() 70 clkctrl = readl(&cmwkup->wkup_uart0ctrl); in setup_clocks_for_console() 79 &cmper->l3clkstctrl, in enable_basic_clocks() 80 &cmper->l3sclkstctrl, in enable_basic_clocks() 81 &cmper->l4lsclkstctrl, in enable_basic_clocks() [all …]
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | Kconfig | 12 ---help--- 22 USB controller based on the DesignWare USB3 IP Core. 30 USB controller based on the DesignWare USB3 IP Core. 43 bool "Support for PCI-based xHCI USB controller" 47 Enables support for the PCI-based xHCI controller. 50 bool "Support for Rockchip on-chip xHCI USB controller" 56 Enables support for the on-chip xHCI controller on Rockchip SoCs. 67 bool "Support for STMicroelectronics STiH407 family on-chip xHCI USB controller" 71 Enables support for the on-chip xHCI controller on STMicroelectronics 76 bool "Support for Xilinx ZynqMP on-chip xHCI USB controller" [all …]
|
| H A D | ehci-vf.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Based on ehci-mx6 driver 15 #include <asm-generic/gpio.h> 17 #include <asm/arch/imx-regs.h> 19 #include <asm/mach-imx/iomux-v3.h> 20 #include <asm/mach-imx/regs-usbphy.h> 21 #include <usb/ehci-ci.h> 50 static void usb_internal_phy_clock_gate(int index) in usb_internal_phy_clock_gate() argument 54 phy_reg = (void __iomem *)phy_bases[index]; in usb_internal_phy_clock_gate() 58 static void usb_power_config(int index) in usb_power_config() argument [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
| H A D | 0002-Remove-LGPL-Code-and-references.patch | 2 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= <cantonios@google.com> 6 Upstream-Status: Backport [https://gitlab.com/libeigen/eigen/-/commit/e256ad1823c2eddd6954241ddc99b… 7 --- 8 COPYING.LGPL | 502 ------------------ 9 COPYING.README | 16 +- 10 Eigen/src/Core/util/NonMPL2.h | 3 - 11 .../IncompleteCholesky.h | 3 +- 12 bench/tensors/eigen_sycl_bench.sh | 1 - 13 bench/tensors/eigen_sycl_bench_contract.sh | 2 +- 14 doc/PreprocessorDirectives.dox | 3 - [all …]
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_nvdimm.rst | 1 QEMU<->ACPI BIOS NVDIMM interface 8 ---------------------- 53 An Integer containing the Function Index (4 Bytes) 56 UUID, Revision ID, and Function Index 60 If Function Index = 0, a Buffer containing a function index bitfield. 62 and function index which are described in the DSM specification. 80 -------------------------- 82 QEMU uses 4 bytes IO Port starting from 0x0a18 and a RAM-based memory page 90 This page is RAM-based and it is used to transfer data between _DSM 95 ACPI writes _DSM Input Data (based on the offset in the page): [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ |
| H A D | ipvsadm_1.31.bb | 2 HOMEPAGE = "http://www.linux-vs.org/software/index.html" 5 build scalable network services based on a cluster of two or more nodes. \ 8 Supported features include two protocols (TCP and UDP), three packet-forwarding \ 10 (round robin, weighted round robin, least-connec-tion, weighted least-connection, \ 11 locality-based least-connection, locality-based least-connection with replication, \ 12 destination-hashing, and source-hashing)." 14 LICENSE = "GPL-2.0-only" 20 file://0001-Modify-the-Makefile-for-cross-compile.patch \ 21 file://0003-ipvsadm-remove-dependency-on-bash.patch \ 22 file://makefile-add-ldflags.patch \ [all …]
|
| /openbmc/openbmc/poky/bitbake/doc/ |
| H A D | README | 11 * bitbake-user-manual --- The BitBake User Manual 13 Each folder is self-contained regarding content and figures. 22 format to Sphinx based documentation for the Yocto Project 3.2 29 https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/tree/documentation/README 42 dependencies is to use the Python Package Index (pip). 53 The resulting HTML index page will be _build/html/index.html, and you
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0018-llvm-clang-Insert-anchor-for-adding-OE-distro-vendor.patch | 9 additional Ceses based on CLANG_EXTRA_OE_VENDORS variable in 10 recipes-devtools/clang/llvm-project-source.inc:add_distro_vendor() 12 * For x86_64, set Yocto based GCC install search path 14 Under Yocto host, while using clang-native to build, it searches 17 |clang++ -target x86_64-linux -MMD -MF src/base/files/file_path_constants.o.d -I../../../tools/gn/… 18 -isystem/tmp-glibc/work/x86_64-linux/gn-native/87.0.4280.141-r0/recipe-sysroot-native/usr/include -… 19 -std=c++17 -c ../../../tools/gn/src/base/files/file_path_constants.cc -o src/base/files/file_path_c… 25 * Set three Yocto based GCC triple: poky, oe-core and wind river 29 $ ../recipe-sysroot-native/usr/bin/clang++ -v 30 clang version 11.0.1 (https://github.com/llvm/llvm-project 43ff75f2c3feef64f9d73328230d34dac8832a91) [all …]
|