grml...
[seabios.git] / tools / layoutrom.py
2011-07-11 Kevin O'ConnorRename the apm, pcibios, and elf entry points.
2010-12-24 Kevin O'ConnorEnhance layoutrom.py to work around a binutils quirk.
2010-12-05 Kevin O'ConnorRequire a "_cfuncXX_" symbol prefix for inter-mode...
2010-09-16 Kevin O'ConnorEnhance build to emit relocation information.
2010-09-16 Kevin O'ConnorSeparate out init code from the rest of the 32bit flat...
2010-09-16 Kevin O'ConnorModify tools/layoutrom.py to use classes instead of...
2010-09-13 Kevin O'ConnorUse str.startswith() in python scripts.
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.