1. 6e48ff5 seabios: Add OWNERS file by Chris McDonald · 4 years, 10 months ago master
  2. a00ce44 SeaBIOS: Fix a bug in PCI ID mapping by Stefan Reinauer · 13 years ago 0.14.811.B 0.15.877.B 780.B factory-1020.B factory-980.B firmware-881-u-boot-v1 firmware-u-boot-v1 release-1011.B test-982.B
  3. b676373 Merge "Use ESC instead of F12 for the menu, because we don't have an F12 key." by Stefan Reinauer · 13 years ago
  4. 4e1f179 Use ESC instead of F12 for the menu, because we don't have an F12 key. by Stefan Reinauer · 13 years ago
  5. e705a25 Change the firmware ID string shown in ChromeOS. by Stefan Reinauer · 13 years ago
  6. d633511 Add a coreboot enabled config file for SeaBIOS and use it in defconfig by Stefan Reinauer · 13 years ago
  7. c475030 Add support for OXPCIe PCIe serial port cards by Stefan Reinauer · 13 years ago 0.13.587.B
  8. e2eea6d Merge "Fix seabios build problems." by Vadim Bendebury · 13 years ago 0.13.558.B
  9. 8fc093b Fix seabios build problems. by Vadim Bendebury · 13 years ago
  10. 14496ed Merge "Add option rom PCI ID mapping to SeaBIOS" by Stefan Reinauer · 13 years ago
  11. 991de41 Add option rom PCI ID mapping to SeaBIOS by Stefan Reinauer · 13 years ago
  12. dc3abfe Add int15 vga callback hooks for Google devices by Stefan Reinauer · 13 years ago
  13. 1f4e862 Print E820 type names as well as numbers, as a debug aid by Ian Campbell · 13 years ago
  14. d12e8a2 Add Kconfig option to specify which serial port when serial debugging. by Kevin O'Connor · 13 years ago
  15. 49bf57b Add config option (CONFIG_BOOTORDER) to disable bootorder support. by Kevin O'Connor · 13 years ago
  16. 9ead6fc Move ps2ctr manipulation from mouse.c to ps2port.c. by Kevin O'Connor · 13 years ago
  17. f31171c Minor Kconfig help update. by Kevin O'Connor · 13 years ago
  18. 88db9fd Fix struct bregs - it shouldn't have multiple members with the same name. by Kevin O'Connor · 13 years ago
  19. cc97564 Add config option to permit running option roms with bad checksums. by Kevin O'Connor · 13 years ago
  20. 424f217 Add config option to disable MTRR initialization. by Kevin O'Connor · 13 years ago
  21. fb2f10d Prep version for next release. by Kevin O'Connor · 13 years ago
  22. f18b09b Update version to 0.6.2 by Kevin O'Connor · 13 years ago
  23. 20fcf9b lets pretend that RTC can be used to wakeup from S4 by Gleb Natapov · 13 years ago
  24. 1efb10b Expand user configurable parameters in Kconfig. by Kevin O'Connor · 13 years ago
  25. 3dba4c2 Support non-local build directory - allow "make OUT=abc/" to work. by Kevin O'Connor · 13 years ago
  26. 42d9771 The vgabios build must depend on autoconf.h. by Kevin O'Connor · 13 years ago
  27. 32aa9f3 fix parallel compilation of SeaBIOS by Stefan Reinauer · 13 years ago
  28. 713be89 Start using Kconfig to configure SeaBIOS settings. by Kevin O'Connor · 13 years ago
  29. b623e7c Change kconfig to emit disabled symbols in autoconf.h. by Kevin O'Connor · 13 years ago
  30. 0da7bfd Build changes for Linux kconfig code to work in seabios dir structure. by Kevin O'Connor · 13 years ago
  31. a4c5daf Initial commit of Kconfig build tool. by Kevin O'Connor · 13 years ago
  32. 4d0c592 Minor boot fixes. by Kevin O'Connor · 13 years ago
  33. 812478e Minor comment / code layout improvement to romlayout.S. by Kevin O'Connor · 13 years ago
  34. 6fc7cf1 Fix to prevent infinite loop in build_pci_path(). by Kevin O'Connor · 13 years ago
  35. f5154e2 support T13 EDD3.0 spec by Gleb Natapov · 13 years ago
  36. d08eb9c Add ability to track PCI paths and add to build_pci_path(). by Kevin O'Connor · 13 years ago
  37. 89a1efd Move the CBFS payload setup to later in the boot. by Kevin O'Connor · 13 years ago
  38. 9e881a3 Extract space trimming code from ATA and use in USB and bootorder code. by Kevin O'Connor · 13 years ago
  39. 3c241ed seabios: acpi: add _RMV control method for PCI devices by Kevin O'Connor · 13 years ago
  40. c2002a1 Add support for finding the boot priority of USB drives. by Kevin O'Connor · 13 years ago
  41. a5f2b91 Extend 'usb_pipe' to track the controller and ports of each device. by Kevin O'Connor · 13 years ago
  42. 8bf5503 Add functions for boot device path parsing. by Kevin O'Connor · 13 years ago
  43. c4bd3b9 Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities. by Kevin O'Connor · 13 years ago
  44. ca2bc1c Remove drive->desc field. by Kevin O'Connor · 13 years ago
  45. f13a180 Minor reorganization of some of the boot_xxx code in boot.c. by Kevin O'Connor · 13 years ago
  46. 3da2c1c Move IPL.fw_bootorder to static variables in boot.c. by Kevin O'Connor · 13 years ago
  47. 7bb1584 Move IPL.bev to static variables in boot.c by Kevin O'Connor · 13 years ago
  48. baaadb6 Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c. by Kevin O'Connor · 13 years ago
  49. a0842f8 Remove Drives global struct in favor of independent global variables. by Kevin O'Connor · 13 years ago
  50. ecbcf77 Don't access drive_g->desc from boot_cdrom(). by Kevin O'Connor · 13 years ago
  51. 551caa2 Simplify keyboard reading code in the interactive boot menu. by Kevin O'Connor · 13 years ago
  52. 697e63c Call setup_translation() from map_hd_drive(). by Kevin O'Connor · 13 years ago
  53. 3c5e0e1 Rename add_ordered_drive() to add_drive() and use in map_hd_drive(). by Kevin O'Connor · 13 years ago
  54. 031ef55 Add stubs to permit devices to specify their boot priority. by Kevin O'Connor · 13 years ago
  55. 72eee3e Simplify boot ordering by building an inclusive boot list. by Kevin O'Connor · 13 years ago
  56. ce24be5 Populate drive_g->desc prior to calling add_bcv_internal(). by Kevin O'Connor · 13 years ago
  57. 74fd942 pciinit: fix off-by-one by Isaku Yamahata · 13 years ago
  58. 311f887 Minor build fixes. by Kevin O'Connor · 13 years ago
  59. bca3a87 Track the source of each optionrom deployed. by Kevin O'Connor · 13 years ago
  60. c6629e0 Support qemu based romfile wrappers called out of order. by Kevin O'Connor · 13 years ago
  61. d1a1746 Breakup boot_setup() bootorder code into its own function. by Kevin O'Connor · 13 years ago
  62. f9b0930 Add romfile_loadfile() helper function. by Kevin O'Connor · 13 years ago
  63. b9a7591 Read bootorder file into memory. by Gleb Natapov · 13 years ago
  64. 2e109a6 Add strchr() function. by Kevin O'Connor · 13 years ago
  65. 1703ea2 Add romfile_name() function. by Gleb Natapov · 13 years ago
  66. b674152 Add BAID for ahci cdrom. by Gleb Natapov · 13 years ago
  67. f77e179 Provide full EDD 3.0 info for virtio disk by Gleb Natapov · 13 years ago
  68. 67863be Enhance layoutrom.py to work around a binutils quirk. by Kevin O'Connor · 13 years ago
  69. 4c90a20 Create separate IPL entry for each CD/DVD by Gleb Natapov · 13 years ago
  70. 0e6f636 ahci: set controller id by Gerd Hoffmann · 13 years ago
  71. 1e924bb ahci: fix off-by-one in port count by Gerd Hoffmann · 13 years ago
  72. 7eb0222 ahci: enable io/mem/dma by Kevin O'Connor · 13 years ago
  73. c19fc71 ahci: set dma feature flag by Gerd Hoffmann · 13 years ago
  74. 80c2b6e Check if capability enabled in XXX_cmd_data functions. by Kevin O'Connor · 13 years ago
  75. f3fe3aa Require a "_cfuncXX_" symbol prefix for inter-mode c function references. by Kevin O'Connor · 13 years ago
  76. d52fdf6 add ahci support by Gerd Hoffmann · 13 years ago
  77. 54fa8ec ata: make helpers available by Gerd Hoffmann · 13 years ago
  78. 0a80608 util: add memset_fl() by Gerd Hoffmann · 13 years ago
  79. f1f18eb pci: add helper functions for mmio bar access from real mode. by Gerd Hoffmann · 13 years ago
  80. af9629b Enhance call32() to pass a parameter to called function. by Kevin O'Connor · 13 years ago
  81. 4057f98 Don't pass return address to transition(32,16,16big) on stack. by Kevin O'Connor · 13 years ago
  82. e2623fc pciinit: use pci_region functions. by Isaku Yamahata · 14 years ago
  83. 58a38e8 pci: introduce pci_region to manage pci io/memory/prefmemory regions. by Isaku Yamahata · 14 years ago
  84. 6d5a217 mark irq9 active high in DSDT by Kevin O'Connor · 14 years ago
  85. 9433098 Report meaningful error if pyserial not present in tools/readserial.py by Kevin O'Connor · 14 years ago
  86. 94dc9c4 Show size of non-relocatable runtime code during build. by Kevin O'Connor · 14 years ago
  87. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 14 years ago
  88. a899945 Allow rom to grow to 256K. by Kevin O'Connor · 14 years ago
  89. 4a446d7 Fix typo preventing relocated space from being used for option roms. by Kevin O'Connor · 14 years ago
  90. 0f67397 fix virtio-blk failure after reboot by Gleb Natapov · 14 years ago
  91. d4bded4 Add a debug method to AML code. by Kevin O'Connor · 14 years ago
  92. 2f96800 Warn that ohci bulk is not supported. by Kevin O'Connor · 14 years ago
  93. e826465 Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT. by Kevin O'Connor · 14 years ago
  94. 7f55fd3 Move the 32bit init code to high memory at runtime. by Kevin O'Connor · 14 years ago
  95. 025cabd Move init code from _start() to post(). by Kevin O'Connor · 14 years ago
  96. 12fa24a Add memalign_tmp() helper function. by Kevin O'Connor · 14 years ago
  97. 244caf8 Try to hard-reboot on rerun of post even on emulators. by Kevin O'Connor · 14 years ago
  98. 5bd01de Don't do shadow copying of optionroms when CONFIG_OPTIONROMS_DEPLOYED. by Kevin O'Connor · 14 years ago
  99. adaf373 Try to hard-reboot processor on rerun of post under coreboot. by Kevin O'Connor · 14 years ago
  100. 402fd9c Enhance build to emit relocation information. by Kevin O'Connor · 14 years ago