1. cd37a2b devicetree: Rename unused parameter to passthru by Kyösti Mälkki · 9 years ago
  2. 6ccf119 HyperTransport: Use subordinate property to track chain enumeration by Kyösti Mälkki · 9 years ago
  3. b39714e HyperTransport: Move pci_scan_bus() call by Kyösti Mälkki · 9 years ago
  4. 5e59757 acpi: make fill_slit and fill_srat into arguments. by Vladimir Serbinenko · 10 years ago
  5. c0ee937 AMD K8: Fix allocation size for HyperTransport links by Kyösti Mälkki · 9 years ago
  6. 11c79d7 AMD K8: Move the test for connected HyperTransport link by Kyösti Mälkki · 10 years ago
  7. 26c6647 AMD K8 fam10: Refactor offset_unitid configuration by Kyösti Mälkki · 10 years ago
  8. 260a6db AMD K8 fam10: Drop link_num from scan_chain parameters by Kyösti Mälkki · 10 years ago
  9. fe57eeb AMD K8 fam10: Remove some excessive preprocessor use by Kyösti Mälkki · 10 years ago
  10. 2a19fb1 amdfam10: Move to per-device ACPI by Vladimir Serbinenko · 10 years ago
  11. 812d2a4 northbridge/amd: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  12. f21271e Fix mismerge of ACPI patches by Vladimir Serbinenko · 10 years ago
  13. 6985d4e amdk8: Move to per-device ACPI by Vladimir Serbinenko · 10 years ago
  14. 2f9b3af AMD boards: Fix comment style and typos by Kyösti Mälkki · 10 years ago
  15. 26c6543 AMD boards: Fix typos by Kyösti Mälkki · 10 years ago
  16. a37383d Replace all occurences of sprintf with snprintf by Vladimir Serbinenko · 11 years ago
  17. 2b790f6 CBMEM AMD: Fix calls to set_top_of_ram_once() by Kyösti Mälkki · 11 years ago
  18. e7e847c CBMEM AMD: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  19. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  20. 8ecec21 Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region" by Nico Huber · 11 years ago
  21. 1fde22c siemens/sitemp_g1p1: Make ACPI report the right mmconf region by Patrick Georgi · 11 years ago
  22. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  23. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  24. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  25. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  26. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  27. 87213b6 Fix AMD UMA for RS780 by Kyösti Mälkki · 12 years ago
  28. c33f1e9 AMD northbridges: factor out CPU allocation by Kyösti Mälkki · 12 years ago
  29. cd9fc1a AMD northbridges: rewrite CPU allocation by Kyösti Mälkki · 12 years ago
  30. dbc4739 AMD northbridge: copy TOP_MEM and TOP_MEM2 for distribution by Kyösti Mälkki · 12 years ago
  31. 7bdf85b Move cpus_ready_for_init() to AMD K8 by Kyösti Mälkki · 12 years ago
  32. 6b5eb1c AMD and GFXUMA: move setup_uma_memory() to northbridge by Kyösti Mälkki · 12 years ago
  33. f803ac4 AMD K8 and AMDFAM10, GFXUMA: drop use of uma_memory_base by Kyösti Mälkki · 12 years ago
  34. de3dde4 AMD: Fix GFXUMA with 4GB or more RAM by Kyösti Mälkki · 12 years ago
  35. ba589e3 Move setup_uma_memory() to K8 northbridge by Kyösti Mälkki · 12 years ago
  36. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  37. 63f8c08 Add global uma_resource() by Kyösti Mälkki · 12 years ago
  38. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  39. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  40. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  41. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  42. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  43. f3cce2f MTRR related improvements for AMD family 10h and family 0Fh systems by Scott Duplichan · 14 years ago
  44. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  45. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  46. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  47. 6507b39 Make k8 & fam10 northbridge.c code more similar. by Myles Watson · 14 years ago
  48. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  49. b904d7b High tables don't have to be on node 0 on K8. Make it less restrictive. by Myles Watson · 14 years ago
  50. 29ceae2 As Myles suggested a while back: Switch long time #warnings to be comments by Stefan Reinauer · 14 years ago
  51. d4f5373 zero warnings days. by Stefan Reinauer · 14 years ago
  52. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 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. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  55. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  56. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  57. 311c564 Trivial regrouping of a calculation to simplify it. by Myles Watson · 15 years ago
  58. 8f3b858 by Stefan Reinauer · 15 years ago
  59. bea4cc6 When I converted an #ifdef to an #if it broke the code because the variable was by Myles Watson · 15 years ago
  60. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  61. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  62. 733263c Remove a comment that no longer applies. Trivial. by Myles Watson · 15 years ago
  63. c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 15 years ago
  64. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  65. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  66. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  67. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  68. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  69. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  70. 3a8565a During the suspend/resume programming I came to an issue that first 4KB of by Rudolf Marek · 15 years ago
  71. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  72. 283a494 This patch adds common elements for ck804-based boards. by Myles Watson · 15 years ago
  73. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  74. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  75. 734acd5 Fix breakage caused by r3822. I should have known not to touch the k8 stuff... by Corey Osgood · 16 years ago
  76. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  77. d61ada6 Whitespace cleanup (trivial). by Myles Watson · 16 years ago
  78. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  79. 572268e Fix the resource end in amdk8/northbridge.c. by Rudolf Marek · 17 years ago
  80. 18c70d7 More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE. by Yinghai Lu · 17 years ago
  81. da38d60 This commit is part of YhLu's patch from January 18th. by Yinghai Lu · 17 years ago
  82. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  83. 260f1cc typo by Yinghai Lu · 19 years ago
  84. 5e4d08e type error fixed... by Yinghai Lu · 19 years ago
  85. 653ee54 fix bus problem with s2885 with issue 47 by Yinghai Lu · 19 years ago
  86. b3b1b2d from issue 47, put chain on bus 0, 0x40, 0x80, 0xc0 by Yinghai Lu · 19 years ago
  87. bbdd8f4 1203_hcdn.diff: by Stefan Reinauer · 19 years ago
  88. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  89. f5183cf Applying YhLu's patch from issue 37. by Stefan Reinauer · 19 years ago
  90. f622d59 by Stefan Reinauer · 19 years ago
  91. 8b26cab - See Issue Tracker id-4 "lnxi-patch-4" by Jason Schildt · 19 years ago
  92. 043b409 Undoing all HDAMA commits from LNXI from r2005->2003 by Jason Schildt · 19 years ago
  93. 6e44b42 - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree. by Jason Schildt · 19 years ago
  94. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  95. ef03afa Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34 by arch import user (historical) · 19 years ago
  96. 6a2798d move apic cluster before pci_domain in MB Config.lb by Yinghai Lu · 20 years ago
  97. b5d9af4 move apic cluster before pci_domain in MB Config.lb by Yinghai Lu · 20 years ago
  98. bec039c minor reformat by Li-Ta Lo · 20 years ago
  99. 515f6c7 works for PCI vga cards too by Li-Ta Lo · 20 years ago
  100. 20a2a57 no siblings yet by Yinghai Lu · 20 years ago