hw/arm: add authenticated A6 IMG3 boot lab

Model the A6 crypto, interrupt, USB, and platform blocks needed to boot SecureROM through iBSS into iBEC Recovery.

Add local lab identity, IMG3, and APTicket tooling, patched macOS recovery utilities, UART and GDB access, and English end-user documentation.
This commit is contained in:
2026-09-01 09:51:49 -07:00
parent 47977dd34a
commit 5d9a60a926
45 changed files with 6002 additions and 265 deletions
+13
View File
@@ -0,0 +1,13 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef HW_MISC_S5L8950X_AES_H
#define HW_MISC_S5L8950X_AES_H
#include "hw/core/sysbus.h"
#include "qom/object.h"
#define TYPE_S5L8950X_AES "s5l8950x-aes"
OBJECT_DECLARE_SIMPLE_TYPE(S5L8950XAESState, S5L8950X_AES)
#endif /* HW_MISC_S5L8950X_AES_H */