1. 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 16 years ago
  2. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  3. 4505948 Use the correct device for switching on HDA. by Dan Lykowski · 16 years ago
  4. 8db0cfe Following patch converts the run-time SSDT patching via update_ssdt funtion to by Rudolf Marek · 16 years ago
  5. 742655b Following patch adds missing CPU names. Please check by Rudolf Marek · 16 years ago
  6. 293b5f5 Following patch adds dynamic ACPI AML code generator which can be used to by Rudolf Marek · 16 years ago
  7. 1c49bc9 Bring AMD K8 ACPI mangling more in line with Fam10 ACPI mangling. No by Carl-Daniel Hailfinger · 16 years ago
  8. fe53c76 Correct FDAT->FADT typo. by Carl-Daniel Hailfinger · 16 years ago
  9. cab81c0 Fix rs690 bug about GPPSB configuration. by Maggie Li · 16 years ago
  10. df2eb8e Now that x86emu debugging is actually working, it should be switched off per by Stefan Reinauer · 16 years ago
  11. 679c9f9 forgot to svn add by Stefan Reinauer · 16 years ago
  12. 54309d6 Update Kontron board by Stefan Reinauer · 16 years ago
  13. 977ed2d fix small TOLUD issue in i945 raminit (trivial) by Stefan Reinauer · 16 years ago
  14. ebb763f put in a little comment (trivial) by Stefan Reinauer · 16 years ago
  15. 23b655f some brown paperbag please. fix build. by Stefan Reinauer · 16 years ago
  16. 9ab2160 fix compiler warnings (trivial) by Stefan Reinauer · 16 years ago
  17. a829bfe add a header file for i8259.h (trivial) by Stefan Reinauer · 16 years ago
  18. 5833f7c Backport all x86emu fixes from Pattrick Hueper to coreboot v2 (acked in v2, by Stefan Reinauer · 16 years ago
  19. 20b261d Fix register typo for core 2 cpus (trivial) by Stefan Reinauer · 16 years ago
  20. c598330 fix compiler warnings (trivial) by Stefan Reinauer · 16 years ago
  21. 8c4af2b This fine work by Jon Dufresne was awkwardly rotting on the mailing list for by Jon Dufresne · 16 years ago
  22. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  23. 94f1777 fix inconsistent user interface naming. don't show compile paths to users by Stefan Reinauer · 16 years ago
  24. 26d431a fix coding style (trivial) by Stefan Reinauer · 16 years ago
  25. fc2e8ed Trivial stuff: by Stefan Reinauer · 16 years ago
  26. 90308bb Check the printk format string against the matching arguments. We have by Carl-Daniel Hailfinger · 16 years ago
  27. d0363c3 ouch. never do last minute changes. :-( by Stefan Reinauer · 16 years ago
  28. 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 16 years ago
  29. d8aaeaa1 The DBM90T code sets bit 10 in _PSS as part of the control value, but by Carl-Daniel Hailfinger · 16 years ago
  30. 734d09e First part of heterogenous dualchannel support. by Carl-Daniel Hailfinger · 16 years ago
  31. 1d72e10 Refactor K8 rev F DDR2 CL timing retrieval. by Carl-Daniel Hailfinger · 16 years ago
  32. abcddcd Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, using by Carl-Daniel Hailfinger · 16 years ago
  33. 6912846 Adds a retry/faildown to SB600 SATA detection logic. by Dan Lykowski · 16 years ago
  34. 0f502c7 amdk8: This patch fixes ram init problems when using the 9W Sempron part. by Dan Lykowski · 16 years ago
  35. 6ef8e0f Check to see if K8 processor is capable of changing FIDVID otherwise it will throw a GP# when reading FIDVID_STATUS by Dan Lykowski · 16 years ago
  36. 4dad150 Ignore some more sections, created by newer toolchains by Patrick Georgi · 16 years ago
  37. 505aaf5 The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for by Marc Jones · 16 years ago
  38. fdbb8d8 Add support for the Winbond W83627UHG Super I/O. by Dan Lykowski · 16 years ago
  39. 1d7db86 The SB600 RPR documentation does not mention what to do if SATA_BAR0+6 by Carl-Daniel Hailfinger · 16 years ago
  40. 098d590 Fix AMD Pistachio implicit declarations in the same way as with AMD by Zheng Bao · 16 years ago
  41. a2f722a Fix implicit declarations in the AMD DBM690T target by using the right by Carl-Daniel Hailfinger · 16 years ago
  42. 1cced2f This belongs to changeset: 3840 by Rudolf Marek · 16 years ago
  43. da3d5df Following patch fixes error code 12 in Windows XP and Vista. The function field of _PRT entry must be always 0xffff (any function). by Rudolf Marek · 16 years ago
  44. 79e5325 The attached patch adds missing bits to ACPI to make Windows XP and Windows Vista happy. by Rudolf Marek · 16 years ago
  45. 33f9633 Handle RS690 quirks for 1 GHz noncoherent HyperTransport. by Carl-Daniel Hailfinger · 16 years ago
  46. 5a3c846 Remove a unneccessary typedef from acpi_tables.c in the AMD Pistachio by Carl-Daniel Hailfinger · 16 years ago
  47. b96af1e Fix implicit declarations of pci_read_config32 and pci_write_config32 in by Maggie Li · 16 years ago
  48. c589e5a Add verbose debugging output at SPEW level to noncoherent HyperTransport by Carl-Daniel Hailfinger · 16 years ago
  49. a5436c6 Fix implicit declarations of get_bus_conf. by Carl-Daniel Hailfinger · 16 years ago
  50. bfa009f Fix implicit declarations of pci_read_config8 and pci_write_config8 in by Carl-Daniel Hailfinger · 16 years ago
  51. eb30bf8 Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.c by Carl-Daniel Hailfinger · 16 years ago
  52. 93159bf In the process of trying to debug some HT sync problems I added lots of by Carl-Daniel Hailfinger · 16 years ago
  53. da416f8 Fix dell/s1850 broken in r3822, and prepare it for implicit declaration by Corey Osgood · 16 years ago
  54. 48994e1 This adds a mptable for the VIA pc2500e. I've tested with the devices by Jonathan A. Kollasch · 16 years ago
  55. b1fc0ba Add some comments to make it easier to enable onboard VGA for by Uwe Hermann · 16 years ago
  56. 734acd5 Fix breakage caused by r3822. I should have known not to touch the k8 stuff... by Corey Osgood · 16 years ago
  57. 40e51fd This patch fixes the build for asus/m2v-mx_se. Its hard_reset function is not by Myles Watson · 16 years ago
  58. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  59. 716e567 I honestly have no idea if the previous use of the vt8235's serial functions by Corey Osgood · 16 years ago
  60. fbfdba7 Fix the only implicit declaration before it becomes an error. by Corey Osgood · 16 years ago
  61. 809242a Fix implicit declaration in cn700/vt8237 code by Corey Osgood · 16 years ago
  62. 43bb9cd This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. by Myles Watson · 16 years ago
  63. 845a2eba Add another CPUID to the Via C7's table, the one on my Jetway J7F2. by Corey Osgood · 16 years ago
  64. bb069e1 Add 690G and 690(MT) internal graphics support. by Zheng Bao · 16 years ago
  65. cc44730 Add initial support for the ASUS P2B-DS (dual-CPU) mainboard. by Uwe Hermann · 16 years ago
  66. e65dcfa oops. there went a new mainboard into the tree and i missed it. Add mainboard by Stefan Reinauer · 16 years ago
  67. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  68. 42f03e5 Improve comments in early SB600 setup, handle non-LPC strapping and by Carl-Daniel Hailfinger · 16 years ago
  69. 8eaafbf Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards. by Uwe Hermann · 16 years ago
  70. 19ead96 AMD PISTACHIO mainboard support. by Maggie Li · 16 years ago
  71. 8b643cea Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset. by Uwe Hermann · 16 years ago
  72. ce00f1d Fixes to AMD MCT code, found by Marco Schmidt <mschmidt@dspace.de> by Stefan Reinauer · 16 years ago
  73. f82a077 The TALERT of ADT7461 should be pull back high if the temperature is within the limit. It is done by reading the register whose device address is 0xC. It is not trivial as it looks. by Maggie Li · 16 years ago
  74. c73fca3 Add initial support for the NEC PowerMate 2000 board. by Uwe Hermann · 16 years ago
  75. e94e2e3 This belongs to changeset 3795. by Rudolf Marek · 16 years ago
  76. 31e52e6 The patch changes the LDTSTOP length as well mostly default content of 0xec, by Rudolf Marek · 16 years ago
  77. 806def8 I missed the svn add on r3787. These are the additional files. by Joe Bao · 16 years ago
  78. 7c3d3b2 Add AMD dbm690t ACPI support. by Joe Bao · 16 years ago
  79. 40d46ba Add AMD rs690 VID DID reporting and some minor cleanups. by Joe Bao · 16 years ago
  80. 164463c Add AMD sb600 HPET setup and some minor cleanups. by Joe Bao · 16 years ago
  81. b4eb4fb ok, another attempt to the build_opt_tbl problem: by Stefan Reinauer · 16 years ago
  82. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  83. 38bee3c This patch fixes the ugly race condition created through build_opt_tbl by Stefan Reinauer · 16 years ago
  84. 1683cef Remove the unnecessary memctrl[] indirection, 440BX only has one by Uwe Hermann · 16 years ago
  85. d24fe7e i810: Add support for multiple DIMMs, both single-sided and double-sided, by Elia Yehuda · 16 years ago
  86. 4cf5ecf Get rid of the unnecessary indirection by 'struct mem_controller' for the by Uwe Hermann · 16 years ago
  87. 8c558d3 OK, people, watch this. by Stefan Reinauer · 16 years ago
  88. 86c9b88 Coding-style and whitespace fixes (also to make the code more similar by Uwe Hermann · 16 years ago
  89. f31ca16 Add support for the LiPPERT Cool RoadRunner-LX embedded PC board: by Jens Rottmann · 16 years ago
  90. 8ab91d8 i810: Add some more comments, and especially add a list of tested BUFF_SC by Uwe Hermann · 16 years ago
  91. e35d5e3 drop dead code in sb600 hda by Stefan Reinauer · 16 years ago
  92. a04b107 Add another AM2 cpuid to the name string. Also, colapse the cases for duplicate strings to save some space. by Marc Jones · 16 years ago
  93. 3bb2628 Thanks to Uwe Hermann for spotting this typo. by Stefan Reinauer · 16 years ago
  94. 1ec5094 Add support for the Winbond W83627DHG Super I/O. by Uwe Hermann · 16 years ago
  95. 81af3d4 [PATCH] coreboot-v2: Add multiboot support by Robert Millan · 16 years ago
  96. 3b6c527 Always enable serial before SMBus (or as early as possible), as the SMBus by Uwe Hermann · 16 years ago
  97. 779b3e3 Merge some parts of the i945 review (trivial): by Stefan Reinauer · 16 years ago
  98. a163729 i945.h: Add some more comments, align data for better readability (trivial). by Uwe Hermann · 16 years ago
  99. 160361a The POST_CODE macro had the outb() argument order backwards. by Carl-Daniel Hailfinger · 16 years ago
  100. c1c207f Re-add "based on" lines. by Uwe Hermann · 16 years ago