1. 7859eda Minor - move ACPI_HPET_ADDRESS definition to config.h. by Kevin O'Connor · 12 years ago
  2. 32f0387 Allow allocation of SMBIOS table in f-segment if it is small. by Kevin O'Connor · 12 years ago
  3. 77b8536 pci: set BUILD_PCIMEM_START to 0xe0000000 by Gerd Hoffmann · 12 years ago
  4. 60a348b pci: cleanup config.h by Gerd Hoffmann · 12 years ago
  5. 96f64f8 Remove support for compiling in OPTIONROM_VENDEV_1/2. by Kevin O'Connor · 12 years ago
  6. 1efb10b Expand user configurable parameters in Kconfig. by Kevin O'Connor · 13 years ago
  7. 3dba4c2 Support non-local build directory - allow "make OUT=abc/" to work. by Kevin O'Connor · 13 years ago
  8. 713be89 Start using Kconfig to configure SeaBIOS settings. by Kevin O'Connor · 13 years ago
  9. d52fdf6 add ahci support by Gerd Hoffmann · 13 years ago
  10. 7f55fd3 Move the 32bit init code to high memory at runtime. by Kevin O'Connor · 13 years ago
  11. 48f5f8b Default bootsplash on (for coreboot users). by Kevin O'Connor · 13 years ago
  12. 8d85eb1 Autodetect video mode based on bootsplash jpeg dimensions. by Kevin O'Connor · 13 years ago
  13. 0a8eada seabios: pciinit: make pci bar assigner preferchable memory aware. by Isaku Yamahata · 13 years ago
  14. afbed1b Initial bootsplash support. by Kevin O'Connor · 13 years ago
  15. 89acfa3 Support for booting from virtio disks by Gleb Natapov · 14 years ago
  16. 0e88576 Add support for USB mice. by Kevin O'Connor · 14 years ago
  17. d9c9361 Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT. by Kevin O'Connor · 14 years ago
  18. 190cc62 Add USB EHCI controller support. by Kevin O'Connor · 14 years ago
  19. 8f469b9 Dynamically allocate ata_channel info; introduce custom atadrive_s struct. by Kevin O'Connor · 14 years ago
  20. 7149fc8 Initial support for booting from USB drives. by Kevin O'Connor · 14 years ago
  21. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 14 years ago
  22. 54671c1 Initial support for USB hubs. by Kevin O'Connor · 14 years ago
  23. 2d3f0f5 Go back to using 0xf0000000 for PCI memory start. by Kevin O'Connor · 14 years ago
  24. 4d07902 Add CONFIG_ATA_DMA option; default to off for now. by Kevin O'Connor · 14 years ago
  25. c003148 Implement native 32bit APM support. by Kevin O'Connor · 14 years ago
  26. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 14 years ago
  27. afc02da Add symbolic definitions for MTRR code. by Kevin O'Connor · 14 years ago
  28. bb62705 Disable CONFIG_OPTIONROMS_DEPLOYED by default by Anthony Liguori · 14 years ago
  29. dfefeb5 Distinguish between debug reports for unimplemented vs invalid calls. by Kevin O'Connor · 14 years ago
  30. 5787748 Move ps2 specific keyboard and mouse code to ps2port.c. by Kevin O'Connor · 14 years ago
  31. 9803280 Add experimental feature to run vga optionrom in parallel with init. by Kevin O'Connor · 14 years ago
  32. 494dfc6 Move SeaBIOS post/boot stack to avoid conflict with gPXE. by Kevin O'Connor · 14 years ago
  33. c604f2f Improve debugging output from threads. by Kevin O'Connor · 14 years ago
  34. a5826b5 Add simple cooperative threading scheme to allow parallel hw init. by Kevin O'Connor · 14 years ago
  35. 1c46a54 Expand USB OHCI support. by Kevin O'Connor · 14 years ago
  36. 59f0283 Add stubs for USB OHCI support. by Kevin O'Connor · 14 years ago
  37. 1bfcc76 Remove CONFIG_KVM compile option. by Kevin O'Connor · 14 years ago
  38. 114592f Initial support for USB, UHCI, and USB Keyboards. by Kevin O'Connor · 14 years ago
  39. f416fe9 Add support for permanent low memory allocations. by Kevin O'Connor · 14 years ago
  40. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 14 years ago
  41. 0a0e42e Add floppy controllers to "drives" list also. by Kevin O'Connor · 14 years ago
  42. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 14 years ago
  43. b9e62d2 Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging. by Kevin O'Connor · 14 years ago
  44. 0bf9270 Add Post Memory Manager (PMM) support. by Kevin O'Connor · 14 years ago
  45. e54ee38 Add PMM stubs. by Kevin O'Connor · 14 years ago
  46. e773930 Add support for enabling ram in 0xc0000-0xf0000 area. by Kevin O'Connor · 14 years ago
  47. 2929c35 Add malloc_high/fseg() and rework bios table creation to use them. by Kevin O'Connor · 14 years ago
  48. 3528496 When enabling write access to 0xf0000, just copy from 0xffff0000. by Kevin O'Connor · 14 years ago
  49. d282af7 Add option for running vga rom during s3 resume. by Kevin O'Connor · 14 years ago
  50. 217d363 Add config option to set boot menu delay time. by Kevin O'Connor · 15 years ago
  51. 592323f Add LZMA decompression support to CBFS. by Kevin O'Connor · 15 years ago
  52. ffb81a4 Add option CONFIG_DISABLE_A20 to control disabling A20 on boot. by Kevin O'Connor · 15 years ago
  53. 4c0c85a Initial support for finding option roms in coreboot flash layout. by Kevin O'Connor · 15 years ago
  54. 75f49b3 Register int02 handler (nmi); disable NMI by default. by Kevin O'Connor · 15 years ago
  55. 6707c30 Support multiple independent root buses (if known at compile time). by Kevin O'Connor · 15 years ago
  56. 32945af Don't 'autodetect' ATA PIO32 mode - use compile def instead. by Kevin O'Connor · 15 years ago
  57. 8e62a90 Increase default CONFIG_MAX_BIOSTABLE setting. by Kevin O'Connor · 15 years ago
  58. eac894d Don't mask irqs in default hardware irq handler. by Kevin O'Connor · 15 years ago
  59. af473a4 Don't declare a handler for int 0x1c - the default handler is sufficient. by Kevin O'Connor · 15 years ago
  60. b24c574 Add CONFIG_S3_RESUME to control support for S3 resume. by Kevin O'Connor · 15 years ago
  61. df2c19a Reserve space for buffers in f-segment; don't allocate from freespace. by Kevin O'Connor · 15 years ago
  62. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 15 years ago
  63. 202024a Layout fixed area using linker instead of assembler. by Kevin O'Connor · 15 years ago
  64. 7061eb6 Initial KVM support. by Kevin O'Connor · 15 years ago
  65. 8c0e372 The BDA is at segment 0x0040 not 0x0000. by Kevin O'Connor · 15 years ago
  66. 4d7c37e Support a relocatable ebda segment. by Kevin O'Connor · 15 years ago
  67. 0c3068d Initial PnP bios call support. by Kevin O'Connor · 15 years ago
  68. ffdc9ee Rework default hwirq handler so there is no confusion on which pic to eoi. by Kevin O'Connor · 15 years ago
  69. 9967ab7 Add initial S3 resume support. by Kevin O'Connor · 15 years ago
  70. f5c1161 Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR. by Kevin O'Connor · 15 years ago
  71. e682cbc Don't overwrite memory on smm init. by Kevin O'Connor · 15 years ago
  72. a06bfb6 Execute smp detect code in place instead of copying it. by Kevin O'Connor · 15 years ago
  73. 6e5b4a4 Call option roms in "big real mode". by Kevin O'Connor · 15 years ago
  74. 62eea67 Add additional PCI option rom checks. by Kevin O'Connor · 15 years ago
  75. bf5ff17 Move POST stack from 0xfffe to 0x7c00. by Kevin O'Connor · 15 years ago
  76. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 15 years ago
  77. ceea03c Overhaul option rom processing. by Kevin O'Connor · 15 years ago
  78. 1492708 Move 32bit segment defines from romlayout.S to config.h. by Kevin O'Connor · 15 years ago
  79. d995b3d Update e820 map in place instead of copying it. by Kevin O'Connor · 15 years ago
  80. eadf1ee Place .bss section in 0xf0000 segment. by Kevin O'Connor · 15 years ago
  81. cde7a58 Return max bus number in int 1a/b101 call. by Kevin O'Connor · 15 years ago
  82. 6cb8ba9 Remove CONFIG_QEMU option - breakout into other options. by Kevin O'Connor · 15 years ago
  83. 2ddcf18 Add config option to disable scanning for option roms. by Kevin O'Connor · 15 years ago
  84. 4096702 Add additional config options to remove parts of code. by Kevin O'Connor · 15 years ago
  85. d381702 Add option to disable mptable generation. by Kevin O'Connor · 15 years ago
  86. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 15 years ago
  87. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  88. 3129984 Clean up #ifdefs. by Kevin O'Connor · 15 years ago
  89. c541e1b Add code (currently disabled) to mask run away irqs. by Kevin O'Connor · 15 years ago
  90. 15c1f22 Support config driven debugging of each irq handler. by Kevin O'Connor · 15 years ago
  91. d8a1811 Add config option CONFIG_ACPI for turning off ACPI table generation. by Kevin O'Connor · 15 years ago
  92. 276d4a9 Move acpi code out of rombios32.c; clean up use of fixed memory addresses. by Kevin O'Connor · 15 years ago
  93. 22dfb85 Misc minor updates. by Kevin O'Connor · 15 years ago
  94. 7ba6b30 Support config option to disable APM BIOS calls. by Kevin O'Connor · 16 years ago
  95. ac8df8c Improve control of debug messages. by Kevin O'Connor · 16 years ago
  96. 0f803e4 PCI enhancements. by Kevin O'Connor · 16 years ago
  97. f64f0db Initial support for coreboot. by Kevin O'Connor · 16 years ago
  98. 7453453 Use a linker script for 16bit code. by Kevin O'Connor · 16 years ago
  99. 1812e20 Add support for sending debug messages to a serial port. by Kevin O'Connor · 16 years ago
  100. d9b0659 This patch does: by Kevin O'Connor · 16 years ago