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