aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-06-11build: Use fileid instead of category to write sections in layoutrom.py.Kevin O'Connor1-21/+28
2014-06-11build: Keep segmented sections separate until final link step.Kevin O'Connor1-32/+20
2014-06-11build: Rework getRelocs() to use a hash instead of categories in layoutrom.pyKevin O'Connor1-19/+13
2014-06-11build: Refactor findInit() function.Kevin O'Connor1-28/+18
2014-06-11build: Use customized entry point for each type of build.Kevin O'Connor1-12/+15
2014-06-11build: Refactor layoutrom.py gc() function.Kevin O'Connor1-25/+15
2014-06-11build: Extract section visiting logic in layoutrom.py.Kevin O'Connor1-57/+60
2014-06-11build: Remove unused function getSectionsStart() from layoutrom.py.Kevin O'Connor1-5/+0
2014-05-27python3 fixes for vgabios and csm builds.rel-1.7.5Kevin O'Connor2-19/+19
2014-01-22scripts: Allow encodeint.py to take integers in hex notation.Kevin O'Connor1-1/+1
2014-01-22build: Update kconfig to version in Linux 3.13.Kevin O'Connor11-361/+392
2014-01-20build: Be careful with unicode and byte strings for python3 compatibility.Johannes Krampf7-18/+44
2014-01-20build: Avoid sort() on unordered classes for python3 compatibility.Johannes Krampf1-3/+4
2014-01-20build: Be explicit that we want integers when dividing for python3 compat.Johannes Krampf3-5/+5
2014-01-20build: Make print statements in scripts python3 compatible.Johannes Krampf5-38/+38
2014-01-20build: Remove unneccesary semicolons from acpi_extract scripts.Johannes Krampf2-38/+38
2013-12-07Separate out sec32init sections even when not doing code relocation.Kevin O'Connor1-19/+34
2013-12-04vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor1-0/+2
2013-09-30build: explicitly set ROM sizeGerd Hoffmann1-6/+15
2013-09-19fix buildversion.shGerd Hoffmann1-1/+1
2013-08-24Update kconfig to latest version.Kevin O'Connor39-1170/+5304
2013-08-17Rename tools/ directory to scripts/ directory.Kevin O'Connor54-0/+24615