summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: Remove python23compat.pyKevin O'Connor2021-12-193-21/+3
* readserial: Improve Python3 compatibilityKevin O'Connor2021-12-191-17/+11
* Increase BUILD_MIN_BIOSTABLE for large romsGerd Hoffmann2021-06-041-0/+4
* ldnoexec: Add script to remove ET_EXEC flag from intermediate build objectsKevin O'Connor2020-07-241-0/+32
* build: Use git describe --alwaysKevin O'Connor2018-02-271-1/+1
* checkstack: Handle conditional checks at start of functionsKevin O'Connor2016-08-101-0/+5
* build: fix .text section address alignmentKevin O'Connor2016-02-191-4/+10
* build: fix typo in buildversion.pyRoger Pau Monne2015-12-281-1/+1
* acpi: Remove build check for iaslKevin O'Connor2015-11-191-13/+0
* acpi_extract: Make the generated .hex files more human readableKevin O'Connor2015-11-191-4/+11
* acpi_extract: Move main code to new function main()Kevin O'Connor2015-11-191-110/+115
* buildversion: Add debugging messagesKevin O'Connor2015-11-111-2/+19
* buildversion: Avoid subprocess.check_output() as that requires python2.7Kevin O'Connor2015-11-091-13/+19
* build: Allow official tarball builds to be considered "clean"Kevin O'Connor2015-10-231-2/+8
* build: Be more permissive in buildversion.py tool version scanKevin O'Connor2015-10-221-25/+23
* build: Generate "reproducible" version strings on "clean" buildsKevin O'Connor2015-10-151-4/+6
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-151-4/+43
* build: Rework version generation; don't allow make version overrideKevin O'Connor2015-10-152-31/+66
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* build: Support "make VERSION=xyz" to override the default build versionKevin O'Connor2015-06-031-6/+10
* Add multiboot support.Vladimir Serbinenko2015-06-011-0/+8
* checkstack: Minor - continue if not a regular asm lineKevin O'Connor2015-04-171-54/+54
* vgabios: Emulate "leal" instructionKevin O'Connor2015-04-111-3/+58
* checkrom: Fix typo in error messageAndreas Färber2015-03-201-1/+1
* checkstack: Prefer passing "function" class instead of function addressKevin O'Connor2015-03-191-15/+13
* checkstack: Simplify yield calculationsKevin O'Connor2015-03-191-33/+21
* checkstack: Replace function information tuple with classKevin O'Connor2015-03-191-69/+77
* checkstack: Handle callw instructionKevin O'Connor2015-01-191-0/+2
* readserial: Enhance pipe supportKevin O'Connor2015-01-011-15/+14
* 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.rel-1.7.5Kevin 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