mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2024-11-27 01:25:38 -05:00
Added rudimentary description to some *new* commands
This commit is contained in:
parent
af67dbde3f
commit
272531aed5
1 changed files with 52 additions and 1 deletions
53
protocol.md
53
protocol.md
|
@ -246,12 +246,63 @@ The response must decrypt to the bytes
|
||||||
### DIFF
|
### DIFF
|
||||||
Execute a script of some sort, path specified in message body.
|
Execute a script of some sort, path specified in message body.
|
||||||
|
|
||||||
|
### SNIF
|
||||||
|
Unknown / looks related to TOT download (TODO: document this)
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
- arg1: Subcommand
|
||||||
|
- `REQS`
|
||||||
|
- `OPEN`
|
||||||
|
- `WRTE`
|
||||||
|
- `CLSE`
|
||||||
|
- `STUS`
|
||||||
|
- `IDDD`
|
||||||
|
|
||||||
|
### OPCM
|
||||||
|
Check/Write opcode
|
||||||
|
|
||||||
|
NOTE: Supported since Protocol version `0x1000004`
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
- arg1: action (`CHEK` - Check opcode, `WRTE` - Write opcode)
|
||||||
|
|
||||||
|
### FUSE
|
||||||
|
Get or set efuse(s) (TODO: document this)
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
- arg1: action (`GFUS` - Get efuse state, `SFRS` - Set/blow efuse)
|
||||||
|
|
||||||
|
### WRZR
|
||||||
|
Write zeroes
|
||||||
|
|
||||||
|
### CRCC
|
||||||
|
Calculcate CRC (TODO: document this)
|
||||||
|
|
||||||
|
### CHCK
|
||||||
|
Unknown (TODO: document this)
|
||||||
|
|
||||||
|
NOTE: Supported since Protocol version `0x1000003`
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
- arg1: Subcommand
|
||||||
|
- `TSUM`
|
||||||
|
- `CLER`
|
||||||
|
|
||||||
|
### SEBP
|
||||||
|
Set eMMC boot partition (TODO: document this)
|
||||||
|
|
||||||
|
### SBLU
|
||||||
|
Set UFS boot LUN# (TODO: document this)
|
||||||
|
|
||||||
|
### MBPT
|
||||||
|
Manipulate boot partition table (TODO: document this)
|
||||||
|
|
||||||
### FAIL
|
### FAIL
|
||||||
Dummy command.
|
Dummy command.
|
||||||
|
|
||||||
### new versions
|
### new versions
|
||||||
TODO: document these commands added in some version:
|
TODO: document these commands added in some version:
|
||||||
CRCC, TOFF, COPY, CHCK, OPCM, SNIF, SEBP, SBLU, SLEI, SIGN, MBPT, WRZR, FUSE
|
TOFF, COPY, SLEI, SIGN
|
||||||
|
|
||||||
|
|
||||||
## HDLC commands
|
## HDLC commands
|
||||||
|
|
Loading…
Reference in a new issue