/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/ |
H A D | gxp.dts | 43 compatible = "hpe,gxp-timer"; 51 compatible = "hpe,gxp-wdt"; 83 compatible = "hpe,gxp-vuarta_cfg", "simple-mfd", "syscon"; 89 compatible = "hpe,gxp-vuart"; 115 compatible = "hpe,gxp-spifi"; 196 compatible = "hpe,gxp-srom", "simple-mfd", "syscon"; 222 compatible = "hpe,gxp-i2c"; 232 compatible = "hpe,gxp-i2c"; 242 compatible = "hpe,gxp-i2c"; 258 compatible = "hpe,gxp-i2c"; [all …]
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/ |
H A D | obmc-phosphor-image.bbappend | 31 HPE_UBOOT_SIGNING_HEADER ?= "hpe-uboot-header.section" 32 HPE_UBOOT_SIGNING_HEADER_512 ?= "hpe-uboot-header-512.section" 33 HPE_UBOOT_SIGNING_KEY ?= "hpe-uboot-signing-key.pem" 65 ln -sf ${DEPLOY_DIR_IMAGE}/hpe-section image-section 67 if [ -f ${DEPLOY_DIR_IMAGE}/hpe-section2 ] 69 ln -sf ${DEPLOY_DIR_IMAGE}/hpe-section2 image-section2 74 ln -sf hpe-section image-section 76 if [ -f ${DEPLOY_DIR_IMAGE}/hpe-section2 ] 78 ln -sf hpe-section2 image-section2 87 # hpe-section2 and u-boot2 only exist in the secure boot image. [all …]
|
/openbmc/openbmc/meta-hpe/conf/machine/include/ |
H A D | hpe.inc | 15 PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-hpe-apps" 16 PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-hpe-apps" 17 PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-hpe-apps" 18 PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-hpe-apps" 21 IMAGE_CLASSES:append = " hpe-rootfs-postcommands"
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/ |
H A D | bblayers.conf.sample | 16 ##OEROOT##/meta-hpe \ 17 ##OEROOT##/meta-hpe/meta-common \ 18 ##OEROOT##/meta-hpe/meta-gxp \ 19 ##OEROOT##/meta-hpe/meta-dl360-g11 \
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/ |
H A D | bblayers.conf.sample | 16 ##OEROOT##/meta-hpe \ 17 ##OEROOT##/meta-hpe/meta-common \ 18 ##OEROOT##/meta-hpe/meta-gxp \ 19 ##OEROOT##/meta-hpe/meta-rl300-g11 \
|
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/ |
H A D | bblayers.conf.sample | 16 ##OEROOT##/meta-hpe \ 17 ##OEROOT##/meta-hpe/meta-common \ 18 ##OEROOT##/meta-hpe/meta-gxp \ 19 ##OEROOT##/meta-hpe/meta-dl385-g11 \
|
/openbmc/openbmc/meta-hpe/meta-gxp/classes/ |
H A D | gxp2-bootblock-n.bbclass | 2 HPE_GXP_KEY_FILES_DIR = "${COREBASE}/meta-hpe/meta-gxp/recipes-bsp/image/files" 13 install -m 644 ${HPE_GXP_KEY_FILES_DIR}/header.sig ${DEPLOYDIR}/hpe-uboot-header.section 14 install -m 644 ${HPE_GXP_KEY_FILES_DIR}/header-512.sig ${DEPLOYDIR}/hpe-uboot-header-512.section 17 …install -m 644 ${HPE_GXP_KEY_FILES_DIR}/customer_private_key.pem ${DEPLOYDIR}/hpe-uboot-signing-ke…
|
H A D | gxp-bootblock-n.bbclass | 2 HPE_GXP_KEY_FILES_DIR = "${COREBASE}/meta-hpe/meta-gxp/recipes-bsp/image/files" 13 install -m 644 ${HPE_GXP_KEY_FILES_DIR}/header.sig ${DEPLOYDIR}/hpe-uboot-header.section 16 install -m 644 ${HPE_GXP_KEY_FILES_DIR}/private_key.pem ${DEPLOYDIR}/hpe-uboot-signing-key.pem
|
/openbmc/openbmc/meta-hpe/ |
H A D | OWNERS | 2 - jean-marie.verdun@hpe.com 4 - matt.fischer@hpe.com 5 - charles.kearney@hpe.com
|
H A D | README.md | 11 …ormation, click [here](https://buy.hpe.com/us/en/servers/rack-servers/proliant-dl300-servers/proli… 38 meta-hpe patches are reviewed using the Gerrit instance at 43 https://github.com/openbmc/meta-hpe is a hosting mirror only. GitHub 48 - meta-hpe uses the [OE style
|
/openbmc/linux/arch/arm/boot/dts/hpe/ |
H A D | hpe-bmc-dl360gen10.dts | 6 /include/ "hpe-gxp.dtsi" 11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
|
H A D | hpe-gxp.dtsi | 9 compatible = "hpe,gxp"; 104 compatible = "hpe,gxp-ehci", "generic-ehci"; 111 compatible = "hpe,gxp-timer"; 120 compatible = "hpe,gxp-ohci", "generic-ohci";
|
H A D | Makefile | 3 hpe-bmc-dl360gen10.dtb
|
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/ |
H A D | bblayers.conf.sample | 14 ##OEROOT##/meta-hpe/meta-gxp \ 15 ##OEROOT##/meta-hpe \ 16 ##OEROOT##/meta-hpe/meta-dl360poc \
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 964 struct mlx5e_hairpin_entry *hpe; in mlx5e_hairpin_get() local 967 hash_for_each_possible(tc->hairpin_tbl, hpe, in mlx5e_hairpin_get() 969 if (hpe->peer_vhca_id == peer_vhca_id && hpe->prio == prio) { in mlx5e_hairpin_get() 970 refcount_inc(&hpe->refcnt); in mlx5e_hairpin_get() 971 return hpe; in mlx5e_hairpin_get() 979 struct mlx5e_hairpin_entry *hpe) in mlx5e_hairpin_put() argument 983 if (!refcount_dec_and_mutex_lock(&hpe->refcnt, &tc->hairpin_tbl_lock)) in mlx5e_hairpin_put() 985 hash_del(&hpe->hairpin_hlist); in mlx5e_hairpin_put() 988 if (!IS_ERR_OR_NULL(hpe->hp)) { in mlx5e_hairpin_put() 990 dev_name(hpe->hp->pair->peer_mdev->device)); in mlx5e_hairpin_put() [all …]
|
/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-phosphor/image/ |
H A D | obmc-phosphor-image.bbappend | 2 # Add gxp-bootblock to hpe-section 5 of=${DEPLOY_DIR_IMAGE}/hpe-section
|
/openbmc/linux/Documentation/hwmon/ |
H A D | gxp-fan-ctrl.rst | 10 Author: Nick Hawkins <nick.hawkins@hpe.com> 16 gxp-fan-ctrl is a driver which provides fan control for the hpe gxp soc.
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/ |
H A D | host-boot-enable.sh | 39 systemctl start com.hpe.hpe-uefi-version.service
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-deploy-ssh-keys.bbclass | 11 # SSH_KEYS = "vejmarie:/home/openbmc/openbmc/meta-hpe/keys/test.pub" 13 # SSH_KEYS = "vejmarie:/home/openbmc/openbmc/meta-hpe/keys/test.pub;root:/path/to/id_rsa.pub"
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/machine/ |
H A D | dl360-g11.conf | 5 require conf/machine/include/hpe.inc
|
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/machine/ |
H A D | dl385-g11.conf | 8 require conf/machine/include/hpe.inc
|
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/machine/ |
H A D | dl360poc.conf | 7 require conf/machine/include/hpe.inc
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/machine/ |
H A D | rl300-g11.conf | 7 require conf/machine/include/hpe.inc
|
/openbmc/entity-manager/ |
H A D | OWNERS | 41 - christopher.sides@hpe.com 68 email: christopher.sides@hpe.com
|
/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/ |
H A D | fitimage-sign.inc | 4 UBOOT_SIGN_KEYDIR = "${COREBASE}/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-gxp/"
|