1. faab1b3 Minor - always set %esp immediately after setting %ss. by Kevin O'Connor · 16 years ago
  2. 76f0bed Minor - improve space used reporting in tools/layoutrom.py. by Kevin O'Connor · 16 years ago
  3. 590e715 Fix apparent bug in 16bit resume code. by Kevin O'Connor · 16 years ago
  4. dfc18fc Fix apparent bug in pci bios handle_1ab10e function. by Kevin O'Connor · 16 years ago
  5. 235df20 Cleanup ps2 port reset handling. by Kevin O'Connor · 16 years ago
  6. b44a852 Cleanup keyboard reset handling. by Kevin O'Connor · 16 years ago
  7. 0d9e673 Add extra test for CONFIG_ATA in src/disk.c. by Kevin O'Connor · 16 years ago
  8. b24c574 Add CONFIG_S3_RESUME to control support for S3 resume. by Kevin O'Connor · 16 years ago
  9. 0b6f2eb Don't assume __call16_from32 and __call16 are linear in romlayout.S. by Kevin O'Connor · 16 years ago
  10. f509237 Fix minor bug in ps2port.c - can't check for -1 with unsigned return type. by Kevin O'Connor · 16 years ago
  11. df2c19a Reserve space for buffers in f-segment; don't allocate from freespace. by Kevin O'Connor · 16 years ago
  12. f5d025a Minor - don't force align the 32 bss. by Kevin O'Connor · 16 years ago
  13. d67a703 Put each assembler function into its own section. by Kevin O'Connor · 16 years ago
  14. db802ad Have layoutrom.py show info on utilization of fixed area. by Kevin O'Connor · 16 years ago
  15. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 16 years ago
  16. 095e89b Remove some unused IRQ_TRAMPOLINE definitions. by Kevin O'Connor · 16 years ago
  17. 711ddc6 Try to automatically fit sections into open spaces in the fixed area. by Kevin O'Connor · 16 years ago
  18. 202024a Layout fixed area using linker instead of assembler. by Kevin O'Connor · 16 years ago
  19. 9e91c7b Misc fixes. by Kevin O'Connor · 16 years ago
  20. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 16 years ago
  21. 7061eb6 Initial KVM support. by Kevin O'Connor · 16 years ago
  22. 0234cd9 Make sure ps2 port command reads are from the desired device. by Kevin O'Connor · 16 years ago
  23. 7bb3253 Silence the strict-aliasing warnings that older compilers emit. by Kevin O'Connor · 16 years ago
  24. 7cccf54 Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode. by Kevin O'Connor · 16 years ago
  25. 8c0e372 The BDA is at segment 0x0040 not 0x0000. by Kevin O'Connor · 16 years ago
  26. 0560034 Improve set_code_fail/floppy_ret/disk_ret code generation. by Kevin O'Connor · 16 years ago
  27. 6aa673d Fix bug in basic_access error path. by Kevin O'Connor · 16 years ago
  28. a83ff55 Reduce stack usage of hw irq handlers. by Kevin O'Connor · 16 years ago
  29. 7f34309 Switch to new stack when calling ATA function in 16bit mode. by Kevin O'Connor · 16 years ago
  30. 9646224 Tune gcc stack growth parameter. by Kevin O'Connor · 16 years ago
  31. 4524bf7 Use new 'struct disk_op_s' to issue ata requests. by Kevin O'Connor · 16 years ago
  32. 4a16ef6 Return CDEMU parameters to ebda segment (instead of using globals). by Kevin O'Connor · 16 years ago
  33. 0881537 Introduce GET/SET_EBDA2() macros - they take a cached ebda seg. by Kevin O'Connor · 16 years ago
  34. 92f95b0 Add more linker protections around variables accessed from 16bit mode. by Kevin O'Connor · 16 years ago
  35. c659fde Move IPL definitions from ebda to global variables. by Kevin O'Connor · 16 years ago
  36. 609da23 Move most of ATA and CDEMU from ebda to global variables. by Kevin O'Connor · 16 years ago
  37. e791636 Move ram size definitions from ebda to global variables. by Kevin O'Connor · 16 years ago
  38. 51358db Move pir table offset from ebda to a global variable. by Kevin O'Connor · 16 years ago
  39. 4a754b3 Add linker magic to ensure 16bit variables aren't repeated in 32bit code. by Kevin O'Connor · 16 years ago
  40. 4d7c37e Support a relocatable ebda segment. by Kevin O'Connor · 16 years ago
  41. 4735877 Enhance via vga hooks (based on patch from Rudolf Marek) by Kevin O'Connor · 16 years ago
  42. 0c3068d Initial PnP bios call support. by Kevin O'Connor · 16 years ago
  43. fb630a9 Fix bug in dequeue_key() refactor. by Kevin O'Connor · 16 years ago
  44. 3f57b5c Support multiple BCVs in a single option rom. by Kevin O'Connor · 16 years ago
  45. ffdc9ee Rework default hwirq handler so there is no confusion on which pic to eoi. by Kevin O'Connor · 16 years ago
  46. cc6a377 Make sure to manually export s3_resume() for old buggy gcc versions. by Kevin O'Connor · 16 years ago
  47. 9967ab7 Add initial S3 resume support. by Kevin O'Connor · 16 years ago
  48. c5b5036 Make sure %ss==%ds in resume handler call. by Kevin O'Connor · 16 years ago
  49. bb06df2 Use rtc for keyboard delay instaed of tsc. by Kevin O'Connor · 16 years ago
  50. 31bfad6 Don't turn off apic after smp detect; use cmos for smp count on emulators. by Kevin O'Connor · 16 years ago
  51. 993f9d3 Refactor dequeue_key() in keyboard code. by Kevin O'Connor · 16 years ago
  52. f5c1161 Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR. by Kevin O'Connor · 16 years ago
  53. b4f0e89 Cleanup of fixed space addresses. by Kevin O'Connor · 16 years ago
  54. 15157a3 Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...) by Kevin O'Connor · 16 years ago
  55. 4e6c970 Implement time based checks even when looping on an ioport. by Kevin O'Connor · 16 years ago
  56. 4bbd3b3 Minor - don't call smm_init() from init_bios_tables() by Kevin O'Connor · 16 years ago
  57. 9649a96 Various minor comment updates. by Kevin O'Connor · 16 years ago
  58. d19501e Fix boot when CONFIG_CDROM_BOOT is disabled. by Kevin O'Connor · 16 years ago
  59. 18e38b2 Improve support for old 16bit resume handlers. by Kevin O'Connor · 16 years ago
  60. e682cbc Don't overwrite memory on smm init. by Kevin O'Connor · 16 years ago
  61. a06bfb6 Execute smp detect code in place instead of copying it. by Kevin O'Connor · 16 years ago
  62. 9e82122 Makefile cleanups. by Kevin O'Connor · 16 years ago
  63. 6e5b4a4 Call option roms in "big real mode". by Kevin O'Connor · 16 years ago
  64. 62eea67 Add additional PCI option rom checks. by Kevin O'Connor · 16 years ago
  65. 4132e02 Don't allow start_bdf with new auto max bus detection code. by Kevin O'Connor · 16 years ago
  66. 53ab0b6 Only support IDE devices with pci class of PCI_CLASS_STORAGE_IDE. by Kevin O'Connor · 16 years ago
  67. 5a1b828 Enance support for PCI option roms. by Kevin O'Connor · 16 years ago
  68. e633832 Only touch PCI functions > 0 on multi-function devices; rescan max pci each time. by Kevin O'Connor · 16 years ago
  69. 3f168b6 Detect keyboard ctrl-alt-delete and try to reset machine. by Kevin O'Connor · 16 years ago
  70. dd3588f Fix bug on keyboard LED set. by Kevin O'Connor · 16 years ago
  71. acf1374 Don't reset .bss on reboots. by Kevin O'Connor · 16 years ago
  72. bc2aecd Implement tsc based delay timers, and use them throughout code. by Kevin O'Connor · 16 years ago
  73. cf89e66 Fix bug - bios writes must be enabled before max PCI bus detected. by Kevin O'Connor · 16 years ago
  74. d21c089 Enable a default hw irq handler. by Kevin O'Connor · 16 years ago
  75. 952974e Add tool for generating assembler offset definition file. by Kevin O'Connor · 16 years ago
  76. 3eac009 Define bit definitions for cr0 register. by Kevin O'Connor · 16 years ago
  77. d9a8b2d Cleanup a20 code. by Kevin O'Connor · 16 years ago
  78. 8820a10 Show PCI info when reporting ATA controllers. by Kevin O'Connor · 16 years ago
  79. e5a36d5 Increase debugging output in option rom processing. by Kevin O'Connor · 16 years ago
  80. 1a72e2e Disable a20 on 16bit calls. by Kevin O'Connor · 16 years ago
  81. bf5ff17 Move POST stack from 0xfffe to 0x7c00. by Kevin O'Connor · 16 years ago
  82. 37ef9ae Make sure to exit from cdrom_boot() if a cdrom is not found. by Kevin O'Connor · 16 years ago
  83. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 16 years ago
  84. ceea03c Overhaul option rom processing. by Kevin O'Connor · 16 years ago
  85. 1492708 Move 32bit segment defines from romlayout.S to config.h. by Kevin O'Connor · 16 years ago
  86. 2ed2f58 Synch pci ids and registers with Linux kernel source. by Kevin O'Connor · 16 years ago
  87. f782d60 Avoid casting EBDA variables ipl.description and pir_loc. by Kevin O'Connor · 16 years ago
  88. d995b3d Update e820 map in place instead of copying it. by Kevin O'Connor · 16 years ago
  89. 4a14d75 Rework READx_SEG/WRITEx_SEG macro type detection. by Kevin O'Connor · 16 years ago
  90. 1b7d884 Support .bss variables in 16bit code (ones that the 32bit code can set). by Kevin O'Connor · 16 years ago
  91. 7b49cd9 Add dprintf() status writes during startup of bios table inits. by Kevin O'Connor · 16 years ago
  92. eadf1ee Place .bss section in 0xf0000 segment. by Kevin O'Connor · 16 years ago
  93. 2fc90bd Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile. by Kevin O'Connor · 16 years ago
  94. 86cebee Fix cross compilation issues of seabios by Kevin O'Connor · 16 years ago
  95. 714325c Separate out and enhance option rom scanning code. by Kevin O'Connor · 16 years ago
  96. 970a032 Misc minor cleanups. by Kevin O'Connor · 16 years ago
  97. 9937386 Updates to TODO list. by Kevin O'Connor · 16 years ago
  98. 50cf4f1 Turn on cache as first step of post. by Kevin O'Connor · 16 years ago
  99. 59c35f2 Add support for more than 4Gig of ram. by Kevin O'Connor · 16 years ago
  100. 943f3be Synch ACPI DSDT with latest bochs bios. by Kevin O'Connor · 16 years ago