aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-06-04Increase BUILD_MIN_BIOSTABLE for large romsGerd Hoffmann1-0/+4
2020-07-24ldnoexec: Add script to remove ET_EXEC flag from intermediate build objectsKevin O'Connor1-0/+32
2018-02-27build: Use git describe --alwaysKevin O'Connor1-1/+1
2016-08-10checkstack: Handle conditional checks at start of functionsKevin O'Connor1-0/+5
2016-02-19build: fix .text section address alignmentKevin O'Connor1-4/+10
2015-12-28build: fix typo in buildversion.pyRoger Pau Monne1-1/+1
2015-11-19acpi: Remove build check for iaslKevin O'Connor1-13/+0
2015-11-19acpi_extract: Make the generated .hex files more human readableKevin O'Connor1-4/+11
2015-11-19acpi_extract: Move main code to new function main()Kevin O'Connor1-110/+115
2015-11-11buildversion: Add debugging messagesKevin O'Connor1-2/+19
2015-11-09buildversion: Avoid subprocess.check_output() as that requires python2.7Kevin O'Connor1-13/+19
2015-10-23build: Allow official tarball builds to be considered "clean"Kevin O'Connor1-2/+8
2015-10-22build: Be more permissive in buildversion.py tool version scanKevin O'Connor1-25/+23
2015-10-15build: Generate "reproducible" version strings on "clean" buildsKevin O'Connor1-4/+6
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor1-4/+43
2015-10-15build: Rework version generation; don't allow make version overrideKevin O'Connor2-31/+66
2015-10-09Fix typos found by codespellStefan Weil1-1/+1
2015-06-03build: Support "make VERSION=xyz" to override the default build versionKevin O'Connor1-6/+10
2015-06-01Add multiboot support.Vladimir Serbinenko1-0/+8
2015-04-17checkstack: Minor - continue if not a regular asm lineKevin O'Connor1-54/+54
2015-04-11vgabios: Emulate "leal" instructionKevin O'Connor1-3/+58
2015-03-20checkrom: Fix typo in error messageAndreas Färber1-1/+1
2015-03-19checkstack: Prefer passing "function" class instead of function addressKevin O'Connor1-15/+13
2015-03-19checkstack: Simplify yield calculationsKevin O'Connor1-33/+21
2015-03-19checkstack: Replace function information tuple with classKevin O'Connor1-69/+77
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