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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance tools/readserial.py to support reading from a pipe.
Kevin O'Connor
2010-08-28
1
-12
/
+31
*
Make tools/transdump.py more resilient to unknown input.
Kevin O'Connor
2010-08-28
1
-2
/
+2
*
Add tools/trandump.py tool for converting hexdump() output.
Kevin O'Connor
2010-07-30
1
-0
/
+50
*
Handle unknown function addresses in tools/checkstack.py.
Kevin O'Connor
2010-05-01
1
-17
/
+16
*
Simplify build by manually resolving external symbols in layoutrom.py.
Kevin O'Connor
2010-05-01
3
-201
/
+231
*
Improvements to tools/checkstack.py.
Kevin O'Connor
2010-03-09
1
-34
/
+113
*
Detect latest FC12 gcc -combine breakage.
Kevin O'Connor
2010-01-03
1
-0
/
+1
*
Force a link error if a function is used from the wrong code chunk.
Kevin O'Connor
2010-01-01
1
-12
/
+15
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
2
-47
/
+93
*
Fix potential build failure due to text16 section being too large.
Kevin O'Connor
2009-12-19
2
-17
/
+21
*
Enhance readserial.py to try to account for host time offsets.
Kevin O'Connor
2009-12-12
1
-8
/
+12
*
Fix timing in readserial.py - use 10 bits per byte.
Kevin O'Connor
2009-12-05
1
-1
/
+4
*
Enhance readserial.py to note when resetting timer.
Kevin O'Connor
2009-12-05
1
-2
/
+4
*
Test for broken gcc -combine on FC12.
Kevin O'Connor
2009-11-20
1
-4
/
+27
*
Allow rom to grow beyond 64K.
Kevin O'Connor
2009-09-20
2
-49
/
+131
*
Fix bug causing layoutrom.py to break if no rodata sections.
Kevin O'Connor
2009-08-18
1
-1
/
+1
*
Update tools/checkstack.py - new compilers set %ebp in preamble.
Kevin O'Connor
2009-08-09
1
-0
/
+3
*
Add descriptions to the gcc tests in tools/test-gcc.sh.
Kevin O'Connor
2009-06-30
1
-3
/
+14
*
Enhance gcc test for visible variables with -fwhole-program.
Kevin O'Connor
2009-06-26
1
-0
/
+1
*
Minor - clarify disabling "-combine" warning.
Kevin O'Connor
2009-06-15
1
-2
/
+1
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
1
-23
/
+8
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
1
-4
/
+3
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
1
-23
/
+145
*
checkstack.py should not match pushaw on stack usage check.
Kevin O'Connor
2009-06-10
1
-1
/
+1
*
Keep relocated 16bit code so checkstack can use it.
Kevin O'Connor
2009-05-27
1
-1
/
+1
*
Pack 16bit code into last part of f-segment.
Kevin O'Connor
2009-05-23
2
-23
/
+44
*
Add missing tools/buildrom.py script.
Kevin O'Connor
2009-05-14
1
-0
/
+43
*
Add tools/checksum.py tool.
Kevin O'Connor
2009-05-13
1
-0
/
+16
*
Fix auto-restart timeout in tools/readserial.py
Kevin O'Connor
2009-04-26
1
-4
/
+4
*
Enhance test-gcc.sh.
Kevin O'Connor
2009-04-19
1
-4
/
+4
*
Add new tool - tools/readserial.py.
Kevin O'Connor
2009-04-19
1
-0
/
+101
*
Use CC consistently in test-gcc.sh script.
Kevin O'Connor
2009-03-27
1
-1
/
+1
*
Enhance gcc checks.
Kevin O'Connor
2009-03-27
1
-4
/
+23
*
Expand gcc tests.
Kevin O'Connor
2009-03-26
2
-23
/
+50
*
Minor - rename BX_PANIC to panic.
Kevin O'Connor
2009-02-08
1
-2
/
+2
*
Enhance makefile to autodetect if AVOIDCOMBINE is needed.
Kevin O'Connor
2009-01-25
1
-0
/
+23
*
Minor - improve space used reporting in tools/layoutrom.py.
Kevin O'Connor
2009-01-19
1
-6
/
+6
*
Have layoutrom.py show info on utilization of fixed area.
Kevin O'Connor
2009-01-17
1
-5
/
+21
*
Try to automatically fit sections into open spaces in the fixed area.
Kevin O'Connor
2009-01-17
2
-27
/
+92
*
Layout fixed area using linker instead of assembler.
Kevin O'Connor
2009-01-17
2
-11
/
+76
*
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
2009-01-01
1
-2
/
+2
*
Add tool for generating assembler offset definition file.
Kevin O'Connor
2008-11-16
1
-0
/
+17
*
Misc minor cleanups.
Kevin O'Connor
2008-10-26
1
-2
/
+2
*
Change checkstack.py tool - key functions by address instead of name.
Kevin O'Connor
2008-07-13
1
-45
/
+48
*
Show percent space of C code used in checkrom.py.
Kevin O'Connor
2008-07-12
1
-2
/
+4
*
Relinking rom32.o twice seems flaky - make third link stage.
Kevin O'Connor
2008-07-06
1
-5
/
+10
*
Ensure proper alignment of subsections.
Kevin O'Connor
2008-07-05
1
-2
/
+5
*
Use ld to build final rom; remove custom build utilities.
Kevin O'Connor
2008-07-05
3
-144
/
+33
*
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
2008-07-04
1
-2
/
+3
*
Add hack to prevent checkstack.py from infinitely recursing (with bad input).
Kevin O'Connor
2008-07-04
1
-0
/
+1
[next]