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
/
layoutrom.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Minor - fix comments referring to old tools/ directory.
Kevin O'Connor
2014-06-11
1
-1
/
+1
*
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
*
build: Be careful with unicode and byte strings for python3 compatibility.
Johannes Krampf
2014-01-20
1
-7
/
+7
*
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
1
-2
/
+2
*
build: Make print statements in scripts python3 compatible.
Johannes Krampf
2014-01-20
1
-16
/
+16
*
Separate out sec32init sections even when not doing code relocation.
Kevin O'Connor
2013-12-07
1
-19
/
+34
*
Rename tools/ directory to scripts/ directory.
Kevin O'Connor
2013-08-17
1
-0
/
+693