On 16/2/22 10:21, Cédric Le Goater wrote:
From: Joel Stanley <j...@jms.id.au>

Just a stub that indicates the system has booted in secure boot mode.
Used for testing the driver:

  https://lore.kernel.org/all/20211019080608.283324-1-j...@jms.id.au/

Signed-off-by: Joel Stanley <j...@jms.id.au>
Signed-off-by: Cédric Le Goater <c...@kaod.org>
---
  include/hw/arm/aspeed_soc.h  |   3 +
  include/hw/misc/aspeed_sbc.h |  33 ++++++++
  hw/arm/aspeed_ast2600.c      |   9 +++
  hw/misc/aspeed_sbc.c         | 141 +++++++++++++++++++++++++++++++++++
  hw/misc/meson.build          |   1 +
  5 files changed, 187 insertions(+)
  create mode 100644 include/hw/misc/aspeed_sbc.h
  create mode 100644 hw/misc/aspeed_sbc.c

+++ b/include/hw/misc/aspeed_sbc.h
@@ -0,0 +1,33 @@
+/*
+ * sASPEED Secure Boot Controller

Typo?

+ *
+ * Copyright (C) 2021 IBM Corp.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+

Reply via email to