chainedit is a tool to modify the xipchain.
the xipchain contains a list of xip block names, and the publickeys used to verify .xip updates, used by updatexip.
available commands:
load FILENAME
loads the source xip chain
dump
prints the contents of the loaded xip chain
add NAME:start,length,order
adds a new entry to the chain.
save FILENAME
writes the modified chain to a file.
saveini FILENAME
writes the xip chain contents to a .ini file.
setpk nrs:PUBKEYFILENAME
sets the public key of xip entries specified by nrs to
the key read from PUBKEYFILENAME.
'nrs' can be a range: 1-9, '*' for all, or a single nr.