index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts: Remove python23compat.py
Kevin O'Connor
2021-12-19
3
-21
/
+3
*
readserial: Improve Python3 compatibility
Kevin O'Connor
2021-12-19
1
-17
/
+11
*
Increase BUILD_MIN_BIOSTABLE for large roms
Gerd Hoffmann
2021-06-04
1
-0
/
+4
*
ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects
Kevin O'Connor
2020-07-24
1
-0
/
+32
*
build: Use git describe --always
Kevin O'Connor
2018-02-27
1
-1
/
+1
*
checkstack: Handle conditional checks at start of functions
Kevin O'Connor
2016-08-10
1
-0
/
+5
*
build: fix .text section address alignment
Kevin O'Connor
2016-02-19
1
-4
/
+10
*
build: fix typo in buildversion.py
Roger Pau Monne
2015-12-28
1
-1
/
+1
*
acpi: Remove build check for iasl
Kevin O'Connor
2015-11-19
1
-13
/
+0
*
acpi_extract: Make the generated .hex files more human readable
Kevin O'Connor
2015-11-19
1
-4
/
+11
*
acpi_extract: Move main code to new function main()
Kevin O'Connor
2015-11-19
1
-110
/
+115
*
buildversion: Add debugging messages
Kevin O'Connor
2015-11-11
1
-2
/
+19
*
buildversion: Avoid subprocess.check_output() as that requires python2.7
Kevin O'Connor
2015-11-09
1
-13
/
+19
*
build: Allow official tarball builds to be considered "clean"
Kevin O'Connor
2015-10-23
1
-2
/
+8
*
build: Be more permissive in buildversion.py tool version scan
Kevin O'Connor
2015-10-22
1
-25
/
+23
*
build: Generate "reproducible" version strings on "clean" builds
Kevin O'Connor
2015-10-15
1
-4
/
+6
*
build: Report gcc and binutils versions in debug log
Kevin O'Connor
2015-10-15
1
-4
/
+43
*
build: Rework version generation; don't allow make version override
Kevin O'Connor
2015-10-15
2
-31
/
+66
*
Fix typos found by codespell
Stefan Weil
2015-10-09
1
-1
/
+1
*
build: Support "make VERSION=xyz" to override the default build version
Kevin O'Connor
2015-06-03
1
-6
/
+10
*
Add multiboot support.
Vladimir Serbinenko
2015-06-01
1
-0
/
+8
*
checkstack: Minor - continue if not a regular asm line
Kevin O'Connor
2015-04-17
1
-54
/
+54
*
vgabios: Emulate "leal" instruction
Kevin O'Connor
2015-04-11
1
-3
/
+58
*
checkrom: Fix typo in error message
Andreas Färber
2015-03-20
1
-1
/
+1
*
checkstack: Prefer passing "function" class instead of function address
Kevin O'Connor
2015-03-19
1
-15
/
+13
*
checkstack: Simplify yield calculations
Kevin O'Connor
2015-03-19
1
-33
/
+21
*
checkstack: Replace function information tuple with class
Kevin O'Connor
2015-03-19
1
-69
/
+77
*
checkstack: Handle callw instruction
Kevin O'Connor
2015-01-19
1
-0
/
+2
*
readserial: Enhance pipe support
Kevin O'Connor
2015-01-01
1
-15
/
+14
*
add scripts/tarball.sh
Gerd Hoffmann
2014-11-25
1
-0
/
+36
*
build: Support declaring 32bit C functions that must reside in the f-segment
Kevin O'Connor
2014-10-11
1
-5
/
+11
*
build: Update kconfig to version in Linux 3.16.
Kevin O'Connor
2014-08-25
22
-32
/
+48
*
build: Minor - fix comments referring to old tools/ directory.
Kevin O'Connor
2014-06-11
4
-4
/
+4
*
build: Get fixed address variables from 32bit compile pass (not 16bit)
Kevin O'Connor
2014-06-11
1
-4
/
+6
*
build: Only export needed fields in LayoutInfo in layoutrom.py.
Kevin O'Connor
2014-06-11
1
-63
/
+67
*
build: Use fileid instead of category to write sections in layoutrom.py.
Kevin O'Connor
2014-06-11
1
-21
/
+28
*
build: Keep segmented sections separate until final link step.
Kevin O'Connor
2014-06-11
1
-32
/
+20
*
build: Rework getRelocs() to use a hash instead of categories in layoutrom.py
Kevin O'Connor
2014-06-11
1
-19
/
+13
*
build: Refactor findInit() function.
Kevin O'Connor
2014-06-11
1
-28
/
+18
*
build: Use customized entry point for each type of build.
Kevin O'Connor
2014-06-11
1
-12
/
+15
*
build: Refactor layoutrom.py gc() function.
Kevin O'Connor
2014-06-11
1
-25
/
+15
*
build: Extract section visiting logic in layoutrom.py.
Kevin O'Connor
2014-06-11
1
-57
/
+60
*
build: Remove unused function getSectionsStart() from layoutrom.py.
Kevin O'Connor
2014-06-11
1
-5
/
+0
*
python3 fixes for vgabios and csm builds.
Kevin O'Connor
2014-05-27
2
-19
/
+19
*
scripts: Allow encodeint.py to take integers in hex notation.
Kevin O'Connor
2014-01-22
1
-1
/
+1
*
build: Update kconfig to version in Linux 3.13.
Kevin O'Connor
2014-01-22
11
-361
/
+392
*
build: Be careful with unicode and byte strings for python3 compatibility.
Johannes Krampf
2014-01-20
7
-18
/
+44
*
build: Avoid sort() on unordered classes for python3 compatibility.
Johannes Krampf
2014-01-20
1
-3
/
+4
*
build: Be explicit that we want integers when dividing for python3 compat.
Johannes Krampf
2014-01-20
3
-5
/
+5
*
build: Make print statements in scripts python3 compatible.
Johannes Krampf
2014-01-20
5
-38
/
+38
[next]