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
*
Update version to 0.6.0.
rel-0.6.0
Kevin O'Connor
2010-03-26
1
-1
/
+1
*
Improve USB EHCI timing.
Kevin O'Connor
2010-03-20
1
-7
/
+17
*
Disable inlining on old compilers.
Kevin O'Connor
2010-03-20
2
-1
/
+2
*
Force use of indirect function calls in inline assembler.
Kevin O'Connor
2010-03-20
3
-9
/
+8
*
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
2010-03-20
4
-6
/
+28
*
Call to int1552 (from int1346) should set regs->dl.
Kevin O'Connor
2010-03-20
1
-0
/
+1
*
Adjust debug levels of device discovery.
Kevin O'Connor
2010-03-20
4
-4
/
+6
*
Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.
Kevin O'Connor
2010-03-20
4
-10
/
+10
*
Restore segment limits in handle_1589 code.
Kevin O'Connor
2010-03-15
1
-0
/
+5
*
Extend time for rtc to be ready.
Kevin O'Connor
2010-03-13
1
-7
/
+8
*
Backup and restore registers when calling out to user funcs.
Kevin O'Connor
2010-03-13
2
-7
/
+12
*
Enable irqs in kbd/clock calls that caller might "spin" on.
Kevin O'Connor
2010-03-13
2
-0
/
+4
*
Process event on ps2 keyboard irq even if event already read.
Kevin O'Connor
2010-03-13
1
-19
/
+27
*
Revert "Unify ps2 port data processing."
Kevin O'Connor
2010-03-13
1
-32
/
+26
*
Handle variable length return of ps2 port GETID command.
Kevin O'Connor
2010-03-13
1
-1
/
+24
*
Prevent ps2 irqs from messing up ps2 init.
Kevin O'Connor
2010-03-13
1
-0
/
+3
*
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
2010-03-13
4
-65
/
+68
*
Fix smp cpu detect on gcc 4.5.
Kevin O'Connor
2010-03-13
1
-1
/
+2
*
Improvements to tools/checkstack.py.
Kevin O'Connor
2010-03-09
1
-34
/
+113
*
Add USB EHCI controller support.
Kevin O'Connor
2010-03-09
10
-22
/
+1013
*
Some USB UHCI and OHCI fixes and cleanups.
Kevin O'Connor
2010-03-09
3
-27
/
+46
*
Minor - USB OHCI interrupt queue should be one larger.
Kevin O'Connor
2010-03-09
1
-1
/
+1
*
Reduce size of USB 'struct uhci_td'.
Kevin O'Connor
2010-03-09
2
-10
/
+8
*
Dynamically allocate USB controller structures.
Kevin O'Connor
2010-03-09
6
-185
/
+199
*
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
2010-03-09
9
-183
/
+151
*
Further parallelize USB init by launching a thread per usb port.
Kevin O'Connor
2010-03-09
6
-221
/
+350
*
Introduce simple "mutex" locking code.
Kevin O'Connor
2010-02-28
2
-0
/
+23
*
Only compile usb-hub.c and paravirt.c with 32bit code.
Kevin O'Connor
2010-02-28
1
-2
/
+2
*
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
2010-02-28
13
-175
/
+429
*
Add a generic "internal error" warning function.
Kevin O'Connor
2010-02-28
2
-0
/
+11
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
8
-177
/
+187
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
10
-134
/
+71
*
Seabios e820 reservation portion v3
Jes Sorensen
2010-02-21
3
-1
/
+38
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
12
-4
/
+479
*
Introduce helper functions for finding USB end-points.
Kevin O'Connor
2010-02-17
3
-18
/
+57
*
USB UHCI cleanups.
Kevin O'Connor
2010-02-17
2
-8
/
+24
*
Minor - arrange struct drive_s to clarify field roles.
Kevin O'Connor
2010-02-17
1
-11
/
+12
*
Fix off by one error in strtcpy.
Kevin O'Connor
2010-02-17
1
-1
/
+1
*
Don't require a valid physical cylinders/heads/spt for logical mapping.
Kevin O'Connor
2010-02-17
1
-7
/
+10
*
Move common "command data block" functions to new file blockcmd.c.
Kevin O'Connor
2010-02-17
5
-67
/
+83
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
8
-57
/
+43
*
Add *.pyc to .gitignore.
Kevin O'Connor
2010-02-15
1
-0
/
+1
*
Add common "block command" definitions and update cdrom code.
Kevin O'Connor
2010-02-15
4
-65
/
+107
*
Optimize ntohl() code.
Kevin O'Connor
2010-02-15
1
-7
/
+15
*
Minor - sort ATA CMD definitions.
Kevin O'Connor
2010-02-15
1
-48
/
+48
*
Initial support for USB hubs.
Kevin O'Connor
2010-02-15
5
-5
/
+208
*
Minor - increase debug level of some USB debug statements.
Kevin O'Connor
2010-02-14
2
-2
/
+2
*
Don't leave USB UHCI ports disabled for extended time during reset.
Kevin O'Connor
2010-02-14
1
-3
/
+9
*
Don't parallelize USB OHCI root port reset.
Kevin O'Connor
2010-02-14
1
-21
/
+32
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
17
-75
/
+91
[next]