apple-data 1.0.596 → 1.0.597

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: c88e6e0ac3c68d0dc0a786e5afb7502f54e502186e3820273c45aa374db24d7a
4
- data.tar.gz: 8c61053d9f605ab25904360fe9e2778eac7660d41e56411a6556c961b858786d
3
+ metadata.gz: 03ee57329f72b5c71aaa789727ebfef9632a79ffc01a5a362f250390e170e649
4
+ data.tar.gz: 4725364d8c75aa95433bca4d5762955c57bfb82dd454801d9628c7c98992e043
5
5
  SHA512:
6
- metadata.gz: 1184eaae8a9572b13b416bb4eadbd6c6bf47e045952777ccf28b36eb3f7c6a8a77d9edb6b6acc8642c177996e9f7df80649af20b5c0b42e2edb844b426af224d
7
- data.tar.gz: 0d359ef1a6ed685f7a05af7464e97cf4c1a0fca9fc37fbe1e91b1cae94cadf9b0ddcd5a76a5dc017cce5427d5a2fb7b71f9fc4bc369baf1f0ecee10a86a6a11f
6
+ metadata.gz: 6d1c73dd40ac7a86130334a58b5616b6ca45f338fab8b305ec8d1837049d0320d42de0ec4e9d219ad8e18c24dc2b56ba74dda21574d13071c63cdbaf05b81cca
7
+ data.tar.gz: 618d77cb43a7f50d2778926b14791dfd71e90edb760fe31feaaa1fad70e57601b1a1742de1c5f6cc02960c643d2044cb8390e9afccf4cf4c7c72347fd24ab2ce
@@ -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.597'
5
5
  end
data/share/iboot.yaml CHANGED
@@ -13,20 +13,24 @@ 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:
30
34
  obfuscated_hashes:
31
35
  0x05B0E165A161BD9: arch/arm64/cpu.c
32
36
  0x0A1D0368C9207C1: drivers/usb/usb_controller.c
@@ -118,26 +122,35 @@ obfuscated_hashes:
118
122
  0xFA351F01526260A: lib/mib/mib.c
119
123
  0xFCE311CF62F0C0E: target/iphone11/init.c
120
124
  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
125
+ auto-boot:
126
+ boot-args:
127
+ description: the boot args passed to the kernel
128
+ debug-uarts:
129
+ description: a bitfield of which UART lines to enable (such as AP, baseband etc)
130
+ filesize:
131
+ pw-path:
132
+ auto-boot:
133
+ description: boolean if the device should wait or proceed to boot (usually true)
134
+ backlight-level:
135
+ boot-command:
136
+ description: the command to run if auto-boot is true (usually fsboot on idevices)
137
+ com.apple.System.boot-nonce:
138
+ device-material:
139
+ display-rotation:
140
+ description: Primary use is for iPad to allow the boot logo to show correct for the way the device is held
141
+ display-vsh-comp:
142
+ idle-off:
143
+ is-tethered:
144
+ description: if the device is connected via USB to a host (such as restore etc)
145
+ darkboot:
146
+ description: (maybe) if the device should power on and not turn on the display (seems like a huge security isseue)
147
+ ota-breadcrumbs:
148
+ boot-breadcrumbs:
149
+ recovery-breadcrumbs:
150
+ description: a series of logged events along the boot path when starting up recovery
151
+ com.apple.System.tz0-size:
152
+ description: the size of the AP's trustzone
153
+ com.apple.System.rtc-offset:
154
+ pwr-path:
155
+ upgrade-retry:
156
+ preserve-debuggability:
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.597
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark