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:
@@ -0,0 +1,11 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#ifndef HW_MISC_S5L8950X_SHA1_H
|
||||
#define HW_MISC_S5L8950X_SHA1_H
|
||||
|
||||
#include "hw/core/sysbus.h"
|
||||
|
||||
#define TYPE_S5L8950X_SHA1 "s5l8950x-sha1"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(S5L8950XSHA1State, S5L8950X_SHA1)
|
||||
|
||||
#endif /* HW_MISC_S5L8950X_SHA1_H */
|
||||
Reference in New Issue
Block a user