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.
12 lines
278 B
C
12 lines
278 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#ifndef HW_MISC_S5L8950X_PKE_H
|
|
#define HW_MISC_S5L8950X_PKE_H
|
|
|
|
#include "hw/core/sysbus.h"
|
|
|
|
#define TYPE_S5L8950X_PKE "s5l8950x-pke"
|
|
OBJECT_DECLARE_SIMPLE_TYPE(S5L8950XPKEState, S5L8950X_PKE)
|
|
|
|
#endif /* HW_MISC_S5L8950X_PKE_H */
|