/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/ |
H A D | README_VirtualBox_Guest_Additions.txt | 2 Installing VirtualBox Guest Additions 5 In order to use VirtualBox guest additions, they have to be build 11 Please follow these steps to install the VirtualBox Guest Additions on the 16 2. Insert Guest additions CD into VM optical drive: 29 4. Build the additions: 37 Now build the guest additions: 41 At this point, providing there were no build errors, the guest additions are 44 5. Check if vbox additions running:
|
/openbmc/linux/drivers/ufs/host/ |
H A D | Kconfig | 45 This selects the Cadence-specific additions to UFSHCD platform driver. 64 This selects the QCOM specific additions to UFSHCD platform driver. 79 This selects the Mediatek specific additions to UFSHCD platform driver. 92 This selects the Hisilicon specific additions to UFSHCD platform driver. 101 This selects the Renesas specific additions to UFSHCD platform driver. 123 This selects the Samsung Exynos SoC specific additions to UFSHCD 138 This selects the Unisoc specific additions to UFSHCD platform driver.
|
/openbmc/u-boot/doc/device-tree-bindings/ |
H A D | README | 6 These follow along with Linux kernel bindings, with a few additions. By 7 adding the files here, U-Boot patches can clearly show thees additions. 8 This makes it easier for device tree people to review these additions in
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vmmdev.h | 75 * Additions are allowed to work only if additions_major == vmmdev_current && 76 * additions_minor <= vmmdev_current. Additions version is reported to host 134 * When guest additions are installed and the host has promised to display the 149 * The host supplies an absolute pointing device. The Guest Additions may 202 * The guest graphical additions are active. 243 * The VMMDev interface version expected by additions. 313 /** struct vmmdev_guest_status - Guest Additions status structure. */
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine-zombie.dtsi | 12 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES 21 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */ 77 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
|
H A D | sc7280-herobrine-villager.dtsi | 11 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES 20 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */ 91 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
|
H A D | sc7280-herobrine-evoker.dtsi | 12 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES 21 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */ 101 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
|
H A D | sc7280-herobrine-herobrine-r1.dts | 20 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES 49 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */ 129 /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
|
H A D | sc7180-trogdor-ti-sn65dsi86.dtsi | 11 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES 28 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
|
H A D | sc7180-trogdor-parade-ps8640.dtsi | 30 * ADDITIONS TO FIXED REGULATORS DEFINED IN PARENT DEVICE TREE FILES 47 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE TREE FILES */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
H A D | vboxguestdrivers_7.1.4.bb | 37 ${UNPACKDIR}/${VBOX_NAME}/src/VBox/Additions/linux/export_modules.sh ${T}/vbox_modules.tar.gz 42 … install ${UNPACKDIR}/${VBOX_NAME}/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c ${S}/utils 43 install ${UNPACKDIR}/${VBOX_NAME}/src/VBox/Additions/linux/sharedfolders/vbsfmount.c ${S}/utils
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | LPL-1.0 | 13 …ii. additions to the Program; where such changes and/or additions to the Program originate from a… 15 … to characterization of the changes and/or additions as Contributions. Contributions do not includ… 55 …ntribution, if any, and indicate its consent to characterization of its additions and/or changes a…
|
H A D | BitstreamVera | 98 provisions for working with Bitstream to ensure quality additions to 100 additions. Note, that in general, we will want such additions for the
|
H A D | LPL-1.02 | 12 additions to the Program; 13 …additions to the Program were added to the Program by such Contributor itself or anyone acting on … 45 …ginator of the Contribution. Also, each Contributor must agree that the additions and/or changes a…
|
H A D | TORQUE-1.1 | 15 …additions to TORQUE. The source code must either be included in the distribution or be available f…
|
H A D | OpenPBS-2.3 | 45 modifications and/or additions to the OpenPBS software. The source code 48 and additions to the Software must be freely redistributable by any party
|
H A D | CDLA-Permissive-1.0 | 9 …nt Data with Your own or someone else’s Data, resulting in Your “Additions.” Additions do not inc… 17 …ns the subset of Data that You Publish and that is composed of (a) Your Additions and/or (b) Modif…
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | test_bridge_fdb_stress.sh | 12 # Since either the FDB dump or the additions/removals can fail, but the 13 # additions and removals are performed in deferred as opposed to process
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | restrict.c | 54 * restrict_link_by_signature - Restrict additions to a ring of public keys 112 * restrict_link_by_ca - Restrict additions to a ring of CA keys 152 * restrict_link_by_digsig - Restrict additions to a ring of digsig keys 307 * restrict_link_by_key_or_keyring - Restrict additions to a ring of public 334 * restrict_link_by_key_or_keyring_chain - Restrict additions to a ring of
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 292 additions = [] 330 additions.append(path) 332 # Rather than print additions and removals, its nicer to print file 'moves' 346 for addition in additions.copy(): 347 if addition not in additions: 368 for addition2 in additions.copy(): 372 additions.remove(addition2) 376 if addition in additions: 377 additions.remove(addition) 383 for addition in additions:
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211mgmt.h | 124 /* p80211b additions */ 184 /* p80211b additions */ 194 /* p80211b additions */
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | clocksource.h | 2 /* s390-specific clocksource additions */
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | clocksource.h | 2 /* IA64-specific clocksource additions */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | da850-lcdk-u-boot.dtsi | 3 * da850-lcdk U-Boot Additions
|
H A D | da850-evm-u-boot.dtsi | 3 * da850-evm U-Boot Additions
|