1. e8f00ee Optionrom code cleanup. by Kevin O'Connor · 14 years ago
  2. 603bfc3 Minor - remove VAR16_32 from extern declaration in header. by Kevin O'Connor · 14 years ago
  3. e97ca7b Forward port bochs smp changes; rename smpdetect.c to smp.c. by Kevin O'Connor · 14 years ago
  4. 09880da Support running non-pci specific vga option roms from CBFS. by Kevin O'Connor · 14 years ago
  5. 5a1d0fc Make sure memcpy() works in 16bit mode also. by Kevin O'Connor · 14 years ago
  6. 0b60a06 Unify mode16/32 compiler checks. by Kevin O'Connor · 14 years ago
  7. 942d495 Add support for gcc v3.x compilers. by Kevin O'Connor · 14 years ago
  8. 5b199ac Minor - formatting enhancements; add memset_far funcs. by Kevin O'Connor · 14 years ago
  9. 1edc89d Add ability to run all option roms in CBFS directory "genroms/". by Kevin O'Connor · 14 years ago
  10. cbd6ca0 Add support for compressed option roms. by Kevin O'Connor · 14 years ago
  11. d944114 Fixup previous memcpy optimization. by Kevin O'Connor · 14 years ago
  12. 5d7b3f6 Optimize memcpy. by Kevin O'Connor · 14 years ago
  13. 38d1a34 Replace memeq/streq functions with memcmp/strcmp. by Kevin O'Connor · 14 years ago
  14. 6782344 Initial support for running CBFS payloads. by Kevin O'Connor · 14 years ago
  15. 4c0c85a Initial support for finding option roms in coreboot flash layout. by Kevin O'Connor · 14 years ago
  16. 3574644 Build mptable using C 'struct's. by Kevin O'Connor · 14 years ago
  17. 1eba429 Add hexdump() output helper function. by Kevin O'Connor · 14 years ago
  18. 94fd47e Minor - change checksum functions to take a (void *). by Kevin O'Connor · 14 years ago
  19. 5ca4b95 Allow ctrl+alt+delete to work when no boot device found. by Kevin O'Connor · 14 years ago
  20. 0a92412 Add support for selecting harddrive order in boot menu. by Kevin O'Connor · 14 years ago
  21. e07e18e Minor - rename BX_PANIC to panic. by Kevin O'Connor · 14 years ago
  22. 71f036d Simplify boot code. by Kevin O'Connor · 14 years ago
  23. 9f4e1d9 Reorganize boot code. by Kevin O'Connor · 14 years ago
  24. 8b267cb Implement memcpy_far and checksum_far, and replace _fl variants. by Kevin O'Connor · 14 years ago
  25. 35ae726 Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. by Kevin O'Connor · 14 years ago
  26. 3085376 Move variables from assembler to C code. by Kevin O'Connor · 14 years ago
  27. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 14 years ago
  28. 7061eb6 Initial KVM support. by Kevin O'Connor · 14 years ago
  29. 0560034 Improve set_code_fail/floppy_ret/disk_ret code generation. by Kevin O'Connor · 14 years ago
  30. a83ff55 Reduce stack usage of hw irq handlers. by Kevin O'Connor · 14 years ago
  31. 7f34309 Switch to new stack when calling ATA function in 16bit mode. by Kevin O'Connor · 14 years ago
  32. c659fde Move IPL definitions from ebda to global variables. by Kevin O'Connor · 14 years ago
  33. e791636 Move ram size definitions from ebda to global variables. by Kevin O'Connor · 14 years ago
  34. 0c3068d Initial PnP bios call support. by Kevin O'Connor · 14 years ago
  35. 4e6c970 Implement time based checks even when looping on an ioport. by Kevin O'Connor · 14 years ago
  36. 18e38b2 Improve support for old 16bit resume handlers. by Kevin O'Connor · 14 years ago
  37. 6e5b4a4 Call option roms in "big real mode". by Kevin O'Connor · 14 years ago
  38. acf1374 Don't reset .bss on reboots. by Kevin O'Connor · 15 years ago
  39. bc2aecd Implement tsc based delay timers, and use them throughout code. by Kevin O'Connor · 15 years ago
  40. 714325c Separate out and enhance option rom scanning code. by Kevin O'Connor · 15 years ago
  41. 18b927e Rename memcpy() to memcpy_far() and add regular memcpy() code. by Kevin O'Connor · 15 years ago
  42. cbffa8e Add stubs for VIA vga bios callbacks to system bios. by Kevin O'Connor · 15 years ago
  43. a68aeaf Improve debugging output. by Kevin O'Connor · 15 years ago
  44. 2fda7cb Use ld to build final rom; remove custom build utilities. by Kevin O'Connor · 15 years ago
  45. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 15 years ago
  46. efda97d Declare kbd_setup() in post.h - next to other kbd.c defines. by Kevin O'Connor · 15 years ago
  47. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  48. 0525d29 Breakup rombios32.c into pciinit.c and smbios.c by Kevin O'Connor · 15 years ago
  49. 84ad59a Separate out smp detection and mp table generation from rombios32.c by Kevin O'Connor · 15 years ago
  50. f7ba6d7 Separate SMM code into its own file (smm.c from rombios32.c). by Kevin O'Connor · 15 years ago
  51. 61d6b06 Init serial port before using it for debug - also reinit after option rom. by Kevin O'Connor · 15 years ago
  52. f54c150 Cleanup handling of interrupt controller (PIC). by Kevin O'Connor · 15 years ago
  53. 15c1f22 Support config driven debugging of each irq handler. by Kevin O'Connor · 15 years ago
  54. c781293 Enhance e820 memory map generation. by Kevin O'Connor · 15 years ago
  55. da4a648 Separate out ram shadow code and permit more code to write to bios. by Kevin O'Connor · 15 years ago
  56. db9e65e Introduce set_fail_silent() helpers. by Kevin O'Connor · 15 years ago
  57. 5c73240 Serial debugging code must not access BDA. by Kevin O'Connor · 15 years ago
  58. ac8df8c Improve control of debug messages. by Kevin O'Connor · 15 years ago
  59. 5be0490 Implement usleep using real time clock. by Kevin O'Connor · 15 years ago
  60. 1812e20 Add support for sending debug messages to a serial port. by Kevin O'Connor · 15 years ago
  61. 117fc21 Compile fixes for gcc 4.3. by Kevin O'Connor · 15 years ago
  62. e6eb3f5 Move timer setup from post.c to clock.c. by Kevin O'Connor · 15 years ago
  63. 913cc2e Move serial/lpt setup from post.c to serial.c by Kevin O'Connor · 15 years ago
  64. 5e4235f Memset should return 'void *' - just to conform to standards. by Kevin O'Connor · 15 years ago
  65. 06ad44e Introduce cpu_relax() and use it in busy loops. by Kevin O'Connor · 15 years ago
  66. e0113c9 Forward port new boot menu features from bochs bios. by Kevin O'Connor · 15 years ago
  67. 567e4e3 Make several functions non-inline. by Kevin O'Connor · 15 years ago
  68. 2e7ab8b Unify checksum functions. by Kevin O'Connor · 15 years ago
  69. a0dc296 Basic support for PCI BIOS. by Kevin O'Connor · 15 years ago
  70. 7a558e4 Don't save/restore flags and ebp on external calls - saves on stack space. by Kevin O'Connor · 15 years ago
  71. 83b5640 Halt machine on call to BX_PANIC. by Kevin O'Connor · 15 years ago
  72. ed12849 Reduce stack usage for ISRs; minor fixes. by Kevin O'Connor · 15 years ago
  73. f205f9f Minor debugging improvements. by Kevin O'Connor · 15 years ago
  74. 6c78122 Replace debug_exit calls with debug info while setting a failure. by Kevin O'Connor · 15 years ago
  75. a4d3576 Port rombios32 code from bochs-bios. by Kevin O'Connor · 15 years ago
  76. 47baa3c Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS." by Kevin O'Connor · 15 years ago
  77. 44d6530 Enhance APM support. by Kevin O'Connor · 15 years ago
  78. 3d02941 This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS. by Kevin O'Connor · 15 years ago
  79. 95b2f78 Add initial support for apmbios code. by Kevin O'Connor · 15 years ago
  80. c65a380 Bug fixes; get mouse working. by Kevin O'Connor · 15 years ago
  81. 44c631d Enhance included bios tables. by Kevin O'Connor · 15 years ago
  82. 8ce2cd8 Minor cleanup of util.h by Kevin O'Connor · 15 years ago
  83. b8aacb0 Reduce stack usage in call16(). by Kevin O'Connor · 15 years ago rel-0.1.3
  84. 3a47a31 Cleanup implementation of call16(). by Kevin O'Connor · 15 years ago
  85. 4ce6a49 Enable extra debugging. by Kevin O'Connor · 15 years ago
  86. 786502d Some cleanups based on patch by Nguyen Anh Quynh by Kevin O'Connor · 15 years ago
  87. bdce35f Misc updates. by Kevin O'Connor · 15 years ago
  88. 38fcbfe Version 0.1.2 by Kevin O'Connor · 15 years ago rel-0.1.2
  89. 4b60c00 Version 0.1.1 by Kevin O'Connor · 15 years ago rel-0.1.1
  90. f076a3e Initial checkin. by Kevin O'Connor · 15 years ago rel-0.1.0