1. 217d363 Add config option to set boot menu delay time. by Kevin O'Connor · 14 years ago
  2. 592323f Add LZMA decompression support to CBFS. by Kevin O'Connor · 14 years ago
  3. ffb81a4 Add option CONFIG_DISABLE_A20 to control disabling A20 on boot. by Kevin O'Connor · 14 years ago
  4. 4c0c85a Initial support for finding option roms in coreboot flash layout. by Kevin O'Connor · 14 years ago
  5. 75f49b3 Register int02 handler (nmi); disable NMI by default. by Kevin O'Connor · 14 years ago
  6. 6707c30 Support multiple independent root buses (if known at compile time). by Kevin O'Connor · 14 years ago
  7. 32945af Don't 'autodetect' ATA PIO32 mode - use compile def instead. by Kevin O'Connor · 14 years ago
  8. 8e62a90 Increase default CONFIG_MAX_BIOSTABLE setting. by Kevin O'Connor · 14 years ago
  9. eac894d Don't mask irqs in default hardware irq handler. by Kevin O'Connor · 14 years ago
  10. af473a4 Don't declare a handler for int 0x1c - the default handler is sufficient. by Kevin O'Connor · 14 years ago
  11. b24c574 Add CONFIG_S3_RESUME to control support for S3 resume. by Kevin O'Connor · 14 years ago
  12. df2c19a Reserve space for buffers in f-segment; don't allocate from freespace. by Kevin O'Connor · 14 years ago
  13. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 14 years ago
  14. 202024a Layout fixed area using linker instead of assembler. by Kevin O'Connor · 14 years ago
  15. 7061eb6 Initial KVM support. by Kevin O'Connor · 14 years ago
  16. 8c0e372 The BDA is at segment 0x0040 not 0x0000. by Kevin O'Connor · 14 years ago
  17. 4d7c37e Support a relocatable ebda segment. by Kevin O'Connor · 14 years ago
  18. 0c3068d Initial PnP bios call support. by Kevin O'Connor · 14 years ago
  19. ffdc9ee Rework default hwirq handler so there is no confusion on which pic to eoi. by Kevin O'Connor · 14 years ago
  20. 9967ab7 Add initial S3 resume support. by Kevin O'Connor · 14 years ago
  21. f5c1161 Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR. by Kevin O'Connor · 14 years ago
  22. e682cbc Don't overwrite memory on smm init. by Kevin O'Connor · 14 years ago
  23. a06bfb6 Execute smp detect code in place instead of copying it. by Kevin O'Connor · 14 years ago
  24. 6e5b4a4 Call option roms in "big real mode". by Kevin O'Connor · 14 years ago
  25. 62eea67 Add additional PCI option rom checks. by Kevin O'Connor · 14 years ago
  26. bf5ff17 Move POST stack from 0xfffe to 0x7c00. by Kevin O'Connor · 15 years ago
  27. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 15 years ago
  28. ceea03c Overhaul option rom processing. by Kevin O'Connor · 15 years ago
  29. 1492708 Move 32bit segment defines from romlayout.S to config.h. by Kevin O'Connor · 15 years ago
  30. d995b3d Update e820 map in place instead of copying it. by Kevin O'Connor · 15 years ago
  31. eadf1ee Place .bss section in 0xf0000 segment. by Kevin O'Connor · 15 years ago
  32. cde7a58 Return max bus number in int 1a/b101 call. by Kevin O'Connor · 15 years ago
  33. 6cb8ba9 Remove CONFIG_QEMU option - breakout into other options. by Kevin O'Connor · 15 years ago
  34. 2ddcf18 Add config option to disable scanning for option roms. by Kevin O'Connor · 15 years ago
  35. 4096702 Add additional config options to remove parts of code. by Kevin O'Connor · 15 years ago
  36. d381702 Add option to disable mptable generation. by Kevin O'Connor · 15 years ago
  37. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 15 years ago
  38. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  39. 3129984 Clean up #ifdefs. by Kevin O'Connor · 15 years ago
  40. c541e1b Add code (currently disabled) to mask run away irqs. by Kevin O'Connor · 15 years ago
  41. 15c1f22 Support config driven debugging of each irq handler. by Kevin O'Connor · 15 years ago
  42. d8a1811 Add config option CONFIG_ACPI for turning off ACPI table generation. by Kevin O'Connor · 15 years ago
  43. 276d4a9 Move acpi code out of rombios32.c; clean up use of fixed memory addresses. by Kevin O'Connor · 15 years ago
  44. 22dfb85 Misc minor updates. by Kevin O'Connor · 15 years ago
  45. 7ba6b30 Support config option to disable APM BIOS calls. by Kevin O'Connor · 15 years ago
  46. ac8df8c Improve control of debug messages. by Kevin O'Connor · 15 years ago
  47. 0f803e4 PCI enhancements. by Kevin O'Connor · 15 years ago
  48. f64f0db Initial support for coreboot. by Kevin O'Connor · 15 years ago
  49. 7453453 Use a linker script for 16bit code. by Kevin O'Connor · 15 years ago
  50. 1812e20 Add support for sending debug messages to a serial port. by Kevin O'Connor · 15 years ago
  51. d9b0659 This patch does: by Kevin O'Connor · 15 years ago
  52. 438f635 Minor cleanups. by Kevin O'Connor · 15 years ago
  53. dfa1650 Breakout cdrom emulation support into CONFIG_CDROM_EMU. by Kevin O'Connor · 15 years ago
  54. a0dc296 Basic support for PCI BIOS. by Kevin O'Connor · 15 years ago
  55. 47baa3c Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS." by Kevin O'Connor · 15 years ago
  56. 3d02941 This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS. by Kevin O'Connor · 15 years ago
  57. 180a959 Get CDROM emulation working. by Kevin O'Connor · 15 years ago
  58. 941d3e4 Initial cd emulation code. by Kevin O'Connor · 15 years ago
  59. c65a380 Bug fixes; get mouse working. by Kevin O'Connor · 15 years ago
  60. 44c631d Enhance included bios tables. by Kevin O'Connor · 15 years ago
  61. 3491e8b Initial support for ATA disks. by Kevin O'Connor · 15 years ago
  62. bdce35f Misc updates. by Kevin O'Connor · 15 years ago
  63. 38fcbfe Version 0.1.2 by Kevin O'Connor · 15 years ago rel-0.1.2
  64. f076a3e Initial checkin. by Kevin O'Connor · 15 years ago rel-0.1.0