1. bca3a87 Track the source of each optionrom deployed. by Kevin O'Connor · 14 years ago
  2. c6629e0 Support qemu based romfile wrappers called out of order. by Kevin O'Connor · 14 years ago
  3. d1a1746 Breakup boot_setup() bootorder code into its own function. by Kevin O'Connor · 14 years ago
  4. f9b0930 Add romfile_loadfile() helper function. by Kevin O'Connor · 14 years ago
  5. b9a7591 Read bootorder file into memory. by Gleb Natapov · 14 years ago
  6. 2e109a6 Add strchr() function. by Kevin O'Connor · 14 years ago
  7. 1703ea2 Add romfile_name() function. by Gleb Natapov · 14 years ago
  8. b674152 Add BAID for ahci cdrom. by Gleb Natapov · 14 years ago
  9. f77e179 Provide full EDD 3.0 info for virtio disk by Gleb Natapov · 14 years ago
  10. 67863be Enhance layoutrom.py to work around a binutils quirk. by Kevin O'Connor · 14 years ago
  11. 4c90a20 Create separate IPL entry for each CD/DVD by Gleb Natapov · 14 years ago
  12. 0e6f636 ahci: set controller id by Gerd Hoffmann · 14 years ago
  13. 1e924bb ahci: fix off-by-one in port count by Gerd Hoffmann · 14 years ago
  14. 7eb0222 ahci: enable io/mem/dma by Kevin O'Connor · 14 years ago
  15. c19fc71 ahci: set dma feature flag by Gerd Hoffmann · 14 years ago
  16. 80c2b6e Check if capability enabled in XXX_cmd_data functions. by Kevin O'Connor · 14 years ago
  17. f3fe3aa Require a "_cfuncXX_" symbol prefix for inter-mode c function references. by Kevin O'Connor · 14 years ago
  18. d52fdf6 add ahci support by Gerd Hoffmann · 14 years ago
  19. 54fa8ec ata: make helpers available by Gerd Hoffmann · 14 years ago
  20. 0a80608 util: add memset_fl() by Gerd Hoffmann · 14 years ago
  21. f1f18eb pci: add helper functions for mmio bar access from real mode. by Gerd Hoffmann · 14 years ago
  22. af9629b Enhance call32() to pass a parameter to called function. by Kevin O'Connor · 14 years ago
  23. 4057f98 Don't pass return address to transition(32,16,16big) on stack. by Kevin O'Connor · 14 years ago
  24. e2623fc pciinit: use pci_region functions. by Isaku Yamahata · 14 years ago
  25. 58a38e8 pci: introduce pci_region to manage pci io/memory/prefmemory regions. by Isaku Yamahata · 14 years ago
  26. 6d5a217 mark irq9 active high in DSDT by Kevin O'Connor · 14 years ago
  27. 9433098 Report meaningful error if pyserial not present in tools/readserial.py by Kevin O'Connor · 14 years ago
  28. 94dc9c4 Show size of non-relocatable runtime code during build. by Kevin O'Connor · 14 years ago
  29. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 14 years ago
  30. a899945 Allow rom to grow to 256K. by Kevin O'Connor · 14 years ago
  31. 4a446d7 Fix typo preventing relocated space from being used for option roms. by Kevin O'Connor · 14 years ago
  32. 0f67397 fix virtio-blk failure after reboot by Gleb Natapov · 14 years ago
  33. d4bded4 Add a debug method to AML code. by Kevin O'Connor · 14 years ago
  34. 2f96800 Warn that ohci bulk is not supported. by Kevin O'Connor · 14 years ago
  35. e826465 Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT. by Kevin O'Connor · 14 years ago
  36. 7f55fd3 Move the 32bit init code to high memory at runtime. by Kevin O'Connor · 14 years ago
  37. 025cabd Move init code from _start() to post(). by Kevin O'Connor · 14 years ago
  38. 12fa24a Add memalign_tmp() helper function. by Kevin O'Connor · 14 years ago
  39. 244caf8 Try to hard-reboot on rerun of post even on emulators. by Kevin O'Connor · 14 years ago
  40. 5bd01de Don't do shadow copying of optionroms when CONFIG_OPTIONROMS_DEPLOYED. by Kevin O'Connor · 14 years ago
  41. adaf373 Try to hard-reboot processor on rerun of post under coreboot. by Kevin O'Connor · 14 years ago
  42. 402fd9c Enhance build to emit relocation information. by Kevin O'Connor · 14 years ago
  43. d1b4f96 Separate out init code from the rest of the 32bit flat code. by Kevin O'Connor · 14 years ago
  44. 1a4885e Modify tools/layoutrom.py to use classes instead of tuples. by Kevin O'Connor · 14 years ago
  45. 6c2e781 Use str.startswith() in python scripts. by Kevin O'Connor · 14 years ago
  46. d9c916e Prep version for next release. by Kevin O'Connor · 14 years ago
  47. 0ff9051 Update version to 0.6.1 by Kevin O'Connor · 14 years ago rel-0.6.1
  48. 9c000e6 Support Samsung SE-S084 USB DVD drive (and probably many others) by Kevin O'Connor · 14 years ago
  49. eebe949 pciinit: remove unused variable, old_addr, in pci_set_io_region_addr(). by Isaku Yamahata · 14 years ago
  50. 06644f4 Minor - indentation change to jpeg.c. by Kevin O'Connor · 14 years ago
  51. 2dcd9fa Enhance tools/readserial.py to support reading from a pipe. by Kevin O'Connor · 14 years ago
  52. 7ce09ae Make tools/transdump.py more resilient to unknown input. by Kevin O'Connor · 14 years ago
  53. 6039fc5 Update qemu_cfg_read to use "rep insb". by Kevin O'Connor · 14 years ago
  54. 9a01a9c Only show bootsplash during boot menu. by Kevin O'Connor · 14 years ago
  55. 5feb83c add write support to virtio-blk by Gleb Natapov · 14 years ago
  56. 22f6378 Don't try to talk to APIC on 486 by Lubomir Rintel · 14 years ago
  57. e2074bf Add ACPI SSDT/DSDT support for CPU hotplug. by Kevin O'Connor · 14 years ago
  58. eb6dc78 Add additional debug status messages to bootsplash code. by Kevin O'Connor · 14 years ago
  59. c8e4e88 Allow qemu to use bootsplash code via fwcfg interface. by Kevin O'Connor · 14 years ago
  60. 597040d Add tools/trandump.py tool for converting hexdump() output. by Kevin O'Connor · 14 years ago
  61. 48f5f8b Default bootsplash on (for coreboot users). by Kevin O'Connor · 14 years ago
  62. 8d85eb1 Autodetect video mode based on bootsplash jpeg dimensions. by Kevin O'Connor · 14 years ago
  63. b2b9d4a Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c. by Kevin O'Connor · 14 years ago
  64. bbc4722 Breakup jpeg_decode into parsing and displaying phases. by Kevin O'Connor · 14 years ago
  65. 2976dd4 Avoid using BSS variables in jpeg.c. by Kevin O'Connor · 14 years ago
  66. cc9e1bf Add FUNC16() helper macro for converting a 16bit func to a segoff_s. by Kevin O'Connor · 14 years ago
  67. b4525a0 Handle unaligned sizes in iomemcpy(). by Kevin O'Connor · 14 years ago
  68. 0e27e19 Cleanup bootsplash vesa signature detection. by Kevin O'Connor · 14 years ago
  69. cadaf0e Be sure to disable bootsplash on all BIOS boot cases. by Kevin O'Connor · 14 years ago
  70. 2641186 Add call16_int10 helper to bootsplash.c. by Kevin O'Connor · 14 years ago
  71. 6dc76f4 Don't do "double buffering" in bootsplash code. by Kevin O'Connor · 14 years ago
  72. 227dc3e Check that malloc succeeds in bootsplash code. by Kevin O'Connor · 14 years ago
  73. a576c9c Bootsplash fixes and cleanups. by Kevin O'Connor · 14 years ago
  74. 9fd4851 Minor - clarify bit logic in mptable.c. by Kevin O'Connor · 14 years ago
  75. abf31d3 Fix integer truncating bug in calc_future_timer(). by Kevin O'Connor · 14 years ago
  76. 1d5c333 seabios: pciinit: fix 64bit bar initilization. by Isaku Yamahata · 14 years ago
  77. ae6924d Minor - introduce GDT_GRANLIMIT macro. by Kevin O'Connor · 14 years ago
  78. 0f78889 Avoid code addresses >64K in big real mode. by Kevin O'Connor · 14 years ago
  79. aec19c9 seabios: smm: move out piix4 specific smram logic to dev-i440fx.c by Isaku Yamahata · 14 years ago
  80. 08328e7 seabios: shadow: make device finding more generic. by Isaku Yamahata · 14 years ago
  81. 4c67f90 seabios: acpi: clean up of finding pm device. by Isaku Yamahata · 14 years ago
  82. fe54a53 seabios: acpi: split out piix4 pm logic. by Isaku Yamahata · 14 years ago
  83. d06afb4 seabios: acpi: move acpi definitions to acpi.h from acpi.c by Isaku Yamahata · 14 years ago
  84. 2f54bb4 seabios: acpi: move out endian conversion helper function. by Isaku Yamahata · 14 years ago
  85. 23173ac seabios: pci: introduce helper function to find device from table and initialize it. by Isaku Yamahata · 14 years ago
  86. 17d3e46 smbios: Allow all fields to be set via qemu_cfg_smbios_load_field() by Alex Williamson · 14 years ago
  87. 0d6b8d5 seabios: pciinit: use pci device initializer helper function. by Kevin O'Connor · 14 years ago
  88. 968d3a8 seabios: pci: introduce helper function to initialize a given device. by Isaku Yamahata · 14 years ago
  89. 4e0daae virtio: Clear interrupt status register in virtio-blk by Stefan Hajnoczi · 14 years ago
  90. af0963d seabios: pciinit: initialize pci bridge filtering registers. by Isaku Yamahata · 14 years ago
  91. f441666 seabios: pciinit: pci bridge bus initialization. by Isaku Yamahata · 14 years ago
  92. 5d0de15 seabios: pciinit: make bar offset calculation pci bridge aware. by Isaku Yamahata · 14 years ago
  93. a65821d seabios: pciinit: factor out bar offset calculation. by Isaku Yamahata · 14 years ago
  94. 0a8eada seabios: pciinit: make pci bar assigner preferchable memory aware. by Isaku Yamahata · 14 years ago
  95. dfd94fa seabios: pciinit: make pci memory space assignment 64bit aware. by Isaku Yamahata · 14 years ago
  96. b9e4721 seabios: pciinit: factor out pci bar region allocation logic. by Isaku Yamahata · 14 years ago
  97. edd9911 seabios: pci: introduce foreachpci_in_bus() helper macro. by Isaku Yamahata · 14 years ago
  98. f79a462 Add romfile_size() wrapper for accessing cbfs/qemu_cfg files. by Kevin O'Connor · 14 years ago
  99. afbed1b Initial bootsplash support. by Kevin O'Connor · 14 years ago
  100. 83d6ed6 Update TODO by Kevin O'Connor · 14 years ago