1. 054c723 use pointers instead of size_t when dealing with pointers. Also fix a few by Stefan Reinauer · 15 years ago
  2. f8c77e8 use inb instead of outb for delays in usb debug code (trivial) by Stefan Reinauer · 15 years ago
  3. 9cbbc79 really clean out all compile time generated files (trivial) by Stefan Reinauer · 15 years ago
  4. 59c36f9 During the conversion of flash chip accesses to helper functions, I by Carl-Daniel Hailfinger · 15 years ago
  5. bba113e If get_pbus() is called for a device which has no parent/ancestor bus by Carl-Daniel Hailfinger · 15 years ago
  6. ac12ecd flashrom: Use helper functions to access flash chips. by Carl-Daniel Hailfinger · 15 years ago
  7. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  8. 4b95ced fix make clean as suggested by Myles Watson. by Stefan Reinauer · 15 years ago
  9. 6b2e760 Small bug somehow slipped there. The method body length is incorrectly computed. by Rudolf Marek · 15 years ago
  10. fc19248 (Trivial) Add missing header file. by Rudolf Marek · 15 years ago
  11. 36c8340 Some changes required to get yabel working on v2 (and they generally make by Stefan Reinauer · 15 years ago
  12. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  13. 3c924d2 fix those two boards that broke due to the config tool fixes. by Stefan Reinauer · 15 years ago
  14. 9987ad8 This is a small fix for the last checkin (does not fix those two boards) that by Stefan Reinauer · 15 years ago
  15. 21c8b5a With this patch the v2 build system will create a directory hierarchy by Stefan Reinauer · 15 years ago
  16. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  17. 678d614 This patch makes several CMOS/NVRAM reads dependent on whether there's a table to read. Otherwise you never know what you'll get from the factory BIOS. There are probably more, but these are the ones compiled into the s2895. by Myles Watson · 15 years ago
  18. a85c005 flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ by Zheng Bao · 15 years ago
  19. c5a2ec6 libpayload: Fix build when both USB and PS/2 keyboard support is disabled by Mart Raudsepp · 15 years ago
  20. bc8744e flashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  21. fe849b2f This patch is for AMD boards which can do the P state generation. This just by Rudolf Marek · 15 years ago
  22. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 15 years ago
  23. d58671c Add QWord support to acpigen. by Carl-Daniel Hailfinger · 15 years ago
  24. 142cad1 by Ulf Jordan · 15 years ago
  25. 08afc6d Unify CAR so the same compiled code does the right thing on both by Patrick Georgi · 15 years ago
  26. b575d67 This is a safety measure, since the shipping buildrom fails badly at present. by Ronald G. Minnich · 15 years ago
  27. 5389c7f - Fix up amd pistachio and dbm690t. by Stefan Reinauer · 15 years ago
  28. a175533 Change Log: Bellongs to r3947 by Rudolf Marek · 15 years ago
  29. 537bd5f Bellongs to r3946 by Rudolf Marek · 15 years ago
  30. f997b55 Following patch adds dynamically generated P-States infrastructure as well as by Rudolf Marek · 15 years ago
  31. 66948f7 This target is dead. by Ronald G. Minnich · 15 years ago
  32. 31197a6 Increase ROM_IMAGE_SIZE for the agami aruma to resolve overlapping sections. by Carl-Daniel Hailfinger · 15 years ago
  33. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  34. 7f86ed1 Fix mtrr setup for UMA architectures. by Stefan Reinauer · 15 years ago
  35. e755bc1 Fix typo in PCI ID (1914 should have been 7914). by Carl-Daniel Hailfinger · 15 years ago
  36. d64b244 Remove dead lines. Trivial. by Carl-Daniel Hailfinger · 15 years ago
  37. d76d579 Rename TOM to TOM1 and refer to the SSDT value with an External(TOM1) clause. by Carl-Daniel Hailfinger · 15 years ago
  38. 6a20878 Improve mainboard.c comments for DBM690T and Pistachio. by Carl-Daniel Hailfinger · 15 years ago
  39. 7dde1da Print a loud warning message if we run out of MTRRs. by Carl-Daniel Hailfinger · 15 years ago
  40. 9dff094 Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929. by Carl-Daniel Hailfinger · 15 years ago
  41. 6818a32 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  42. 3ba0ce5 Fix bayou payload execution. by Ulf Jordan · 15 years ago
  43. 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 15 years ago
  44. cd7e9b5 flashrom: Fix broken flash chip base address logic by Peter Stuge · 15 years ago
  45. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  46. 4505948 Use the correct device for switching on HDA. by Dan Lykowski · 15 years ago
  47. 8db0cfe Following patch converts the run-time SSDT patching via update_ssdt funtion to by Rudolf Marek · 15 years ago
  48. 742655b Following patch adds missing CPU names. Please check by Rudolf Marek · 15 years ago
  49. 1588426 flashrom: MSI MS-7046 board enable by Peter Stuge · 15 years ago
  50. e66c258 Following patch fixes VIA SPI (VT8237S). It needs to have opcodes by Rudolf Marek · 15 years ago
  51. 293b5f5 Following patch adds dynamic ACPI AML code generator which can be used to by Rudolf Marek · 15 years ago
  52. 1c49bc9 Bring AMD K8 ACPI mangling more in line with Fam10 ACPI mangling. No by Carl-Daniel Hailfinger · 15 years ago
  53. b6dc723 Factor out read and erase functions from flashrom main(). by Carl-Daniel Hailfinger · 15 years ago
  54. fe53c76 Correct FDAT->FADT typo. by Carl-Daniel Hailfinger · 15 years ago
  55. 3108a12 msrtool: Allow MSR symbols (names) to also be used as addresses. by Peter Stuge · 15 years ago
  56. c1d6ed9 msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits. by Peter Stuge · 15 years ago
  57. a886624 flashrom: Add VT8237A PCI ID by Peter Stuge · 15 years ago
  58. 726c16d flashrom: Fix one dead increment and one dead assignment as found by clang. by Peter Stuge · 15 years ago
  59. c39cb14 flashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  60. f3bc765 flashrom: Fix copypaste error in r3913. by Peter Stuge · 15 years ago
  61. fbda0d3 msrtool: AMD CS5536 probe implementation. by Peter Stuge · 15 years ago
  62. 279cdbb msrtool: Make configure work with zsh, the default shell in Darwin. by Peter Stuge · 15 years ago
  63. c800eeb flashrom: SST25VF040B using 0x90 identification and AAI write. by Peter Stuge · 15 years ago
  64. 9ee4415 flashrom: Decode SST25VF040B status register, also from July 2008. by Peter Stuge · 15 years ago
  65. 37c4a96 flashrom: Intel Desktop Board D201GLY by Peter Stuge · 15 years ago
  66. 36b3932 flashrom: Winbond SuperIO SPI driver. by Peter Stuge · 15 years ago
  67. 8991302 flashrom: Export Winbond SuperIO register access functions in board_enable.c. by Peter Stuge · 15 years ago
  68. 732a229 flashrom: Document exit() codes introduced in r3907. by Peter Stuge · 15 years ago
  69. 800621e flashrom: exit(2) on /dev/mem open() failure and exit(3) on mmap() failure. by Peter Stuge · 15 years ago
  70. 0860215 flashrom: Add license header to physmap.c so everyone is happy. :) by Peter Stuge · 15 years ago
  71. 713ee92 flashrom: Darwin / Mac OS X by Stefan Reinauer · 15 years ago
  72. d48091a flashrom: Small cleanup in Makefile. by Peter Stuge · 15 years ago
  73. 53ac394 flashrom: Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call. by Stefan Reinauer · 15 years ago
  74. ac29d61 fix a potential null pointer reference in strdup (as found by Patrick Georgi) by Stefan Reinauer · 15 years ago
  75. 8c4421d flashrom: Change flashrom.c:map_flash_registers() from int to void. by Peter Stuge · 15 years ago
  76. 8dec57f flashrom: Forgot some things in r3899. by Peter Stuge · 15 years ago
  77. e03d84a flashrom: Little readability improvement in cbtable.c:coreboot_init() by Peter Stuge · 15 years ago
  78. 09c0b7c flashrom: Change FreeBSD #ifdef into #if defined() by Stefan Reinauer · 15 years ago
  79. bb79ba4 flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n. by Peter Stuge · 15 years ago
  80. 68c0cec flashrom: Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets. by Peter Stuge · 15 years ago
  81. 2450419 flashrom: Beautify flash chip ID verbose printout a little, always use %02x. by Peter Stuge · 15 years ago
  82. 7e6ff8b flashrom: Fix stupid off-by-one error in erase verification. by Peter Stuge · 15 years ago
  83. 269e1bd flashrom: ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  84. 6f77eeb flashrom: SST25VF080B TEST_OK_PROBE by Peter Stuge · 15 years ago
  85. cab81c0 Fix rs690 bug about GPPSB configuration. by Maggie Li · 15 years ago
  86. 2e54813 flashrom: Check all mmap() calls and print helpful Linux error message. by Peter Stuge · 15 years ago
  87. 8a681b1 flashrom: Provide some hints for the user in case /dev/mem mmap fails. by Peter Stuge · 15 years ago
  88. df2eb8e Now that x86emu debugging is actually working, it should be switched off per by Stefan Reinauer · 15 years ago
  89. 679c9f9 forgot to svn add by Stefan Reinauer · 15 years ago
  90. 54309d6 Update Kontron board by Stefan Reinauer · 15 years ago
  91. 977ed2d fix small TOLUD issue in i945 raminit (trivial) by Stefan Reinauer · 15 years ago
  92. ebb763f put in a little comment (trivial) by Stefan Reinauer · 15 years ago
  93. 23b655f some brown paperbag please. fix build. by Stefan Reinauer · 15 years ago
  94. 9ab2160 fix compiler warnings (trivial) by Stefan Reinauer · 15 years ago
  95. a829bfe add a header file for i8259.h (trivial) by Stefan Reinauer · 15 years ago
  96. 5833f7c Backport all x86emu fixes from Pattrick Hueper to coreboot v2 (acked in v2, by Stefan Reinauer · 15 years ago
  97. 20b261d Fix register typo for core 2 cpus (trivial) by Stefan Reinauer · 15 years ago
  98. c598330 fix compiler warnings (trivial) by Stefan Reinauer · 15 years ago
  99. 8c4af2b This fine work by Jon Dufresne was awkwardly rotting on the mailing list for by Jon Dufresne · 15 years ago
  100. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 15 years ago