apple-data 1.0.596 → 1.0.598

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c88e6e0ac3c68d0dc0a786e5afb7502f54e502186e3820273c45aa374db24d7a
4
- data.tar.gz: 8c61053d9f605ab25904360fe9e2778eac7660d41e56411a6556c961b858786d
3
+ metadata.gz: cc5dc7708608798a34577ef0ef2b84d5767082a4fa8a9c3dc68f42993852ad21
4
+ data.tar.gz: 21c8ffb965f5d35d0461aa9ba9f02e0a9226b6574fe04cf29c07615685ad68aa
5
5
  SHA512:
6
- metadata.gz: 1184eaae8a9572b13b416bb4eadbd6c6bf47e045952777ccf28b36eb3f7c6a8a77d9edb6b6acc8642c177996e9f7df80649af20b5c0b42e2edb844b426af224d
7
- data.tar.gz: 0d359ef1a6ed685f7a05af7464e97cf4c1a0fca9fc37fbe1e91b1cae94cadf9b0ddcd5a76a5dc017cce5427d5a2fb7b71f9fc4bc369baf1f0ecee10a86a6a11f
6
+ metadata.gz: bbc2f08ed9cab9edb90c80713a8b989e5756a5086cd6ce32bddc567dc500266855bb46f6757782ddb2591562e9dbf439bb84e84503d7b5f7214b429caa45fb1c
7
+ data.tar.gz: 52794025a114534b9eba6c41f9d10e03e1a8061d639525b4186acf3c0aa2b0f25f85f0f9e2d2f6499b99f03c1d8b57b5d4215cce5294e1685b2c1e1853e986e4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppleData
4
- VERSION = '1.0.596'
4
+ VERSION = '1.0.598'
5
5
  end
data/share/iboot.yaml CHANGED
@@ -13,20 +13,56 @@ tasks:
13
13
  - usb
14
14
  - usb_serial
15
15
  commands:
16
- - saveenv
17
- - setenv
18
- - getenv
19
- - reset
20
- - reboot
21
- - setenvnp
22
- - clearenvp
23
- - alamo
24
- - rtos
25
- - diags
26
- - fsboot
27
- - upgrade
28
- - recover
29
- - recover-once
16
+ saveenv:
17
+ description: takes the current set of setenv values and writes it back to nvram
18
+ setenv:
19
+ description: sets a key to a value in memory
20
+ getenv:
21
+ description:
22
+ reset:
23
+ reboot:
24
+ setenvnp:
25
+ clearenvp:
26
+ alamo:
27
+ rtos:
28
+ diags:
29
+ fsboot:
30
+ description: Perform a "normal" boot from the disk
31
+ upgrade:
32
+ recover:
33
+ recover-once:
34
+ environment_vars:
35
+ boot-args:
36
+ description: the boot args passed to the kernel
37
+ debug-uarts:
38
+ description: a bitfield of which UART lines to enable (such as AP, baseband etc)
39
+ filesize:
40
+ pw-path:
41
+ auto-boot:
42
+ description: boolean if the device should wait or proceed to boot (usually true)
43
+ backlight-level:
44
+ boot-command:
45
+ description: the command to run if auto-boot is true (usually fsboot on idevices)
46
+ com.apple.System.boot-nonce:
47
+ device-material:
48
+ display-rotation:
49
+ description: Primary use is for iPad to allow the boot logo to show correct for the way the device is held
50
+ display-vsh-comp:
51
+ idle-off:
52
+ is-tethered:
53
+ description: if the device is connected via USB to a host (such as restore etc)
54
+ darkboot:
55
+ description: (maybe) if the device should power on and not turn on the display (seems like a huge security isseue)
56
+ ota-breadcrumbs:
57
+ boot-breadcrumbs:
58
+ recovery-breadcrumbs:
59
+ description: a series of logged events along the boot path when starting up recovery
60
+ com.apple.System.tz0-size:
61
+ description: the size of the AP's trustzone
62
+ com.apple.System.rtc-offset:
63
+ pwr-path:
64
+ upgrade-retry:
65
+ preserve-debuggability:
30
66
  obfuscated_hashes:
31
67
  0x05B0E165A161BD9: arch/arm64/cpu.c
32
68
  0x0A1D0368C9207C1: drivers/usb/usb_controller.c
@@ -117,27 +153,4 @@ obfuscated_hashes:
117
153
  0xF44C5811D66EAF6: lib/huffman/huffman.c
118
154
  0xFA351F01526260A: lib/mib/mib.c
119
155
  0xFCE311CF62F0C0E: target/iphone11/init.c
120
- environment_vars:
121
- - auto-boot
122
- - boot-args
123
- - debug-uarts
124
- - filesize
125
- - pw-path
126
- - auto-boot
127
- - backlight-level
128
- - boot-command
129
- - com.apple.System.boot-nonce
130
- - device-material
131
- - display-rotation
132
- - display-vsh-comp
133
- - idle-off
134
- - is-tethered
135
- - darkboot
136
- - ota-breadcrumbs
137
- - boot-breadcrumbs
138
- - recovery-breadcrumbs
139
- - com.apple.System.tz0-size
140
- - com.apple.System.rtc-offset
141
- - pwr-path
142
- - upgrade-retry
143
- - preserve-debuggability
156
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.596
4
+ version: 1.0.598
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark