mbox series

[0/3] ARM: aspeed: Secure Boot Controller support

Message ID 20211117035106.321454-1-joel@jms.id.au (mailing list archive)
Headers show
Series ARM: aspeed: Secure Boot Controller support | expand

Message

Joel Stanley Nov. 17, 2021, 3:51 a.m. UTC
This adds the reporting of the secure boot state to the ASPEED socinfo
driver.

Joel Stanley (3):
  dt-bindings: aspeed: Add Secure Boot Controller bindings
  ARM: dts: aspeed: Add secure boot controller node
  ARM: aspeed: Add secure boot controller support

 .../bindings/arm/aspeed/aspeed,sbc.yaml       | 37 ++++++++++
 arch/arm/boot/dts/aspeed-g6.dtsi              |  5 ++
 drivers/soc/aspeed/aspeed-socinfo.c           | 73 +++++++++++++++++++
 3 files changed, 115 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/aspeed/aspeed,sbc.yaml