qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/6] ast2600: Add Secure Boot Controller model


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 2/6] ast2600: Add Secure Boot Controller model
Date: Wed, 16 Feb 2022 16:00:26 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.1

On 16/2/22 10:21, Cédric Le Goater wrote:
From: Joel Stanley <joel@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-joel@jms.id.au/

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Cédric Le Goater <clg@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

[Prev in Thread] Current Thread [Next in Thread]