@@ -1826,7 +1826,11 @@ Options:
18261826 --autofanctrl [<FANID>]Turn on automatic fan speed control (optionally provide fan index)
18271827 --pdports Show information about USB-C PD ports
18281828 --info Show info from SMBIOS (Only on UEFI)
1829+ --meinfo [<DUMPFILE>] Show Intel ME information (from SMBIOS type 0xDB)
18291830 --pd-info Show details about the PD controllers
1831+ --pd-reset <PD_NUM> Reset a specific PD controller (for debugging only)
1832+ --pd-disable <PD_NUM> Disable all ports on a specific PD controller (for debugging only)
1833+ --pd-enable <PD_NUM> Enable all ports on a specific PD controller (for debugging only)
18301834 --privacy Show privacy switch statuses (camera and microphone)
18311835 --pd-bin <PD_BIN> Parse versions from PD firmware binary file
18321836 --ec-bin <EC_BIN> Parse versions from EC firmware binary file
@@ -1838,24 +1842,42 @@ Options:
18381842 --flash-ro-ec <FLASH_EC> Flash EC with new firmware from file
18391843 --flash-rw-ec <FLASH_EC> Flash EC with new firmware from file
18401844 --reboot-ec Control EC RO/RW jump [possible values: reboot, jump-ro, jump-rw, cancel-jump, disable-jump]
1845+ --ec-hib-delay [<SECONDS>] Get or set EC hibernate delay (S5 to G3)
1846+ --uptimeinfo Show EC uptime information
1847+ --s0ix-counter Show S0ix counter
18411848 --intrusion Show status of intrusion switch
18421849 --inputdeck Show status of the input deck
18431850 --inputdeck-mode Set input deck power mode [possible values: auto, off, on] (Framework 16 only)
18441851 --expansion-bay Show status of the expansion bay (Framework 16 only)
18451852 --nvidia Show NVIDIA GPU information (Framework 16 only)
18461853 --charge-limit [<VAL>] Get or set battery charge limit (Percentage number as arg, e.g. '100')
18471854 --charge-current-limit [<VAL>] Get or set battery current charge limit (Percentage number as arg, e.g. '100')
1855+ --charge-rate-limit [<VAL>] Set max charge rate limit
18481856 --get-gpio <GET_GPIO> Get GPIO value by name or all, if no name provided
18491857 --fp-led-level [<VAL>] Get or set fingerprint LED brightness level [possible values: high, medium, low]
18501858 --fp-brightness [<VAL>]Get or set fingerprint LED brightness percentage
18511859 --kblight [<KBLIGHT>] Set keyboard backlight percentage or get, if no value provided
1860+ --rgbkbd <START> <HEXCOLOR> [<HEXCOLOR> ...]
1861+ Set the color of a key to RGB. Multiple colors for adjacent keys can be set at once
1862+ --tablet-mode <MODE> Set tablet mode override [possible values: auto, tablet, laptop]
18521863 --console <CONSOLE> Get EC console, choose whether recent or to follow the output [possible values: recent, follow]
18531864 --hash <HASH> Hash a file of arbitrary data
18541865 --flash-gpu-descriptor <MAGIC> <18 DIGIT SN> Overwrite the GPU bay descriptor SN and type.
18551866 --flash-gpu-descriptor-file <DESCRIPTOR_FILE> Write the GPU bay descriptor with a descriptor file.
1867+ --dump-gpu-descriptor-file <DESCRIPTOR_FILE> Dump the GPU bay descriptor to a file
18561868 -f, --force Force execution of an unsafe command - may render your hardware unbootable!
18571869 --dry-run Simulate execution of a command (e.g. --flash-ec)
1870+ --pd-addrs <PD_ADDR_LEFT> <PD_ADDR_RIGHT> <PD_ADDR_BACK>
1871+ Specify I2C addresses of the PD chips (Advanced)
1872+ --pd-ports <PD_PORT_LEFT> <PD_PORT_RIGHT> <PD_PORT_BACK>
1873+ Specify I2C ports of the PD chips (Advanced)
1874+ --has-mec <HAS_MEC>
1875+ Specify the type of EC chip (MEC/MCHP or other) [possible values: true, false]
1876+ --host-command <CMD_ID> <VERSION> [DATA...]
1877+ Send an EC host command
18581878 -t, --test Run self-test to check if interaction with EC is possible
1879+ --test-retimer Run self-test to check if interaction with retimers is possible
1880+ --boardid Print all board IDs
18591881 -h, --help Print help information
18601882 -b Print output one screen at a time
18611883 "#
0 commit comments