aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* add scripts/tarball.shGerd Hoffmann2014-11-251-0/+36
* build: Support declaring 32bit C functions that must reside in the f-segmentKevin O'Connor2014-10-111-5/+11
* build: Update kconfig to version in Linux 3.16.Kevin O'Connor2014-08-2522-32/+48
* build: Minor - fix comments referring to old tools/ directory.Kevin O'Connor2014-06-114-4/+4
* build: Get fixed address variables from 32bit compile pass (not 16bit)Kevin O'Connor2014-06-111-4/+6
* build: Only export needed fields in LayoutInfo in layoutrom.py.Kevin O'Connor2014-06-111-63/+67
* build: Use fileid instead of category to write sections in layoutrom.py.Kevin O'Connor2014-06-111-21/+28
* build: Keep segmented sections separate until final link step.Kevin O'Connor2014-06-111-32/+20
* build: Rework getRelocs() to use a hash instead of categories in layoutrom.pyKevin O'Connor2014-06-111-19/+13
* build: Refactor findInit() function.Kevin O'Connor2014-06-111-28/+18
* build: Use customized entry point for each type of build.Kevin O'Connor2014-06-111-12/+15
* build: Refactor layoutrom.py gc() function.Kevin O'Connor2014-06-111-25/+15
* build: Extract section visiting logic in layoutrom.py.Kevin O'Connor2014-06-111-57/+60
* build: Remove unused function getSectionsStart() from layoutrom.py.Kevin O'Connor2014-06-111-5/+0
* python3 fixes for vgabios and csm builds.Kevin O'Connor2014-05-272-19/+19
* scripts: Allow encodeint.py to take integers in hex notation.Kevin O'Connor2014-01-221-1/+1
* build: Update kconfig to version in Linux 3.13.Kevin O'Connor2014-01-2211-361/+392
* build: Be careful with unicode and byte strings for python3 compatibility.Johannes Krampf2014-01-207-18/+44
* build: Avoid sort() on unordered classes for python3 compatibility.Johannes Krampf2014-01-201-3/+4
* build: Be explicit that we want integers when dividing for python3 compat.Johannes Krampf2014-01-203-5/+5
* build: Make print statements in scripts python3 compatible.Johannes Krampf2014-01-205-38/+38
* build: Remove unneccesary semicolons from acpi_extract scripts.Johannes Krampf2014-01-202-38/+38
* Separate out sec32init sections even when not doing code relocation.Kevin O'Connor2013-12-071-19/+34
* vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor2013-12-041-0/+2
* build: explicitly set ROM sizeGerd Hoffmann2013-09-301-6/+15
* fix buildversion.shGerd Hoffmann2013-09-191-1/+1
* Update kconfig to latest version.Kevin O'Connor2013-08-2439-1170/+5304
* Rename tools/ directory to scripts/ directory.Kevin O'Connor2013-08-1754-0/+24615