]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/aspeed_ast2600.c
ast2600: Add Secure Boot Controller model
authorJoel Stanley <joel@jms.id.au>
Fri, 18 Feb 2022 08:18:10 +0000 (09:18 +0100)
committerCédric Le Goater <clg@kaod.org>
Sat, 26 Feb 2022 17:40:51 +0000 (18:40 +0100)
commite1acf581c9eb4e59e794fd6137986edd8a4406c0
treed51352ef20d28dd39f1651559915f04594f9fcdd
parent50f97a0ec6e81b8713c2e3868e8b1a0f8a44b82f
ast2600: Add Secure Boot Controller model

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>
[ clg: - Fixed typo
       - Adjusted Copyright dates ]
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed_ast2600.c
hw/misc/aspeed_sbc.c [new file with mode: 0644]
hw/misc/meson.build
include/hw/arm/aspeed_soc.h
include/hw/misc/aspeed_sbc.h [new file with mode: 0644]