[PATCH u-boot v2019.04-aspeed-openbmc v2 0/2] Add Qualcomm DC-SCM V1 board support

Jae Hyun Yoo quic_jaehyoo at quicinc.com
Fri Jul 8 08:30:56 AEST 2022


Hello,

This series adds initial version of Qualcomm DC-SCM V1 board support.
Please review!

Thanks,

Jae

Changes in v2:
* Dropped board specific defconfig and use openbmc common defconfig. (Joel)
* Dropped unnecessary default env file. (Joel)
* Changed GPIO handling using GPIO driver. (Joel)
* Moved board specific code to the manufacturer folder. (Joel)
* Enabled HACE to make it run on SPL boot.

Jae Hyun Yoo (2):
  ARM: dts: ast2600-qcom-dc-scm-v1: enable HACE
  board: qualcomm: dc-scm-v1: add initial version of Qualcomm DC-SCM V1
    board

 arch/arm/dts/ast2600-qcom-dc-scm-v1.dts |  5 +++
 arch/arm/mach-aspeed/ast2600/Kconfig    |  8 +++++
 board/qualcomm/dc-scm-v1/Kconfig        | 15 +++++++++
 board/qualcomm/dc-scm-v1/Makefile       |  1 +
 board/qualcomm/dc-scm-v1/dc-scm-v1.c    | 42 +++++++++++++++++++++++++
 5 files changed, 71 insertions(+)
 create mode 100644 board/qualcomm/dc-scm-v1/Kconfig
 create mode 100644 board/qualcomm/dc-scm-v1/Makefile
 create mode 100644 board/qualcomm/dc-scm-v1/dc-scm-v1.c

-- 
2.25.1



More information about the openbmc mailing list