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
285 B
C
12 lines
285 B
C
/* 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 */
|