Fix timing in readserial.py - use 10 bits per byte.
[seabios.git] / tools / checkrom.py
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-05-23 Kevin O'ConnorPack 16bit code into last part of f-segment.
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
2008-07-12 Kevin O'ConnorShow percent space of C code used in checkrom.py.
2008-07-06 Kevin O'ConnorRelinking rom32.o twice seems flaky - make third link...
2008-07-06 Kevin O'ConnorEnsure proper alignment of subsections.
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.