Statistics
| Branch: | Revision:

root / scripts / signrom.py @ feature-archipelago

History | View | Annotate | Download (778 Bytes)

# Date Author Comment
0d6b9cc7 04/16/2012 04:41 pm Jan Kiszka

signrom: Rewrite as python script

Now that we have a hard dependency on python anyway, we can replace the
slow shell script to calculate the option ROM checksum with a fast AND
portable python version. Tested both with python 2.7 and 3.1.

Signed-off-by: Jan Kiszka <>