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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates to TODO items.
rel-0.2.3
Kevin O'Connor
2008-06-28
1
-3
/
+3
*
Set BIOS checksum at 0xfffff.
Kevin O'Connor
2008-06-28
1
-0
/
+3
*
Improve some debugging output.
Kevin O'Connor
2008-06-28
8
-69
/
+50
*
Scan for and relocate mptable when using coreboot.
Kevin O'Connor
2008-06-21
2
-1
/
+38
*
Convert '\n' to '\r\n' on debug serial output.
Kevin O'Connor
2008-06-21
1
-1
/
+4
*
Add code (currently disabled) to mask run away irqs.
Kevin O'Connor
2008-06-21
6
-31
/
+99
*
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
2008-06-21
4
-1
/
+31
*
PCI fixes
Kevin O'Connor
2008-06-21
3
-28
/
+34
*
Make 0xa0000 - 0x10000 a "gap" in the e820 map.
Kevin O'Connor
2008-06-21
3
-2
/
+8
*
Minor enhancement to disk failure reporting.
Kevin O'Connor
2008-06-21
1
-3
/
+3
*
Fixup bios.bin.elf building on other versions of ld.
Kevin O'Connor
2008-06-20
1
-1
/
+1
*
Add header guard around pic.h
Kevin O'Connor
2008-06-18
1
-0
/
+4
*
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
2008-06-14
12
-77
/
+165
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
10
-27
/
+57
*
Wait for RDY bit when resetting ata hard drives.
Kevin O'Connor
2008-06-12
1
-0
/
+9
*
Support relocating coreboot generated acpi rsdp and pir tables.
Kevin O'Connor
2008-06-12
1
-7
/
+77
*
Generate PIR table at post time.
Kevin O'Connor
2008-06-12
6
-114
/
+127
*
Add config option CONFIG_ACPI for turning off ACPI table generation.
Kevin O'Connor
2008-06-12
2
-1
/
+6
*
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
Kevin O'Connor
2008-06-11
12
-484
/
+511
*
Move PIR table definitions to pcibios.h.
Kevin O'Connor
2008-06-11
3
-28
/
+43
*
Support auto-merging e820 maps of same type.
Kevin O'Connor
2008-06-11
1
-10
/
+25
*
Enhance e820 memory map generation - include files missing from last commit.
Kevin O'Connor
2008-06-08
3
-0
/
+299
*
Enhance e820 memory map generation.
Kevin O'Connor
2008-06-08
8
-82
/
+65
*
Move debugging messages to appropriate functions.
Kevin O'Connor
2008-06-08
6
-11
/
+11
*
Separate out ram shadow code and permit more code to write to bios.
Kevin O'Connor
2008-06-08
5
-81
/
+137
*
Properly save/restore %esp high bits.
Kevin O'Connor
2008-06-08
1
-2
/
+33
*
Misc minor updates.
Kevin O'Connor
2008-06-07
3
-2
/
+16
*
Do proper delays when switching devices.
Kevin O'Connor
2008-06-07
1
-27
/
+40
*
APM fixes; don't save/clear/restore %esp high bits.
Kevin O'Connor
2008-06-07
2
-11
/
+14
*
Introduce set_fail_silent() helpers.
Kevin O'Connor
2008-06-07
3
-5
/
+17
*
Serial debugging code must not access BDA.
Kevin O'Connor
2008-06-07
4
-47
/
+27
*
Verify that option roms don't try to move the ebda block.
Kevin O'Connor
2008-06-07
1
-0
/
+5
*
Update PCI devid of PIR table.
Kevin O'Connor
2008-06-07
1
-4
/
+6
*
Improvements to checkstack.py tool.
Kevin O'Connor
2008-06-07
1
-11
/
+34
*
Support config option to disable APM BIOS calls.
Kevin O'Connor
2008-05-26
2
-0
/
+7
*
Fix bug causing ata_reset to not wait for BSY to clear.
Kevin O'Connor
2008-05-26
1
-16
/
+15
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
12
-51
/
+72
*
PCI enhancements.
Kevin O'Connor
2008-05-24
6
-106
/
+131
*
Minor cleanup - use usecs instead of msecs.
Kevin O'Connor
2008-05-24
1
-2
/
+2
*
Implement usleep using real time clock.
Kevin O'Connor
2008-05-18
5
-56
/
+109
*
Don't initialize keyboard hardware on coreboot - coreboot already does it.
Kevin O'Connor
2008-05-18
1
-0
/
+4
*
Initial support for coreboot.
Kevin O'Connor
2008-05-18
7
-18
/
+55
*
Cleanup ata hard drive detection.
Kevin O'Connor
2008-05-18
1
-140
/
+134
*
Establish boot order in post stage.
Kevin O'Connor
2008-05-18
4
-20
/
+15
*
Auto-detect equipment byte info - don't require nvram.
Kevin O'Connor
2008-05-18
2
-12
/
+19
*
Auto detect EBDA_SIZE from size of data structure.
Kevin O'Connor
2008-05-18
2
-2
/
+3
*
Unify memory size detection.
Kevin O'Connor
2008-05-17
4
-64
/
+53
*
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
2008-05-14
7
-38
/
+57
*
Sync rombios32.c with bochs cvs.
Kevin O'Connor
2008-05-13
1
-13
/
+14
*
Fix typo in clock.c outb_cmos call.
Kevin O'Connor
2008-05-13
1
-2
/
+2
[next]