Lines Matching +full:firmware +full:- +full:gpio
1 .. SPDX-License-Identifier: GPL-2.0
11 .. flat-table:: Supported ACPI Objects
13 :header-rows: 1
15 * - Object
16 - Description
18 * - CHSW
19 - Chrome OS switch positions
21 * - HWID
22 - Chrome OS hardware ID
24 * - FWID
25 - Chrome OS firmware version
27 * - FRID
28 - Chrome OS read-only firmware version
30 * - BINF
31 - Chrome OS boot information
33 * - GPIO
34 - Chrome OS GPIO assignments
36 * - VBNV
37 - Chrome OS NVRAM locations
39 * - VDTA
40 - Chrome OS verified boot data
42 * - FMAP
43 - Chrome OS flashmap base address
45 * - MLST
46 - Chrome OS method list
53 ----------
57 ------------
60 .. flat-table::
63 * - 0x00000002
64 - Recovery button was pressed when x86 firmware booted.
66 * - 0x00000004
67 - Recovery button was pressed when EC firmware booted. (required if EC EEPROM is
70 * - 0x00000020
71 - Developer switch was enabled when x86 firmware booted.
73 * - 0x00000200
74 - Firmware write protection was disabled when x86 firmware booted. (required if
75 firmware write protection is controlled through x86 BIOS; otherwise optional)
84 ----------
88 ------------
89 A null-terminated ASCII string containing the hardware ID from the Model-Specific Data area of
94 FWID (Chrome OS firmware version)
96 This control method returns the firmware version for the rewritable portion of the main
97 processor firmware.
100 ----------
104 ------------
105 A null-terminated ASCII string containing the complete firmware version for the rewritable
106 portion of the main processor firmware.
108 FRID (Chrome OS read-only firmware version)
110 This control method returns the firmware version for the read-only portion of the main
111 processor firmware.
114 ----------
118 ------------
119 A null-terminated ASCII string containing the complete firmware version for the read-only
120 (bootstrap + recovery ) portion of the main processor firmware.
127 ----------
131 ------------
133 .. code-block::
138 Active EC Firmware
139 Active Main Firmware Type
143 .. flat-table::
145 :header-rows: 1
147 * - Field
148 - Format
149 - Description
151 * - Reserved1
152 - DWORD
153 - Set to 256 (0x100). This indicates this field is no longer used.
155 * - Reserved2
156 - DWORD
157 - Set to 256 (0x100). This indicates this field is no longer used.
159 * - Active EC firmware
160 - DWORD
161 - The EC firmware which was used during boot.
163 - 0 - Read-only (recovery) firmware
164 - 1 - Rewritable firmware.
166 Set to 0 if EC firmware is always read-only.
168 * - Active Main Firmware Type
169 - DWORD
170 - The main firmware type which was used during boot.
172 - 0 - Recovery
173 - 1 - Normal
174 - 2 - Developer
175 - 3 - netboot (factory installation only)
179 * - Reserved5
180 - DWORD
181 - Set to 256 (0x100). This indicates this field is no longer used.
183 GPIO (Chrome OS GPIO assignments)
185 This control method returns information about Chrome OS specific GPIO assignments for
189 ----------
193 ------------
194 .. code-block::
198 // First GPIO assignment
206 // Last GPIO assignment
214 Where ASCIIZ means a null-terminated ASCII string.
216 .. flat-table::
218 :header-rows: 1
220 * - Field
221 - Format
222 - Description
224 * - Signal Type
225 - DWORD
226 - Type of GPIO signal
228 - 0x00000001 - Recovery button
229 - 0x00000002 - Developer mode switch
230 - 0x00000003 - Firmware write protection switch
231 - 0x00000100 - Debug header GPIO 0
232 - ...
233 - 0x000001FF - Debug header GPIO 255
237 * - Attributes
238 - DWORD
239 - Signal attributes as bitfields:
241 - 0x00000001 - Signal is active-high (for button, a GPIO value
242 of 1 means the button is pressed; for switches, a GPIO value
246 * - Controller Offset
247 - DWORD
248 - GPIO number on the specified controller.
250 * - Controller Name
251 - ASCIIZ
252 - Name of the controller for the GPIO.
254 "NM10" - Intel NM10 chip
262 ----------
266 ------------
267 .. code-block::
274 .. flat-table::
276 :header-rows: 1
278 * - Field
279 - Format
280 - Description
282 * - NV Storage Block Offset
283 - DWORD
284 - Offset in CMOS bank 0 of the verified boot non-volatile storage block, counting from
288 * - NV Storage Block Size
289 - DWORD
290 - Size in bytes of the verified boot non-volatile storage block.
295 firmware flashmap.
298 ----------
302 ----------------
303 A DWORD containing the physical memory address of the start of the main processor firmware
308 This control method returns the verified boot data block shared between the firmware
312 ----------
316 ------------
321 This control method returns the SHA-1 or SHA-256 hash that is read out of the Management
323 the ME firmware has not changed. If Management Engine is not present, or if the firmware was
327 ----------
331 ------------
340 ----------
344 ------------
345 A package containing a list of null-terminated ASCII strings, one for each control method
349 .. code-block::
357 "GPIO",