1. 669c991 Fix sign error preventing incorrect memory over 4gig calculation. by Kevin O'Connor · 14 years ago
  2. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 14 years ago
  3. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 14 years ago
  4. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 14 years ago
  5. b164d2c Clear user reserved interrupts (0x60-0x66). by Kevin O'Connor · 14 years ago
  6. 979862e Also report memory over 4G during init. by Kevin O'Connor · 14 years ago
  7. ad90159 Enhance experimental option rom "threading" - enable preemption. by Kevin O'Connor · 14 years ago
  8. 5787748 Move ps2 specific keyboard and mouse code to ps2port.c. by Kevin O'Connor · 14 years ago
  9. 9803280 Add experimental feature to run vga optionrom in parallel with init. by Kevin O'Connor · 14 years ago
  10. e9a67bf Clear thread info on each boot. by Kevin O'Connor · 14 years ago
  11. 969df60 Reorganize main init order and add comments. by Kevin O'Connor · 14 years ago
  12. a5826b5 Add simple cooperative threading scheme to allow parallel hw init. by Kevin O'Connor · 14 years ago
  13. 01a8520 Move smbios definitions to header file; fix compile on older gcc. by Kevin O'Connor · 14 years ago
  14. 4092cf9 Move qemu cfg init before smp init. by Kevin O'Connor · 14 years ago
  15. b8bf14a Check at runtime if VM is KVM. by Kevin O'Connor · 14 years ago
  16. e7cc764 Move qemu config code from smbios.c to its own files. Add support for by Kevin O'Connor · 14 years ago
  17. 114592f Initial support for USB, UHCI, and USB Keyboards. by Kevin O'Connor · 14 years ago
  18. f8e800d Interrupts should be enabled when calling 16bit code. by Kevin O'Connor · 14 years ago
  19. f416fe9 Add support for permanent low memory allocations. by Kevin O'Connor · 14 years ago
  20. 40f5b5a Do PCI initialization before vga init. by Kevin O'Connor · 14 years ago
  21. 36c93a5 Unify cd emulation access and main disk access code. by Kevin O'Connor · 14 years ago
  22. 9f98542 Replace common segment/offset pairs with struct segoff_s. by Kevin O'Connor · 14 years ago
  23. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 14 years ago
  24. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 14 years ago
  25. 0bf9270 Add Post Memory Manager (PMM) support. by Kevin O'Connor · 14 years ago
  26. c95d2ce Add auto-generated version info to each build. by Kevin O'Connor · 14 years ago
  27. df5a5fd Fix coreboot bios table copying by delaying to after memory scan. by Kevin O'Connor · 14 years ago
  28. e54ee38 Add PMM stubs. by Kevin O'Connor · 14 years ago
  29. 2929c35 Add malloc_high/fseg() and rework bios table creation to use them. by Kevin O'Connor · 14 years ago
  30. 9becbf1 Delay fdpt pointer setting in ebda to drive map stage. by Kevin O'Connor · 14 years ago
  31. 523e5a9 Use "p->sum -= checksum()" style for setting checksums. by Kevin O'Connor · 14 years ago
  32. e97ca7b Forward port bochs smp changes; rename smpdetect.c to smp.c. by Kevin O'Connor · 14 years ago
  33. 0942e7f Avoid -fwhole-program on broken gcc instead of stopping build. by Kevin O'Connor · 14 years ago
  34. 49553a4 Verify ebda segment looks sane before using during resume. by Kevin O'Connor · 15 years ago
  35. 9f193b9 Define unified entry points for irq handlers. by Kevin O'Connor · 15 years ago
  36. 4c0c85a Initial support for finding option roms in coreboot flash layout. by Kevin O'Connor · 15 years ago
  37. 75f49b3 Register int02 handler (nmi); disable NMI by default. by Kevin O'Connor · 15 years ago
  38. 3574644 Build mptable using C 'struct's. by Kevin O'Connor · 15 years ago
  39. 0a92412 Add support for selecting harddrive order in boot menu. by Kevin O'Connor · 15 years ago
  40. 9f4e1d9 Reorganize boot code. by Kevin O'Connor · 15 years ago
  41. ef3d882 Make sure to clear global variables before use. by Kevin O'Connor · 15 years ago
  42. af473a4 Don't declare a handler for int 0x1c - the default handler is sufficient. by Kevin O'Connor · 15 years ago
  43. 35ae726 Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. by Kevin O'Connor · 15 years ago
  44. d67a703 Put each assembler function into its own section. by Kevin O'Connor · 15 years ago
  45. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 15 years ago
  46. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 15 years ago
  47. 7061eb6 Initial KVM support. by Kevin O'Connor · 15 years ago
  48. 8c0e372 The BDA is at segment 0x0040 not 0x0000. by Kevin O'Connor · 15 years ago
  49. 4524bf7 Use new 'struct disk_op_s' to issue ata requests. by Kevin O'Connor · 15 years ago
  50. 0881537 Introduce GET/SET_EBDA2() macros - they take a cached ebda seg. by Kevin O'Connor · 15 years ago
  51. c659fde Move IPL definitions from ebda to global variables. by Kevin O'Connor · 15 years ago
  52. e791636 Move ram size definitions from ebda to global variables. by Kevin O'Connor · 15 years ago
  53. 4d7c37e Support a relocatable ebda segment. by Kevin O'Connor · 15 years ago
  54. 0c3068d Initial PnP bios call support. by Kevin O'Connor · 15 years ago
  55. ffdc9ee Rework default hwirq handler so there is no confusion on which pic to eoi. by Kevin O'Connor · 15 years ago
  56. b4f0e89 Cleanup of fixed space addresses. by Kevin O'Connor · 15 years ago
  57. 4bbd3b3 Minor - don't call smm_init() from init_bios_tables() by Kevin O'Connor · 15 years ago
  58. 18e38b2 Improve support for old 16bit resume handlers. by Kevin O'Connor · 15 years ago
  59. e633832 Only touch PCI functions > 0 on multi-function devices; rescan max pci each time. by Kevin O'Connor · 15 years ago
  60. acf1374 Don't reset .bss on reboots. by Kevin O'Connor · 15 years ago
  61. cf89e66 Fix bug - bios writes must be enabled before max PCI bus detected. by Kevin O'Connor · 15 years ago
  62. d21c089 Enable a default hw irq handler. by Kevin O'Connor · 15 years ago
  63. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 15 years ago
  64. ceea03c Overhaul option rom processing. by Kevin O'Connor · 15 years ago
  65. eadf1ee Place .bss section in 0xf0000 segment. by Kevin O'Connor · 15 years ago
  66. 714325c Separate out and enhance option rom scanning code. by Kevin O'Connor · 15 years ago
  67. 59c35f2 Add support for more than 4Gig of ram. by Kevin O'Connor · 15 years ago
  68. 28fc72a Set bx/dx to 0xffff on option rom call. by Kevin O'Connor · 15 years ago rel-0.3.0
  69. 2ddcf18 Add config option to disable scanning for option roms. by Kevin O'Connor · 15 years ago
  70. 4096702 Add additional config options to remove parts of code. by Kevin O'Connor · 15 years ago
  71. 65e6342 Misc fixes and updates. by Kevin O'Connor · 15 years ago
  72. ccaf1c5 Move $PnP string from boot.c to romlayout.S. by Kevin O'Connor · 15 years ago
  73. ee4f9ff Move elf entry point from post.c to romlayout.S by Kevin O'Connor · 15 years ago
  74. 2fda7cb Use ld to build final rom; remove custom build utilities. by Kevin O'Connor · 15 years ago
  75. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 15 years ago
  76. efda97d Declare kbd_setup() in post.h - next to other kbd.c defines. by Kevin O'Connor · 15 years ago
  77. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  78. 0525d29 Breakup rombios32.c into pciinit.c and smbios.c by Kevin O'Connor · 15 years ago
  79. e90f264 Set BIOS checksum at 0xfffff. by Kevin O'Connor · 15 years ago
  80. c541e1b Add code (currently disabled) to mask run away irqs. by Kevin O'Connor · 15 years ago
  81. 61d6b06 Init serial port before using it for debug - also reinit after option rom. by Kevin O'Connor · 15 years ago
  82. b8d7a47 Make 0xa0000 - 0x10000 a "gap" in the e820 map. by Kevin O'Connor · 15 years ago
  83. f54c150 Cleanup handling of interrupt controller (PIC). by Kevin O'Connor · 15 years ago
  84. 276d4a9 Move acpi code out of rombios32.c; clean up use of fixed memory addresses. by Kevin O'Connor · 15 years ago
  85. c781293 Enhance e820 memory map generation. by Kevin O'Connor · 15 years ago
  86. 35192dd Move debugging messages to appropriate functions. by Kevin O'Connor · 15 years ago
  87. da4a648 Separate out ram shadow code and permit more code to write to bios. by Kevin O'Connor · 15 years ago
  88. 5c73240 Serial debugging code must not access BDA. by Kevin O'Connor · 15 years ago
  89. c1adedc Verify that option roms don't try to move the ebda block. by Kevin O'Connor · 15 years ago
  90. ac8df8c Improve control of debug messages. by Kevin O'Connor · 16 years ago
  91. f64f0db Initial support for coreboot. by Kevin O'Connor · 16 years ago
  92. abc7597 Establish boot order in post stage. by Kevin O'Connor · 16 years ago
  93. 88c00ee Auto-detect equipment byte info - don't require nvram. by Kevin O'Connor · 16 years ago
  94. 9571ac2 Unify memory size detection. by Kevin O'Connor · 16 years ago
  95. 59fead6 Fix elf build; rename target file rom.bin to bios.bin. by Kevin O'Connor · 16 years ago
  96. 4b39b82 Support 32bit entry point and an elf wrapped binary. by Kevin O'Connor · 16 years ago
  97. 1812e20 Add support for sending debug messages to a serial port. by Kevin O'Connor · 16 years ago
  98. 2ad3744 Minor cleanups. by Kevin O'Connor · 16 years ago
  99. e6eb3f5 Move timer setup from post.c to clock.c. by Kevin O'Connor · 16 years ago
  100. 913cc2e Move serial/lpt setup from post.c to serial.c by Kevin O'Connor · 16 years ago