]> git.proxmox.com Git - qemu.git/commit
signrom: Rewrite as python script
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 27 Jan 2012 18:44:53 +0000 (19:44 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Mon, 16 Apr 2012 13:41:20 +0000 (15:41 +0200)
commit0d6b9cc7420dd2d531b48508f0d4083d1c6a632a
treeae3bae24b4b18ad28fedbed9da949c1198cbd3d6
parente6f5d0be730a41bacb10edba19d1369ec2949486
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 <jan.kiszka@siemens.com>
pc-bios/optionrom/Makefile
scripts/signrom.py [new file with mode: 0644]
scripts/signrom.sh [deleted file]