aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/encodeint.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Allow encodeint.py to take integers in hex notation.Kevin O'Connor2014-01-221-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Rename tools/ directory to scripts/ directory.Kevin O'Connor2013-08-171-0/+21
It's common for other projects (eg, QEMU, Linux) to put build scripts into a "scripts/" directory. There's no reason for SeaBIOS to be different, so rename the "tools/" directory to "scripts/". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>