index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-20
Improve USB EHCI timing.
Kevin O'Connor
1
-7
/
+17
2010-03-20
Disable inlining on old compilers.
Kevin O'Connor
1
-0
/
+1
2010-03-20
Force use of indirect function calls in inline assembler.
Kevin O'Connor
3
-9
/
+8
2010-03-20
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
4
-6
/
+28
2010-03-20
Call to int1552 (from int1346) should set regs->dl.
Kevin O'Connor
1
-0
/
+1
2010-03-20
Adjust debug levels of device discovery.
Kevin O'Connor
4
-4
/
+6
2010-03-20
Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.
Kevin O'Connor
4
-10
/
+10
2010-03-15
Restore segment limits in handle_1589 code.
Kevin O'Connor
1
-0
/
+5
2010-03-13
Extend time for rtc to be ready.
Kevin O'Connor
1
-7
/
+8
2010-03-13
Backup and restore registers when calling out to user funcs.
Kevin O'Connor
2
-7
/
+12
2010-03-13
Enable irqs in kbd/clock calls that caller might "spin" on.
Kevin O'Connor
2
-0
/
+4
2010-03-13
Process event on ps2 keyboard irq even if event already read.
Kevin O'Connor
1
-19
/
+27
2010-03-13
Revert "Unify ps2 port data processing."
Kevin O'Connor
1
-32
/
+26
2010-03-13
Handle variable length return of ps2 port GETID command.
Kevin O'Connor
1
-1
/
+24
2010-03-13
Prevent ps2 irqs from messing up ps2 init.
Kevin O'Connor
1
-0
/
+3
2010-03-13
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
4
-65
/
+68
2010-03-13
Fix smp cpu detect on gcc 4.5.
Kevin O'Connor
1
-1
/
+2
2010-03-09
Add USB EHCI controller support.
Kevin O'Connor
9
-21
/
+1012
2010-03-09
Some USB UHCI and OHCI fixes and cleanups.
Kevin O'Connor
3
-27
/
+46
2010-03-09
Minor - USB OHCI interrupt queue should be one larger.
Kevin O'Connor
1
-1
/
+1
2010-03-09
Reduce size of USB 'struct uhci_td'.
Kevin O'Connor
2
-10
/
+8
2010-03-09
Dynamically allocate USB controller structures.
Kevin O'Connor
6
-185
/
+199
2010-03-09
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
9
-183
/
+151
2010-03-09
Further parallelize USB init by launching a thread per usb port.
Kevin O'Connor
6
-221
/
+350
2010-02-28
Introduce simple "mutex" locking code.
Kevin O'Connor
2
-0
/
+23
2010-02-28
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
13
-175
/
+429
2010-02-28
Add a generic "internal error" warning function.
Kevin O'Connor
2
-0
/
+11
2010-02-28
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
8
-177
/
+187
2010-02-21
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
10
-134
/
+71
2010-02-21
Seabios e820 reservation portion v3
Jes Sorensen
3
-1
/
+38
2010-02-17
Initial support for booting from USB drives.
Kevin O'Connor
11
-3
/
+478
2010-02-17
Introduce helper functions for finding USB end-points.
Kevin O'Connor
3
-18
/
+57
2010-02-17
USB UHCI cleanups.
Kevin O'Connor
2
-8
/
+24
2010-02-17
Minor - arrange struct drive_s to clarify field roles.
Kevin O'Connor
1
-11
/
+12
2010-02-17
Fix off by one error in strtcpy.
Kevin O'Connor
1
-1
/
+1
2010-02-17
Don't require a valid physical cylinders/heads/spt for logical mapping.
Kevin O'Connor
1
-7
/
+10
2010-02-17
Move common "command data block" functions to new file blockcmd.c.
Kevin O'Connor
4
-66
/
+82
2010-02-15
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
8
-57
/
+43
2010-02-15
Add common "block command" definitions and update cdrom code.
Kevin O'Connor
4
-65
/
+107
2010-02-15
Optimize ntohl() code.
Kevin O'Connor
1
-7
/
+15
2010-02-15
Minor - sort ATA CMD definitions.
Kevin O'Connor
1
-48
/
+48
2010-02-15
Initial support for USB hubs.
Kevin O'Connor
4
-4
/
+207
2010-02-14
Minor - increase debug level of some USB debug statements.
Kevin O'Connor
2
-2
/
+2
2010-02-14
Don't leave USB UHCI ports disabled for extended time during reset.
Kevin O'Connor
1
-3
/
+9
2010-02-14
Don't parallelize USB OHCI root port reset.
Kevin O'Connor
1
-21
/
+32
2010-02-14
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
17
-75
/
+91
2010-02-14
Add symbolic definitions for USB delays.
Kevin O'Connor
4
-5
/
+15
2010-02-13
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
8
-36
/
+79
2010-02-13
Add some ASSERT32FLAT() to help compiler eliminate dead code.
Kevin O'Connor
3
-0
/
+3
2010-02-13
seabios: acpi: fix memory leak in build_srat().
Isaku Yamahata
1
-0
/
+2
[next]