Home
last modified time | relevance | path

Searched refs:hpe (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/
H A Dgxp.dts43 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 Dobmc-phosphor-image.bbappend31 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 Dhpe.inc15 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 Dbblayers.conf.sample16 ##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 Dbblayers.conf.sample16 ##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 Dbblayers.conf.sample16 ##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 Dgxp2-bootblock-n.bbclass2 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 Dgxp-bootblock-n.bbclass2 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 DOWNERS2 - jean-marie.verdun@hpe.com
4 - matt.fischer@hpe.com
5 - charles.kearney@hpe.com
H A DREADME.md11 …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 Dhpe-bmc-dl360gen10.dts6 /include/ "hpe-gxp.dtsi"
11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
H A Dhpe-gxp.dtsi9 compatible = "hpe,gxp";
104 compatible = "hpe,gxp-ehci", "generic-ehci";
111 compatible = "hpe,gxp-timer";
120 compatible = "hpe,gxp-ohci", "generic-ohci";
H A DMakefile3 hpe-bmc-dl360gen10.dtb
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/
H A Dbblayers.conf.sample14 ##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 Den_tc.c964 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 Dobmc-phosphor-image.bbappend2 # Add gxp-bootblock to hpe-section
5 of=${DEPLOY_DIR_IMAGE}/hpe-section
/openbmc/linux/Documentation/hwmon/
H A Dgxp-fan-ctrl.rst10 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 Dhost-boot-enable.sh39 systemctl start com.hpe.hpe-uefi-version.service
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-deploy-ssh-keys.bbclass11 # 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 Ddl360-g11.conf5 require conf/machine/include/hpe.inc
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/machine/
H A Ddl385-g11.conf8 require conf/machine/include/hpe.inc
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/machine/
H A Ddl360poc.conf7 require conf/machine/include/hpe.inc
/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/machine/
H A Drl300-g11.conf7 require conf/machine/include/hpe.inc
/openbmc/entity-manager/
H A DOWNERS41 - christopher.sides@hpe.com
68 email: christopher.sides@hpe.com
/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/
H A Dfitimage-sign.inc4 UBOOT_SIGN_KEYDIR = "${COREBASE}/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-gxp/"

123