/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/ |
H A D | gxp.dts | 5 compatible = "HPE,GXP"; 6 model = "GXP"; 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"; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | hpe,gxp.yaml | 4 $id: http://devicetree.org/schemas/arm/hpe,gxp.yaml# 7 title: HPE BMC GXP platforms 16 - description: GXP Based Boards 19 - hpe,gxp-dl360gen10 20 - const: hpe,gxp
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | hpe,gxp-fan-ctrl.yaml | 4 $id: http://devicetree.org/schemas/hwmon/hpe,gxp-fan-ctrl.yaml# 7 title: HPE GXP Fan Controller 13 The HPE GXP fan controller controls the fans through an external CPLD 18 const: hpe,gxp-fan-ctrl 42 compatible = "hpe,gxp-fan-ctrl";
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-gxp.c | 120 pr_err("GXP Timer Can't parse IRQ %d", irq); in gxp_timer_init() 152 pr_debug("gxp: system timer (irq = %d)\n", irq); in gxp_timer_init() 178 pr_err("Gxp Timer not initialized, cannot create watchdog"); in gxp_timer_probe() 182 gxp_watchdog_device = platform_device_alloc("gxp-wdt", -1); in gxp_timer_probe() 184 pr_err("Timer failed to allocate gxp-wdt"); in gxp_timer_probe() 200 { .compatible = "hpe,gxp-timer", }, 207 .name = "gxp-timer", 215 TIMER_OF_DECLARE(gxp, "hpe,gxp-timer", gxp_timer_init);
|
/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/ |
H A D | gxp.inc | 2 #@NAME: HPE GXP 3 #@DESCRIPTION: Common machine configuration for the HPE GXP Chip 11 SOC_FAMILY = "gxp-b1" 13 MACHINEOVERRIDES .= ":gxp"
|
H A D | hpe_soc.inc | 3 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-gxp" 4 PREFERRED_PROVIDER_u-boot ?= "u-boot-gxp" 5 PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils-gxp"
|
H A D | fitimage-sign.inc | 4 UBOOT_SIGN_KEYDIR = "${COREBASE}/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-gxp/"
|
/openbmc/linux/arch/arm/boot/dts/hpe/ |
H A D | hpe-gxp.dtsi | 3 * Device Tree file for HPE GXP 8 model = "Hewlett Packard Enterprise GXP BMC"; 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 | hpe-bmc-dl360gen10.dts | 6 /include/ "hpe-gxp.dtsi" 11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-gxp.c | 15 "gxp-i2c0", "gxp-i2c1", "gxp-i2c2", "gxp-i2c3", 16 "gxp-i2c4", "gxp-i2c5", "gxp-i2c6", "gxp-i2c7", 17 "gxp-i2c8", "gxp-i2c9" }; 19 /* GXP I2C Global interrupt status/enable register*/ 23 /* GXP I2C registers */ 569 strscpy(adapter->name, "HPE GXP I2C adapter", sizeof(adapter->name)); in gxp_i2c_probe() 591 { .compatible = "hpe,gxp-i2c" }, 600 .name = "gxp-i2c", 607 MODULE_DESCRIPTION("HPE GXP I2C bus driver");
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | hpe,gxp-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/hpe,gxp-timer.yaml# 7 title: HPE GXP Timer 15 const: hpe,gxp-timer 41 compatible = "hpe,gxp-timer";
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | hpe,gxp-spifi.yaml | 4 $id: http://devicetree.org/schemas/spi/hpe,gxp-spifi.yaml# 7 title: HPE GXP spi controller flash interface 18 const: hpe,gxp-spifi 40 compatible = "hpe,gxp-spifi";
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | hpe,gxp-i2c.yaml | 4 $id: http://devicetree.org/schemas/i2c/hpe,gxp-i2c.yaml# 7 title: HPE GXP SoC I2C Controller 17 const: hpe,gxp-i2c 47 compatible = "hpe,gxp-i2c";
|
/openbmc/linux/Documentation/hwmon/ |
H A D | gxp-fan-ctrl.rst | 3 Kernel driver gxp-fan-ctrl 8 * HPE GXP SOC 16 gxp-fan-ctrl is a driver which provides fan control for the hpe gxp soc.
|
/openbmc/openbmc/meta-hpe/meta-gxp/classes/ |
H A D | gxp-bootblock-n-poc.bbclass | 2 SRC_URI = "git://github.com/HewlettPackard/gxp-bootblock.git;branch=${BBRANCH};protocol=https" 10 install -m 644 gxp-bootblock.bin ${DEPLOYDIR}/gxp-bootblock.bin
|
H A D | gxp-bootblock-n.bbclass | 2 HPE_GXP_KEY_FILES_DIR = "${COREBASE}/meta-hpe/meta-gxp/recipes-bsp/image/files" 10 install -m 644 ${HPE_GXP_KEY_FILES_DIR}/gxp-bootblock.bin ${DEPLOYDIR}/gxp-bootblock.bin
|
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/ |
H A D | u-boot-common-gxp_2020.10.inc | 1 HOMEPAGE = "https://github.com/HewlettPackard/gxp-uboot" 11 UBRANCH = "v2020.10-gxp-openbmc" 12 SRC_URI = "git://github.com/HewlettPackard/gxp-uboot.git;branch=${UBRANCH};protocol=https"
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/ |
H A D | obmc-phosphor-image.bbappend | 30 HPE_GXP_BOOTBLOCK_IMAGE ?= "gxp-bootblock.bin" 61 gxp-bootblock:do_deploy \ 62 gxp-bootblock:do_populate_sysroot \ 124 > ${DEPLOY_DIR_IMAGE}/gxp-uboot.sig 132 if=${DEPLOY_DIR_IMAGE}/gxp-uboot.sig \ 135 # Add gxp-bootblock to hpe-section 153 ${DEPLOY_DIR_IMAGE}/gxp-uboot.sig
|
/openbmc/linux/drivers/watchdog/ |
H A D | gxp-wdt.c | 110 .identity = "HPE GXP Watchdog timer", 159 dev_info(dev, "HPE GXP watchdog timer"); in gxp_wdt_probe() 167 .name = "gxp-wdt", 174 MODULE_DESCRIPTION("Driver for GXP watchdog timer");
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/machine/ |
H A D | dl360-g11.conf | 1 KERNEL_DEVICETREE = "gxp.dtb" 3 require conf/machine/include/gxp.inc
|
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/machine/ |
H A D | dl385-g11.conf | 1 KERNEL_DEVICETREE = "gxp.dtb" 6 require conf/machine/include/gxp.inc
|
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/machine/ |
H A D | dl360poc.conf | 1 KERNEL_DEVICETREE = "gxp.dtb" 5 require conf/machine/include/gxp.inc
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/machine/ |
H A D | rl300-g11.conf | 1 KERNEL_DEVICETREE = "gxp.dtb" 5 require conf/machine/include/gxp.inc
|
/openbmc/linux/arch/arm/mach-hpe/ |
H A D | gxp.c | 7 "hpe,gxp", 11 DT_MACHINE_START(GXP_DT, "HPE GXP")
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/ |
H A D | obmc-phosphor-initfs.bbappend | 3 SRC_URI += "file://gxp-obmc-init.sh \ 7 install -m 0755 ${UNPACKDIR}/gxp-obmc-init.sh ${D}/init
|