Files
QEMU-S5L8950X/include/hw/misc/s5l8950x-aes.h
T
Yaya48 5d9a60a926 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.
2026-09-01 09:51:49 -07:00

14 lines
303 B
C

/* 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 */