Simplify build by manually resolving external symbols in layoutrom.py.
[seabios.git] / tools / layoutrom.py
2010-05-01 Kevin O'ConnorSimplify build by manually resolving external symbols...
2010-01-01 Kevin O'ConnorForce a link error if a function is used from the wrong...
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-19 Kevin O'ConnorFix potential build failure due to text16 section being...
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-08-19 Kevin O'ConnorFix bug causing layoutrom.py to break if no rodata...
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-05-23 Kevin O'ConnorPack 16bit code into last part of f-segment.
2009-01-19 Kevin O'ConnorMinor - improve space used reporting in tools/layoutrom.py.
2009-01-18 Kevin O'ConnorHave layoutrom.py show info on utilization of fixed...
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.