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