1. fce22e8 Remove copies of rtl8168.c by Patrick Georgi · 12 years ago
  2. 79bbbd9 ELOG: Add support for SMM and kernel GSMI driver by Duncan Laurie · 12 years ago
  3. f4d3623 ELOG: Add support for a monotonic boot counter in CMOS by Duncan Laurie · 12 years ago
  4. 472ec9c ELOG: Add support for generating SMBIOS type15 table by Duncan Laurie · 12 years ago
  5. 181bbdd SMM: Add option for SPI driver to be available in SMM by Duncan Laurie · 12 years ago
  6. 7d2b81c ELOG: Add support for flash based event log by Duncan Laurie · 12 years ago
  7. 48c6bae Add BAR address debug information to Oxford PCIe serial driver by Marc Jones · 12 years ago
  8. 5f3aca3 SPI flash layer: remove unused function spi_flash_free() by Stefan Reinauer · 12 years ago
  9. 6591470 IOAPIC: hook up driver in Kconfig by Sven Schnelle · 12 years ago
  10. 7435baa Add basic ipmi support by Sven Schnelle · 12 years ago
  11. aa03af7 Add generic IOAPIC driver by Sven Schnelle · 12 years ago
  12. ca68297 Add Nuvoton W83793 hardware monitor driver by Sven Schnelle · 12 years ago
  13. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  14. 14b23a6 Fix compilation with CONFIG_DEBUG_SPI_FLASH enabled by Stefan Reinauer · 12 years ago
  15. 5649b08 Reduce default verbosity of SPI flash drivers by Stefan Reinauer · 12 years ago
  16. 8ea5a34 Fix printk types in SPI flash drivers by Stefan Reinauer · 12 years ago
  17. 20959ba SPI driver: style fix by Patrick Georgi · 12 years ago
  18. 1c56d9b Add SPI flash driver by Stefan Reinauer · 12 years ago
  19. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  20. c908fc7 Fix TPM driver to work with multiple vendor TPMs by Stefan Reinauer · 12 years ago
  21. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  22. 4d04a71 Detect whether the OXPCIE card is really present while in the ROM stage. by Gabe Black · 13 years ago
  23. dfab0f6 OXPCIe: Reinitialize UART after pci_dev_set_resources() by Stefan Reinauer · 13 years ago
  24. a6087d1 Add support for the Startech PEX1XS1PMINI by Stefan Reinauer · 13 years ago
  25. 4c796ea Ati video: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  26. 134d8a9 HWM: Nuvoton W83795G/ADG HWM support by Kerry Sheh · 12 years ago
  27. ea07b9f adm1026: removed prototype by Vikram Narayanan · 13 years ago
  28. f61fff9 adm1027: add return statement by Vikram Narayanan · 13 years ago
  29. 0786bc6 Indentation: Various indentation fixes by Vikram Narayanan · 13 years ago
  30. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  31. f488165 Add driver for ICS954309 clock generator by Sven Schnelle · 13 years ago
  32. 76c44ae sconfig: check whether component directory actually exists by Stefan Reinauer · 13 years ago
  33. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  34. d85400d Handle drivers/ equally to any other sub directory. by Stefan Reinauer · 13 years ago
  35. a35eb2c All the values should stay untouched or be set automatically by the resource by Stefan Reinauer · 14 years ago
  36. 2d1d9ceb Random fixes for TI pci1x2x / Nokia IP530 / others. by Uwe Hermann · 14 years ago
  37. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  38. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  39. 835674b Whatever happened here,... The DEC Tulip is a network card, no bridge of any by Stefan Reinauer · 14 years ago
  40. ad5107e Finish fixing Tyan s2881. Simplify ADT7463 initialization code. by Myles Watson · 14 years ago
  41. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  42. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  43. 356f848 Fix some of Peter's suggestions for the Nokia IP530. by Myles Watson · 14 years ago
  44. 2ad8ab8 Fixes for Nokia IP530 and associated drivers. by Marc Bertens · 14 years ago
  45. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  46. 4bb368c Part of 5560 Dunno why I need extra delete after move. by Rudolf Marek · 14 years ago
  47. d9c2549 Following patch reprograms SIL3114 into PCI IDE native mode compatible class code allowing by Rudolf Marek · 14 years ago
  48. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  49. 467a065 no warnings days. by Stefan Reinauer · 14 years ago
  50. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  51. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  52. c2d2941 switch some ROMCC boards back to ROMCC. by Stefan Reinauer · 14 years ago
  53. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  54. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  55. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  56. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  57. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  58. eeec0ef Revert the deletion of drivers/pci/onboard that snuck in ahead of its time. by Myles Watson · 15 years ago
  59. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  60. 0bc6154 Remove CONFIG_ from #defines that aren't config variables. Trivial. by Myles Watson · 15 years ago
  61. 61c7fbf undo another accidential rename of X -> CONFIG_X (trivial) by Stefan Reinauer · 15 years ago
  62. 00f0267 Remaining boards are Kconfig'd now. Whether they work by Patrick Georgi · 15 years ago
  63. 91ff0df More Kconfig-supported boards, and also kconfig support by Patrick Georgi · 15 years ago
  64. 62b3513 Remove a couple of CONFIG_ prefixes that shouldn't have happened. by Patrick Georgi · 15 years ago
  65. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  66. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  67. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  68. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  69. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  70. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  71. 3c580b5 clean up comment in onboard.c (trivial) by Stefan Reinauer · 16 years ago
  72. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  73. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  74. 451762d Fix Agami Aruma target (the only one using the part) by Stefan Reinauer · 17 years ago
  75. 4aae668 Clean up whitespace in preparation for another patch to fix fan control. by Ward Vandewege · 17 years ago
  76. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  77. 5f9624d CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in serengeti_cheeatah by Yinghai Lu · 18 years ago
  78. 42fb316 Uwe Hermann: by Stefan Reinauer · 18 years ago
  79. afd34e6 serverworks HT1000/HT2000, bcm5785/5780 support by Yinghai Lu · 18 years ago
  80. 648e8da small gcc4 patches, some ts5300 updates by Stefan Reinauer · 19 years ago
  81. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  82. 6ca7636 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 by arch import user (historical) · 19 years ago
  83. ef03afa Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34 by arch import user (historical) · 19 years ago
  84. 2305364 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 by arch import user (historical) · 19 years ago
  85. 214ea8a onboard pci_rom by Yinghai Lu · 20 years ago
  86. 77cbb99 onboard pci_rom by Yinghai Lu · 20 years ago
  87. 7715f26 onboard pci rom by Yinghai Lu · 20 years ago
  88. ec01aa9 - Fix the definition of the linuxbios table so all of the compilers by Eric Biederman · 20 years ago
  89. 7213d0f i2c mux support by Yinghai Lu · 20 years ago
  90. 7bf1b48 *** empty log message *** by Yinghai Lu · 20 years ago
  91. 9562049 reformat by Li-Ta Lo · 20 years ago
  92. b2d7728 debug device added by Yinghai Lu · 20 years ago
  93. 652ae6f we decide not to enable BM DAM form them by Li-Ta Lo · 20 years ago
  94. 8085f03 SI Class code check by Yinghai Lu · 20 years ago
  95. 73f2282 - Add a generic device that does nothing by Eric Biederman · 20 years ago
  96. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  97. f2065a4 add qemu graphics card initialization driver by Stefan Reinauer · 20 years ago
  98. 319d673 add some debugging by Stefan Reinauer · 20 years ago
  99. 97c4947 Changes for btext and etherboot and filo merge support by Yinghai Lu · 20 years ago
  100. 234454d add missing include files for btext console. add YhLu's fixes to ragexl code by Stefan Reinauer · 20 years ago