apple-data 1.0.468 → 1.0.469

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0510a22b2a45e50093b28cae093619f00524d8127c0d8816843139831a038b31
4
- data.tar.gz: 6f7328cef25b1c28fb9a05f79a3983442dbc80c3dea8136b0bd7bc08ee63a576
3
+ metadata.gz: d317cc344bf19fdcf3e1a7e86693d328aa8bdd9516c993d0a487da0973a13f45
4
+ data.tar.gz: b26504255688289162a147005684622d5af51945b8c9ccd6a842edf25a36f764
5
5
  SHA512:
6
- metadata.gz: d0d367a71a9155a6a9fa23805146ed73cec40316ed991b89c3ffb7de73a66db7d7277e656a48b0dc9c922dd50fb8eaae1d58b20d5f0d03c8eadc0fad8d439c24
7
- data.tar.gz: 95fd96d4da5fdb6967b7ff6c3d4ebb83c2749a74b9392fba106d2b0c2d9f7b2560ea88d83205126a2c9277d69b447f3a504401846f856442b7ec651ca298266c
6
+ metadata.gz: 4746254d28a3e03924c0cd4838a5f7abcb19b573bc2ee67fa6b6b98970c9d4c7968107ef250b40642e9deb511eaf8b2398a17df88dd18d0081f3955fea7c451d
7
+ data.tar.gz: 5fb9e42c27016521468e5926ee4431904ced988aa35b144482d2e039230b202464e2cf6518d800e846001a33974cb07106933d72b2cc8b4d19e9f70c871bc898
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppleData
4
- VERSION = '1.0.468'
4
+ VERSION = '1.0.469'
5
5
  end
@@ -0,0 +1,26 @@
1
+ ---
2
+ metadata:
3
+ credits:
4
+ - rickmark
5
+ bbfw_contents:
6
+ acdb.mbn:
7
+ description: accessory database
8
+ apps.mbn:
9
+ description: userland applications
10
+ bbcfg.mbn:
11
+ description: baseband configuration data
12
+ mba.mbn:
13
+ description: QURT (Qualcomm RealTime?) kernel
14
+ restoresbl1.mbn:
15
+ description: bootloader for restore
16
+ rpm.mbn:
17
+ description: Rollback prevention manager
18
+ sbl1.mbn:
19
+ description: bootloader
20
+ tz.mbn:
21
+ description: trustzone loader
22
+ wdt.mbn:
23
+ description: watchdog timer
24
+ dsp3.mbn:
25
+ qdsp6sw.mbn:
26
+ description: hexagon DSP software
data/share/cores.yaml CHANGED
@@ -1016,8 +1016,12 @@ chip_ids:
1016
1016
 
1017
1017
  0x8030:
1018
1018
  name: t8030
1019
- description: A14
1020
- architecture:
1019
+ description: A13
1020
+ architecture: arm8
1021
+ capabilities:
1022
+ pac: true
1023
+ 64bit: true
1024
+
1021
1025
 
1022
1026
  revisions:
1023
1027
  0x01:
@@ -1068,11 +1072,14 @@ chip_ids:
1068
1072
  board_name: j182ap
1069
1073
 
1070
1074
 
1071
-
1072
1075
  0x8101:
1073
1076
  name: t8101
1074
1077
  description: A14
1075
- architecture:
1078
+ architecture: arm8
1079
+ capabilities:
1080
+ el2: true
1081
+ pac: true
1082
+ 64bit: true
1076
1083
 
1077
1084
  revisions:
1078
1085
  0x01:
@@ -1129,7 +1136,11 @@ chip_ids:
1129
1136
  0x8103:
1130
1137
  name: t8103
1131
1138
  description: M1
1132
- architecture:
1139
+ architecture: armv8.4
1140
+ capabilities:
1141
+ 64bit: true
1142
+ pac: true
1143
+ el2: true
1133
1144
  os:
1134
1145
  - macOS
1135
1146
  - padOS
@@ -1269,7 +1280,7 @@ chip_ids:
1269
1280
 
1270
1281
  0x8301:
1271
1282
  name: t8301
1272
- description: S6
1283
+ description: S6 / S7
1273
1284
  architecture:
1274
1285
 
1275
1286
  revisions:
data/share/esim.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ metadata:
3
+
4
+ esim_chip_ids:
5
+ 0x07:
6
+ gold:
7
+ main:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.468
4
+ version: 1.0.469
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pathutil
@@ -44,6 +44,7 @@ files:
44
44
  - share/apns.yaml
45
45
  - share/backup.yaml
46
46
  - share/baseband.yaml
47
+ - share/baseband/qualcomm/mav13.yaml
47
48
  - share/baseband/qualcomm/mav20.yaml
48
49
  - share/baseband/qualcomm/mav21.yaml
49
50
  - share/bluetooth.yaml
@@ -58,6 +59,7 @@ files:
58
59
  - share/dnssd.yaml
59
60
  - share/entitlements.yaml
60
61
  - share/environment_variables.yaml
62
+ - share/esim.yaml
61
63
  - share/fdr.yaml
62
64
  - share/firmware.yaml
63
65
  - share/homekit.yaml