/openbmc/linux/Documentation/translations/zh_CN/peci/ |
H A D | peci.rst | 4 :Original: Documentation/peci/peci.rst 41 include/linux/peci.h 43 drivers/peci/internal.h 45 drivers/peci/core.c 47 drivers/peci/request.c 54 drivers/peci/cpu.c
|
H A D | index.rst | 4 :Original: Documentation/peci/index.rst 19 peci
|
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/ |
H A D | phosphor-hwmon_%.bbappend | 31 peci-0/0-30/peci-cputemp.0 \ 32 peci-0/0-31/peci-cputemp.1\ 33 peci-0/0-30/peci-dimmtemp.0 \ 35 PECIITEMSFMT = "devices/platform/ahb/ahb--apb/f0100000.peci-bus/{0}.conf"
|
/openbmc/openbmc/meta-phosphor/recipes-x86/libpeci/ |
H A D | libpeci_git.bb | 7 PACKAGECONFIG[dbus-raw-peci] = "-Draw-peci='enabled',-Draw-peci='disabled',boost sdbusplus" 13 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'dbus-raw-peci', 'com.intel.peci.se…
|
/openbmc/linux/drivers/hwmon/peci/ |
H A D | Makefile | 3 peci-cputemp-y := cputemp.o 4 peci-dimmtemp-y := dimmtemp.o 6 obj-$(CONFIG_SENSORS_PECI_CPUTEMP) += peci-cputemp.o 7 obj-$(CONFIG_SENSORS_PECI_DIMMTEMP) += peci-dimmtemp.o
|
H A D | Kconfig | 15 will be called peci-cputemp. 28 will be called peci-dimmtemp.
|
/openbmc/linux/drivers/peci/ |
H A D | Makefile | 4 peci-y := core.o request.o device.o sysfs.o 5 obj-$(CONFIG_PECI) += peci.o 6 peci-cpu-y := cpu.o 7 obj-$(CONFIG_PECI_CPU) += peci-cpu.o
|
H A D | Kconfig | 15 will be called peci. 23 This option enables peci-cpu driver for Intel processors. It is 32 will be called peci-cpu. 34 source "drivers/peci/controller/Kconfig"
|
/openbmc/linux/Documentation/peci/ |
H A D | peci.rst | 44 .. kernel-doc:: include/linux/peci.h 45 .. kernel-doc:: drivers/peci/internal.h 46 .. kernel-doc:: drivers/peci/core.c 47 .. kernel-doc:: drivers/peci/request.c 51 .. kernel-doc:: drivers/peci/cpu.c
|
H A D | index.rst | 9 peci
|
/openbmc/linux/drivers/peci/controller/ |
H A D | Makefile | 3 obj-$(CONFIG_PECI_ASPEED) += peci-aspeed.o 4 obj-$(CONFIG_PECI_NPCM) += peci-npcm.o
|
H A D | Kconfig | 18 be called peci-aspeed. 34 will be called peci-npcm.
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/smbios/ |
H A D | smbios-mdr_git.bb | 16 PACKAGECONFIG[cpuinfo-peci] = "-Dcpuinfo-peci=enabled,-Dcpuinfo-peci=disabled,libpeci"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-peci | 1 What: /sys/bus/peci/rescan 10 What: /sys/bus/peci/devices/<controller_id>-<device_addr>/remove
|
/openbmc/linux/arch/arm64/boot/dts/nuvoton/ |
H A D | nuvoton-common-npcm8xx.dtsi | 71 peci: peci-controller@100000 { label 72 compatible = "nuvoton,npcm845-peci";
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | Makefile | 10 obj-$(CONFIG_CMD_PECITEST) += peci.o
|
/openbmc/linux/Documentation/hwmon/ |
H A D | index.rst | 183 peci-cputemp 184 peci-dimmtemp
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | meson.build | 2 if not meson.get_compiler('cpp').has_header('linux/peci-ioctl.h')
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed_ast10x0.c | 155 object_initialize_child(obj, "peci", &s->peci, TYPE_ASPEED_PECI); in aspeed_soc_ast1030_init() 274 if (!sysbus_realize(SYS_BUS_DEVICE(&s->peci), errp)) { in aspeed_soc_ast1030_realize() 277 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->peci), 0, in aspeed_soc_ast1030_realize() 279 sysbus_connect_irq(SYS_BUS_DEVICE(&s->peci), 0, in aspeed_soc_ast1030_realize()
|
H A D | aspeed_ast2400.c | 198 object_initialize_child(obj, "peci", &s->peci, TYPE_ASPEED_PECI); in aspeed_ast2400_soc_init() 376 if (!sysbus_realize(SYS_BUS_DEVICE(&s->peci), errp)) { in aspeed_ast2400_soc_realize() 379 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->peci), 0, in aspeed_ast2400_soc_realize() 381 sysbus_connect_irq(SYS_BUS_DEVICE(&s->peci), 0, in aspeed_ast2400_soc_realize()
|
/openbmc/openbmc/meta-phosphor/recipes-x86/peci-pcie/ |
H A D | peci-pcie_git.bb | 14 SRC_URI = "git://github.com/openbmc/peci-pcie;branch=master;protocol=https"
|
/openbmc/smbios-mdr/ |
H A D | meson.options | 39 'cpuinfo-peci',
|
/openbmc/smbios-mdr/src/ |
H A D | meson.build | 51 if get_option('cpuinfo-peci').allowed()
|
/openbmc/linux/Documentation/ |
H A D | subsystem-apis.rst | 87 peci/index
|
/openbmc/dbus-sensors/src/ |
H A D | meson.build | 65 if not meson.get_compiler('cpp').has_header('linux/peci-ioctl.h')
|