1. e438b0c Further parallelize init when using CONFIG_THREAD_OPTIONROMS. by Kevin O'Connor · 14 years ago
  2. f59b5ac Handle unknown function addresses in tools/checkstack.py. by Kevin O'Connor · 14 years ago
  3. 9ba1dea Simplify build by manually resolving external symbols in layoutrom.py. by Kevin O'Connor · 14 years ago
  4. 698d3f9 USB EHCI should yield() whil waiting for controller to ack reset. by Kevin O'Connor · 14 years ago
  5. f9a774c Add __attribute__((__malloc__)) declaration to internal malloc funcs. by Kevin O'Connor · 14 years ago
  6. b7045ce Minor - remove redundant check from ata_try_dma. by Kevin O'Connor · 14 years ago
  7. 67f6d37 Fix possible unitialized variable issue in usb msc. by Kevin O'Connor · 14 years ago
  8. a7eb8fc Some improvements to optionrom preemption support. by Kevin O'Connor · 14 years ago
  9. d28b0fe Refactor USB hub code. by Kevin O'Connor · 14 years ago
  10. ba28541 Prep version for next release. by Kevin O'Connor · 14 years ago
  11. 12bffd5 Update version to 0.6.0. by Kevin O'Connor · 14 years ago rel-0.6.0
  12. 87ab2fb Improve USB EHCI timing. by Kevin O'Connor · 14 years ago
  13. d705e5a Disable inlining on old compilers. by Kevin O'Connor · 14 years ago
  14. bca0736 Force use of indirect function calls in inline assembler. by Kevin O'Connor · 14 years ago
  15. d7eb27e Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS). by Kevin O'Connor · 14 years ago
  16. 7415270 Call to int1552 (from int1346) should set regs->dl. by Kevin O'Connor · 14 years ago
  17. 9dc243e Adjust debug levels of device discovery. by Kevin O'Connor · 14 years ago
  18. d9c9361 Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT. by Kevin O'Connor · 14 years ago
  19. c35e1e5 Restore segment limits in handle_1589 code. by Kevin O'Connor · 14 years ago
  20. 11cc662 Extend time for rtc to be ready. by Kevin O'Connor · 14 years ago
  21. 4ed378a Backup and restore registers when calling out to user funcs. by Kevin O'Connor · 14 years ago
  22. 68c5139 Enable irqs in kbd/clock calls that caller might "spin" on. by Kevin O'Connor · 14 years ago
  23. f628244 Process event on ps2 keyboard irq even if event already read. by Kevin O'Connor · 14 years ago
  24. a5d8458 Revert "Unify ps2 port data processing." by Kevin O'Connor · 14 years ago
  25. b9ed5e2 Handle variable length return of ps2 port GETID command. by Kevin O'Connor · 14 years ago
  26. 67a9eec Prevent ps2 irqs from messing up ps2 init. by Kevin O'Connor · 14 years ago
  27. 6704cf9 Revert "Rework disabling of ps2 port irqs." by Kevin O'Connor · 14 years ago
  28. 808939c Fix smp cpu detect on gcc 4.5. by Kevin O'Connor · 14 years ago
  29. a979c1c Improvements to tools/checkstack.py. by Kevin O'Connor · 14 years ago
  30. 190cc62 Add USB EHCI controller support. by Kevin O'Connor · 14 years ago
  31. 0770d67 Some USB UHCI and OHCI fixes and cleanups. by Kevin O'Connor · 14 years ago
  32. bfe7ca7 Minor - USB OHCI interrupt queue should be one larger. by Kevin O'Connor · 14 years ago
  33. 09e2f7c Reduce size of USB 'struct uhci_td'. by Kevin O'Connor · 14 years ago
  34. 406fad6 Dynamically allocate USB controller structures. by Kevin O'Connor · 14 years ago
  35. 4547eb9 Replace USB encoded 'u32 endp' scheme with explicit struct fields. by Kevin O'Connor · 14 years ago
  36. 8ebcac0 Further parallelize USB init by launching a thread per usb port. by Kevin O'Connor · 14 years ago
  37. e908665 Introduce simple "mutex" locking code. by Kevin O'Connor · 14 years ago
  38. 3b79f8b Only compile usb-hub.c and paravirt.c with 32bit code. by Kevin O'Connor · 14 years ago
  39. 357bdfa Prefer passing a USB "pipe" structure over a USB endp encoding. by Kevin O'Connor · 14 years ago
  40. 7fb8ba8 Add a generic "internal error" warning function. by Kevin O'Connor · 14 years ago
  41. 8f469b9 Dynamically allocate ata_channel info; introduce custom atadrive_s struct. by Kevin O'Connor · 14 years ago
  42. 575ffc8 Cleanup - build drive description in temp memory during init. by Kevin O'Connor · 14 years ago
  43. 0360e8e Seabios e820 reservation portion v3 by Jes Sorensen · 14 years ago
  44. 7149fc8 Initial support for booting from USB drives. by Kevin O'Connor · 14 years ago
  45. 3c160dd Introduce helper functions for finding USB end-points. by Kevin O'Connor · 14 years ago
  46. 9571439 USB UHCI cleanups. by Kevin O'Connor · 14 years ago
  47. a4bd919 Minor - arrange struct drive_s to clarify field roles. by Kevin O'Connor · 14 years ago
  48. dac46b1 Fix off by one error in strtcpy. by Kevin O'Connor · 14 years ago
  49. d2d1de0 Don't require a valid physical cylinders/heads/spt for logical mapping. by Kevin O'Connor · 14 years ago
  50. 76977b2 Move common "command data block" functions to new file blockcmd.c. by Kevin O'Connor · 14 years ago
  51. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 14 years ago
  52. 525be69 Add *.pyc to .gitignore. by Kevin O'Connor · 14 years ago
  53. 7d70025 Add common "block command" definitions and update cdrom code. by Kevin O'Connor · 14 years ago
  54. 68caaa7 Optimize ntohl() code. by Kevin O'Connor · 14 years ago
  55. 42157c8 Minor - sort ATA CMD definitions. by Kevin O'Connor · 14 years ago
  56. 54671c1 Initial support for USB hubs. by Kevin O'Connor · 14 years ago
  57. 7852331 Minor - increase debug level of some USB debug statements. by Kevin O'Connor · 14 years ago
  58. ba94a68 Don't leave USB UHCI ports disabled for extended time during reset. by Kevin O'Connor · 14 years ago
  59. 49a0aa6 Don't parallelize USB OHCI root port reset. by Kevin O'Connor · 14 years ago
  60. cfdc13f Introduce standard warnings for allocation failures and timeouts. by Kevin O'Connor · 14 years ago
  61. 8bbc79c Add symbolic definitions for USB delays. by Kevin O'Connor · 14 years ago
  62. 991eaff Support USB interrupt schedules on OHCI and UHCI. by Kevin O'Connor · 14 years ago
  63. 59c7574 Add some ASSERT32FLAT() to help compiler eliminate dead code. by Kevin O'Connor · 14 years ago
  64. e1920be seabios: acpi: fix memory leak in build_srat(). by Isaku Yamahata · 14 years ago
  65. 84a4d4b Support USB keyboard auto-repeat. by Kevin O'Connor · 14 years ago
  66. bf7f1f3 mptable: Pull cpuid_signature/features setting out of loop. by Kevin O'Connor · 14 years ago
  67. 6f702dd Rework disabling of ps2 port irqs. by Kevin O'Connor · 15 years ago
  68. 2d3f0f5 Go back to using 0xf0000000 for PCI memory start. by Kevin O'Connor · 15 years ago
  69. 41c0957 Read APIC version from APIC instead of using a hard-coded value. by Magnus Christensson · 15 years ago
  70. 7a98fd0 Work around bochs floppy issue with wait_irq(). by Kevin O'Connor · 15 years ago
  71. 4d07902 Add CONFIG_ATA_DMA option; default to off for now. by Kevin O'Connor · 15 years ago
  72. 3012af1 Fix PkgLength calculation for the SSDT. by Magnus Christensson · 15 years ago
  73. 92a5742 Add explicit Program Headers to linker scripts. by Kevin O'Connor · 15 years ago
  74. 6fc91b2 Prep version for next release. by Kevin O'Connor · 15 years ago
  75. 5da6833 Update version to 0.5.1 by Kevin O'Connor · 15 years ago rel-0.5.1
  76. 669c991 Fix sign error preventing incorrect memory over 4gig calculation. by Kevin O'Connor · 15 years ago
  77. 7e6bd3e Minor - better indent assembler in int1587. by Kevin O'Connor · 15 years ago
  78. 48cf232 Add comment explaining why mptable is in low memory. by Kevin O'Connor · 15 years ago
  79. 643062f Add int1589 support. by Kevin O'Connor · 15 years ago
  80. 085debd Set FDPT in irq table even for small drives. by Kevin O'Connor · 15 years ago
  81. 7c1b186 Reduce #ifs by weeding out some cross-chunk function definitions. by Kevin O'Connor · 15 years ago
  82. f9b25d3 Fix vgahook sign issue; add warning to build to catch future cases. by Kevin O'Connor · 15 years ago
  83. 3862b2d vgabios: Fix compile error due to fixed prototypes. by Kevin O'Connor · 15 years ago
  84. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  85. b5bb9db mptable: Reset pinmask on new bus or device. by Kevin O'Connor · 15 years ago
  86. 8918989 Detect latest FC12 gcc -combine breakage. by Kevin O'Connor · 15 years ago
  87. c9d3c2d Minor vga binary cleanups. by Kevin O'Connor · 15 years ago
  88. 9a8609f Make MTRR region 0xc0000-0x100000 be cached. by Kevin O'Connor · 15 years ago
  89. fdca418 Force a link error if a function is used from the wrong code chunk. by Kevin O'Connor · 15 years ago
  90. dad41d9 Add __noreturn define for __attribute__((noreturn)). by Kevin O'Connor · 15 years ago
  91. c003148 Implement native 32bit APM support. by Kevin O'Connor · 15 years ago
  92. 5c99b6c Commit compiled dsdt file; misc comment updates. by Kevin O'Connor · 15 years ago
  93. 29f4b91 prevent acpi from rerouting SCI interrupt by Gleb Natapov · 15 years ago
  94. 4c94b7e enumerate all PCI buses in mptable by Gleb Natapov · 15 years ago
  95. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 15 years ago
  96. eda2c83 Only add "addr32" to memory accesses that require them. by Kevin O'Connor · 15 years ago
  97. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  98. fe2c3ee Allocate smbios in temp space and copy into final location. by Kevin O'Connor · 15 years ago
  99. b164d2c Clear user reserved interrupts (0x60-0x66). by Kevin O'Connor · 15 years ago
  100. d9104ff Remove pci_bios_bigmem_addr; set pci_bios_mem_addr=0xe0000000 by Kevin O'Connor · 15 years ago