1. 8f95eda oops, these two were missed in the last cleanup. by Stefan Reinauer · 15 years ago
  2. 5fe6e23 Catch various cases in libpayload where malloc() or memalign() return NULL by Stefan Reinauer · 15 years ago
  3. 131c007 * drop duplicate prototype for lib_get_sysinfo() by Stefan Reinauer · 15 years ago
  4. e3f39b5 by Ward Vandewege · 15 years ago
  5. 4551b49 drop dead nested assignment (trivial) by Stefan Reinauer · 15 years ago
  6. fc4226c trivial typo in a comment by Stefan Reinauer · 15 years ago
  7. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  8. aeb6c98 sb/via/k8t890: add vga textmode code for k8m890 chrome igp. by Luc Verhaegen · 15 years ago
  9. b2bd996 We did together some patch which makes finally a MMCONFIG workable in by Rudolf Marek · 15 years ago
  10. 8dee52d Don't put .o files in the source tree. (trivial) by Stefan Reinauer · 15 years ago
  11. f5c38c0 Fix a redundant declaration warning (trivial) by Stefan Reinauer · 15 years ago
  12. 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
  13. cdfe376 clean up acpi table strings, as discussed on the list by Stefan Reinauer · 15 years ago
  14. aecf251 Another include file slipped. This gets via/epia-m building again. by Stefan Reinauer · 15 years ago
  15. a5fdadf Kontron updates, get board up to date with i945 and ich7 updates. by Stefan Reinauer · 15 years ago
  16. e1a6657 this bug sneaked in during conversion by Stefan Reinauer · 15 years ago
  17. 573f7d4 Intel ICH7 updates by Stefan Reinauer · 15 years ago
  18. 71a3d96 * drop ich7 include by Stefan Reinauer · 15 years ago
  19. 4da810b add intel speedstep support and some PM fixes. by Stefan Reinauer · 15 years ago
  20. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  21. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  22. c366cd0 Add more warnings to CFLAGS, and also add some to HOSTCFLAGS by Stefan Reinauer · 15 years ago
  23. 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
  24. 094198c Rewrite keyboard driver to actually wait time in ms as specified in the specs, by Stefan Reinauer · 15 years ago
  25. 163ff1d - Remove superfluous / from path - use make -C instead of workaround by Stefan Reinauer · 15 years ago
  26. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  27. 4fbefdd * rework tsc based timer code to use inb instead of outb for calibration by Stefan Reinauer · 15 years ago
  28. 925b6c0 * cleanup ricoh rl5c476 code: by Stefan Reinauer · 15 years ago
  29. 733263c Remove a comment that no longer applies. Trivial. by Myles Watson · 15 years ago
  30. 28f17db Add legacy I/O region for vt8237r southbridge. by Myles Watson · 15 years ago
  31. 85a94f6 Rename some preprocessor symbols. I have no idea why by Patrick Georgi · 15 years ago
  32. 951f588 The file string.h is also included in romcc code, which has no malloc(). by Stefan Reinauer · 15 years ago
  33. 0c88655 coding style fixes for powernow (trivial) by Stefan Reinauer · 15 years ago
  34. 6afcea8 drop unused variable (trivial) by Stefan Reinauer · 15 years ago
  35. f23804b This patch fixes payloads on certain Fedora versions by Stefan Reinauer · 15 years ago
  36. 219cece Fix off-by-one bug in libpayload UHCI driver by Stefan Reinauer · 15 years ago
  37. f107538 strdup the input of dirname, as dirname is free by Patrick Georgi · 15 years ago
  38. 19bc45d by Ward Vandewege · 15 years ago
  39. 36e8ff4 by Ward Vandewege · 15 years ago
  40. fcee8fe by Ward Vandewege · 15 years ago
  41. b17f952 This is an obvious bug which I overlooked when I worked on the AM2r2 modules. by Zheng Bao · 15 years ago
  42. 782de9a Separate cache_as_ram_auto.c and failover.c for Tyan s2895. by Myles Watson · 15 years ago
  43. 4e2ffb8 Fix VIA EPIA-M700 target enough for a first serial boot log. by Uwe Hermann · 15 years ago
  44. 3839a8e trivial fixes to function declarations (and build system test) by Stefan Reinauer · 15 years ago
  45. 7a0f01f Superiotool: Add IT8703F support. by Luc Verhaegen · 15 years ago
  46. fc6de69 Fix MS-6178 boot by setting unused device (CIR) to 'off' (trivial). by Uwe Hermann · 15 years ago
  47. e42e142 Apparently I'm not the only one who forgets which way the outb and by Ed Swierk · 15 years ago
  48. 7d4fd2c This seems to be a more official, common, simple way to check if the CPU is dual core or by Zheng Bao · 15 years ago
  49. 9f26b8f msrtool: CS5536: The most important interrupt MSRs and some DIVIL MSRs. by Peter Stuge · 15 years ago
  50. 2698fe5 Add CONFIG_ARCH_X86=0 to sandpointx3_altimus_mpc7410. by Myles Watson · 15 years ago
  51. 42f75c3 Add pci_rawops.h from the mailing list and fix the via/epia-m700 build. by Myles Watson · 15 years ago
  52. bf12dda ChangeLog: Change the parallel port from polling to interrupt-driven. by Harald Gutmann · 15 years ago
  53. 941c1fd Add initial support for a CBFS module for coreinfo. by Uwe Hermann · 15 years ago
  54. 280df10 Add the IORESOURCE_BRIDGE flag to the fam10 resources for the benefit of the resource allocator. by Myles Watson · 15 years ago
  55. ca807f1 Enable onboard-VGA on the Mitac 6513WU board. by Michael Gold · 15 years ago
  56. b70a45a Add support for the Mitac 6513WU mainboard, a Compaq OEM board using the by Michael Gold · 15 years ago
  57. 3f1458d Fix build for i810 boards that don't enable onboard VGA, yet. by Uwe Hermann · 15 years ago
  58. 328bccc Enable onboard VGA on the MS-6178 (i810 chipset) board (trivial). by Uwe Hermann · 15 years ago
  59. 76a88d0 Various Intel 82810/82810E changes which allow onboard VGA to work. by Elia Yehuda · 15 years ago
  60. bd4f2f8 Fix many things for via/epia-m700 to build. by Myles Watson · 15 years ago
  61. 29be535 ChangeLog: by Harald Gutmann · 15 years ago
  62. c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 15 years ago
  63. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  64. 2468331 by Ward Vandewege · 15 years ago
  65. 1a692d8 Add support for the Intel Eagle Heights development board. by Thomas Jourdan · 15 years ago
  66. 6c96517 Fix typo and only output post code if the work was done. by Myles Watson · 15 years ago
  67. 08405e7 Fix abuild for via/epia-n. Trivial. by Myles Watson · 15 years ago
  68. 9a7368d I missed three files. by Jon Harrison · 15 years ago
  69. 0d4a08e let abuild autodetect the coreboot path a bit better. So in the top level of by Stefan Reinauer · 15 years ago
  70. 3c6bd6c the file was not really different, so use the default file (trivial, since it by Stefan Reinauer · 15 years ago
  71. cfb9cd2 by Jon Harrison · 15 years ago
  72. db8b411 Add AMD family 10 AM2r2 support. by Zheng Bao · 15 years ago
  73. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  74. 36f230e whoops. missed those two.. by Stefan Reinauer · 15 years ago
  75. 775c04e commit svn:externals for last commit (what a pain) (1/2) by Stefan Reinauer · 15 years ago
  76. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  77. 9702b6b add new supported chipset Add identification for X58 and ICH10R. by Warren Turkal · 15 years ago
  78. b1ff95c This copy of flashrom is old and unmaintained. Delete it to avoid by Patrick Georgi · 15 years ago
  79. 1220c50 flashrom is a separate project now. Thus we don't enforce it on our users. by Stefan Reinauer · 15 years ago
  80. 3f57548 Impact: fix vmlinux from 2.6.30 by Yinghai Lu · 15 years ago
  81. 3ddbfb8 Add a target/ directory for the VIA EPIA-M700 board, so we can build it. by Uwe Hermann · 15 years ago
  82. 22b44ba Add dump support for SMSC LPC47N252. by François-Regis Vuillemin · 15 years ago
  83. db52fb8 Don't dump 0x07 registers, they're useless as they change every time by Uwe Hermann · 15 years ago
  84. 556e6fb This adds register definitions for all logical devices on the SMSC by Michael Gold · 15 years ago
  85. 78fdd60 Add dump information for F71862FG and F71863FG. by Arjan Koers · 15 years ago
  86. bb21b2e Remove the object files for cbfs from target directories and add a by Myles Watson · 15 years ago
  87. 455e223 The problem is that the check to see if we're at the end is never reached. I by Myles Watson · 15 years ago
  88. 8c19f94 Add support for the Soyo SY-6BA+ III board. by Uwe Hermann · 15 years ago
  89. 3310d75 by Rudolf Marek · 15 years ago
  90. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  91. 24fbb7d work around initobject breakage in pc80/Config.lb by Stefan Reinauer · 15 years ago
  92. 6114311 Convert the MSI MS-6178 board to CBFS. by Uwe Hermann · 15 years ago
  93. 62cfe16 ChangeLog: by Harald Gutmann · 15 years ago
  94. ecf4ef0 by Ward Vandewege · 15 years ago
  95. da83361 Change Log: Fix interrupt handling in mptable.c on M57SLI. by Harald Gutmann · 15 years ago
  96. b735f85 Change Log: Activate HIGH_TABES on M57SLI by Harald Gutmann · 15 years ago
  97. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  98. aac8dc8 Patch AMD Fam10 C2 for errata 327, 344, 346, 354, 351. by Marc Jones · 15 years ago
  99. cbefc23 Maximilian Thuermer found a bug where the HT link capability code was always by Marc Jones · 15 years ago
  100. d41de2e These changes implement car in qemu. The implementation is in several by Ronald G. minnich · 15 years ago