aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2015-01-19checkstack: Handle callw instructionKevin O'Connor1-0/+2
2015-01-01readserial: Enhance pipe supportKevin O'Connor1-15/+14
2014-11-25add scripts/tarball.shGerd Hoffmann1-0/+36
2014-10-11build: Support declaring 32bit C functions that must reside in the f-segmentKevin O'Connor1-5/+11
2014-08-25build: Update kconfig to version in Linux 3.16.Kevin O'Connor22-32/+48
2014-06-11build: Minor - fix comments referring to old tools/ directory.Kevin O'Connor4-4/+4
2014-06-11build: Get fixed address variables from 32bit compile pass (not 16bit)Kevin O'Connor1-4/+6
2014-06-11build: Only export needed fields in LayoutInfo in layoutrom.py.Kevin O'Connor1-63/+67
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