[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/9] Add Qualcomm BMC machines
From: |
Jae Hyun Yoo |
Subject: |
[PATCH 0/9] Add Qualcomm BMC machines |
Date: |
Wed, 22 Jun 2022 10:28:21 -0700 |
Hello,
I'm sending a series to add Qualcomm BMC machines that are equipped with
Aspeed AST2600 SoC. Also, this series adds MAX31785 fan controller device
emulation. Please help to review.
Thanks,
Jae
Graeme Gregory (2):
hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device
hw/arm/aspeed: add Qualcomm Firework machine and FRU device
Jae Hyun Yoo (3):
hw/arm/aspeed: add support for the Qualcomm EVB proto board
hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 board
hw/arm/aspeed: firework: add I2C MUXes for VR channels
Maheswara Kurapati (4):
hw/i2c: pmbus: Page #255 is valid page for read requests.
hw/sensor: add Maxim MAX31785 device
hw/arm/aspeed: firework: Add MAX31785 Fan controllers
hw/arm/aspeed: firework: Add Thermal Diodes
hw/arm/Kconfig | 1 +
hw/arm/aspeed.c | 158 +++++++++++-
hw/i2c/pmbus_device.c | 1 -
hw/sensor/Kconfig | 4 +
hw/sensor/max31785.c | 580 ++++++++++++++++++++++++++++++++++++++++++
hw/sensor/meson.build | 1 +
6 files changed, 742 insertions(+), 3 deletions(-)
create mode 100644 hw/sensor/max31785.c
--
2.25.1
- [PATCH 0/9] Add Qualcomm BMC machines,
Jae Hyun Yoo <=
[PATCH 2/9] hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 board, Jae Hyun Yoo, 2022/06/22
[PATCH 7/9] hw/arm/aspeed: firework: Add MAX31785 Fan controllers, Jae Hyun Yoo, 2022/06/22
[PATCH 5/9] hw/i2c: pmbus: Page #255 is valid page for read requests., Jae Hyun Yoo, 2022/06/22