1. 44eeaf1 Convert bootup code (int18/int19) to 32bit mode. by Kevin O'Connor · 16 years ago
  2. d289977 Relinking rom32.o twice seems flaky - make third link stage. by Kevin O'Connor · 16 years ago
  3. ccaf1c5 Move $PnP string from boot.c to romlayout.S. by Kevin O'Connor · 16 years ago
  4. ee4f9ff Move elf entry point from post.c to romlayout.S by Kevin O'Connor · 16 years ago
  5. 9bcc527 Ensure proper alignment of subsections. by Kevin O'Connor · 16 years ago
  6. 2fda7cb Use ld to build final rom; remove custom build utilities. by Kevin O'Connor · 16 years ago
  7. f85fde0 Use ".set" gas feature to avoid having to hardcode ljmpl asm insn. by Kevin O'Connor · 16 years ago
  8. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 16 years ago
  9. efda97d Declare kbd_setup() in post.h - next to other kbd.c defines. by Kevin O'Connor · 16 years ago
  10. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 16 years ago
  11. 0525d29 Breakup rombios32.c into pciinit.c and smbios.c by Kevin O'Connor · 16 years ago
  12. 84ad59a Separate out smp detection and mp table generation from rombios32.c by Kevin O'Connor · 16 years ago
  13. f7ba6d7 Separate SMM code into its own file (smm.c from rombios32.c). by Kevin O'Connor · 16 years ago
  14. 3129984 Clean up #ifdefs. by Kevin O'Connor · 16 years ago
  15. e90f264 Set BIOS checksum at 0xfffff. by Kevin O'Connor · 16 years ago
  16. a05223c Improve some debugging output. by Kevin O'Connor · 16 years ago
  17. e10e6f8 Scan for and relocate mptable when using coreboot. by Kevin O'Connor · 16 years ago
  18. d703c00 Convert '\n' to '\r\n' on debug serial output. by Kevin O'Connor · 16 years ago
  19. c541e1b Add code (currently disabled) to mask run away irqs. by Kevin O'Connor · 16 years ago
  20. 61d6b06 Init serial port before using it for debug - also reinit after option rom. by Kevin O'Connor · 16 years ago
  21. db03d5d PCI fixes by Kevin O'Connor · 16 years ago
  22. b8d7a47 Make 0xa0000 - 0x10000 a "gap" in the e820 map. by Kevin O'Connor · 16 years ago
  23. fe42eb2 Minor enhancement to disk failure reporting. by Kevin O'Connor · 16 years ago
  24. ff3651a Add header guard around pic.h by Kevin O'Connor · 16 years ago
  25. f54c150 Cleanup handling of interrupt controller (PIC). by Kevin O'Connor · 16 years ago
  26. 15c1f22 Support config driven debugging of each irq handler. by Kevin O'Connor · 16 years ago
  27. 2e3eeeb Wait for RDY bit when resetting ata hard drives. by Kevin O'Connor · 16 years ago
  28. 93479e4 Support relocating coreboot generated acpi rsdp and pir tables. by Kevin O'Connor · 16 years ago
  29. d25810a Generate PIR table at post time. by Kevin O'Connor · 16 years ago
  30. d8a1811 Add config option CONFIG_ACPI for turning off ACPI table generation. by Kevin O'Connor · 16 years ago
  31. 276d4a9 Move acpi code out of rombios32.c; clean up use of fixed memory addresses. by Kevin O'Connor · 16 years ago
  32. 061d137 Move PIR table definitions to pcibios.h. by Kevin O'Connor · 16 years ago
  33. aa0c66d Support auto-merging e820 maps of same type. by Kevin O'Connor · 16 years ago
  34. 59a23bb Enhance e820 memory map generation - include files missing from last commit. by Kevin O'Connor · 16 years ago
  35. c781293 Enhance e820 memory map generation. by Kevin O'Connor · 16 years ago
  36. 35192dd Move debugging messages to appropriate functions. by Kevin O'Connor · 16 years ago
  37. da4a648 Separate out ram shadow code and permit more code to write to bios. by Kevin O'Connor · 16 years ago
  38. b3c28be Properly save/restore %esp high bits. by Kevin O'Connor · 16 years ago
  39. 22dfb85 Misc minor updates. by Kevin O'Connor · 16 years ago
  40. ef2822a Do proper delays when switching devices. by Kevin O'Connor · 16 years ago
  41. 0fae9e1 APM fixes; don't save/clear/restore %esp high bits. by Kevin O'Connor · 16 years ago
  42. db9e65e Introduce set_fail_silent() helpers. by Kevin O'Connor · 16 years ago
  43. 5c73240 Serial debugging code must not access BDA. by Kevin O'Connor · 16 years ago
  44. c1adedc Verify that option roms don't try to move the ebda block. by Kevin O'Connor · 16 years ago
  45. 60ee1d8 Update PCI devid of PIR table. by Kevin O'Connor · 16 years ago
  46. 7ba6b30 Support config option to disable APM BIOS calls. by Kevin O'Connor · 16 years ago
  47. 3e1b649 Fix bug causing ata_reset to not wait for BSY to clear. by Kevin O'Connor · 16 years ago
  48. ac8df8c Improve control of debug messages. by Kevin O'Connor · 16 years ago
  49. 0f803e4 PCI enhancements. by Kevin O'Connor · 16 years ago
  50. 72743f1 Minor cleanup - use usecs instead of msecs. by Kevin O'Connor · 16 years ago
  51. 5be0490 Implement usleep using real time clock. by Kevin O'Connor · 16 years ago
  52. c258869 Don't initialize keyboard hardware on coreboot - coreboot already does it. by Kevin O'Connor · 16 years ago
  53. f64f0db Initial support for coreboot. by Kevin O'Connor · 16 years ago
  54. c143761 Cleanup ata hard drive detection. by Kevin O'Connor · 16 years ago
  55. abc7597 Establish boot order in post stage. by Kevin O'Connor · 16 years ago
  56. 88c00ee Auto-detect equipment byte info - don't require nvram. by Kevin O'Connor · 16 years ago
  57. 9dd0dd1 Auto detect EBDA_SIZE from size of data structure. by Kevin O'Connor · 16 years ago
  58. 9571ac2 Unify memory size detection. by Kevin O'Connor · 16 years ago
  59. 1bb3b5c Add full support for drives with more that 2<<32 sectors. by Kevin O'Connor · 16 years ago
  60. 0227095 Sync rombios32.c with bochs cvs. by Kevin O'Connor · 16 years ago
  61. 1cd7471 Fix typo in clock.c outb_cmos call. by Kevin O'Connor · 16 years ago
  62. ee55c76 Reduce ide stack usage by reorganizing ata calls. by Kevin O'Connor · 16 years ago
  63. 7453453 Use a linker script for 16bit code. by Kevin O'Connor · 16 years ago
  64. 59fead6 Fix elf build; rename target file rom.bin to bios.bin. by Kevin O'Connor · 16 years ago
  65. 4b39b82 Support 32bit entry point and an elf wrapped binary. by Kevin O'Connor · 16 years ago
  66. 1812e20 Add support for sending debug messages to a serial port. by Kevin O'Connor · 16 years ago
  67. d9b0659 This patch does: by Kevin O'Connor · 16 years ago
  68. 2ad3744 Minor cleanups. by Kevin O'Connor · 16 years ago
  69. 0b69725 Expand floppy_ret to show function names when return code is a failure. by Kevin O'Connor · 16 years ago rel-0.2.2
  70. 117fc21 Compile fixes for gcc 4.3. by Kevin O'Connor · 16 years ago
  71. e6eb3f5 Move timer setup from post.c to clock.c. by Kevin O'Connor · 16 years ago
  72. 913cc2e Move serial/lpt setup from post.c to serial.c by Kevin O'Connor · 16 years ago
  73. 9f0d94d Move hard drive init from post.c to ata.c. by Kevin O'Connor · 16 years ago
  74. 3bbcc14 Move floppy setup code from post.c to floppy.c. by Kevin O'Connor · 16 years ago
  75. 109432e Fix typo causing fdpt1 from structure from being populated. by Kevin O'Connor · 16 years ago
  76. 74f9c08 Use __always_inline to force inlining. by Kevin O'Connor · 16 years ago
  77. 0257b4a Fix asm dependencies on segment based writes. by Kevin O'Connor · 16 years ago
  78. 800eab5 Fix bug causing low memory configs to be off by 1024 in e820 maps. by Kevin O'Connor · 16 years ago
  79. 52c1a8a Fix typo - a memcpy should have been memset in rombios32.c by Kevin O'Connor · 16 years ago
  80. 5e4235f Memset should return 'void *' - just to conform to standards. by Kevin O'Connor · 16 years ago
  81. dfabfe0 Fix bug causing write corruption on large disks. by Kevin O'Connor · 16 years ago rel-0.2.1
  82. 98123b5 Port fix from bochs-bios for incorrect acpi on boxes < 16M. by Kevin O'Connor · 16 years ago
  83. 06ad44e Introduce cpu_relax() and use it in busy loops. by Kevin O'Connor · 16 years ago
  84. e0113c9 Forward port new boot menu features from bochs bios. by Kevin O'Connor · 16 years ago
  85. 567e4e3 Make several functions non-inline. by Kevin O'Connor · 16 years ago
  86. 595fb46 Add s64 type to types.h. by Kevin O'Connor · 16 years ago
  87. 18f368e Don't clobber %esp highbits on C code entry. by Kevin O'Connor · 16 years ago
  88. 67c2cf3 Avoid using volatile on GET/SET_VAR macros. by Kevin O'Connor · 16 years ago
  89. 41d2810 Minor cleanup of GET_VAR usage in output.c. by Kevin O'Connor · 16 years ago
  90. 438f635 Minor cleanups. by Kevin O'Connor · 16 years ago
  91. 2e7ab8b Unify checksum functions. by Kevin O'Connor · 16 years ago
  92. 46df61c Fix bugs in GET/SET_FARPTR macros. by Kevin O'Connor · 16 years ago
  93. 840c534 Cleanup boot order determination. by Kevin O'Connor · 16 years ago
  94. 56a506d Merge IPL segment into EBDA segment. by Kevin O'Connor · 16 years ago
  95. a6b9f71 Refactor ata code. by Kevin O'Connor · 16 years ago
  96. 0cdac0e Reorder basic_access() to reduce stack usage. by Kevin O'Connor · 16 years ago
  97. f06f03a Minor debugging improvements. by Kevin O'Connor · 16 years ago
  98. f888f8c Move internal defs from ata.h to ata.c. by Kevin O'Connor · 16 years ago
  99. aa7ddd7 Limit cdrom emulation available functions. by Kevin O'Connor · 16 years ago
  100. f04d5c7 Remove redundant debug statements from disk.c. by Kevin O'Connor · 16 years ago