mbox series

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

Message ID 20220707223058.2722999-1-quic_jaehyoo@quicinc.com
Headers show
Series Add Qualcomm DC-SCM V1 board support | expand

Message

Jae Hyun Yoo July 7, 2022, 10:30 p.m. UTC
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