1. 70d92b9 CBMEM: Clarify CBMEM_TOP_BACKUP function usage by Kyösti Mälkki · 7 years ago
  2. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 8 years ago
  3. 27198ac MMCONF_SUPPORT: Drop redundant logging by Kyösti Mälkki · 8 years ago
  4. e25b5ef MMCONF_SUPPORT: Consolidate resource registration by Kyösti Mälkki · 8 years ago
  5. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  6. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  7. ed5f159 northbridge/intel/i3100: Add space around operators by Elyes HAOUAS · 8 years ago
  8. 6e8b3c1 src/northbridge: Improve code formatting by Elyes HAOUAS · 8 years ago
  9. 12df950 northbridge/intel: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  10. 15279a9 src/northbridge: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  11. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  12. 264bf0b cpu/x86/mtrr: move cache_ramstage() to its only user by Aaron Durbin · 8 years ago
  13. 2510e2a northbridge/intel/i3100: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  14. d7ee9dd northbridge/intel: add missing #include guards by Iru Cai · 8 years ago
  15. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  16. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  17. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  18. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  19. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  20. 280a29d devicetree: Drop redundant scan_bus() ops by Kyösti Mälkki · 9 years ago
  21. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  22. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  23. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  24. 61ed48c intel/truxton: Un-romcc-ify board by Stefan Reinauer · 10 years ago
  25. 9f74462 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  26. 9a0b251 i3100: Convert to per-device ACPI by Vladimir Serbinenko · 10 years ago
  27. 0f92f63 Uniformly spell frequency unit symbol as Hz by Elyes HAOUAS · 10 years ago
  28. 7116ac8 src: Make use of 'CEIL_DIV(a, b)' macro across tree by Edward O'Callaghan · 10 years ago
  29. 234781e northbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  30. 636cd61 northbridge/intel/i3100/raminit.c: Uninitialized variable by Edward O'Callaghan · 10 years ago
  31. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 11 years ago
  32. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  33. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  34. 575e681 Move select MMCONF_SUPPORT under northbridge (fix) by Kyösti Mälkki · 11 years ago
  35. 15c4ab7 Move select MMCONF_SUPPORT under northbridge by Kyösti Mälkki · 11 years ago
  36. c5e036a Get rid of a number of __GNUC__ checks by Stefan Reinauer · 11 years ago
  37. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  38. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  39. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  40. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  41. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  42. 8cc8468 Intel: Replace MSR 0xcd with MSR_FSB_FREQ by Patrick Georgi · 12 years ago
  43. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  44. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  45. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  46. b91a0f2 Rename cache_lbmem() to cache_ramstage() by Stefan Reinauer · 12 years ago
  47. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  48. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  49. 03169d3 Replace while with do; while to avoid repetition by Noe Rubinstein · 13 years ago
  50. 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
  51. 8c107bc Move DIMM_MAP_LOGICAL to Kconfig. by Patrick Georgi · 14 years ago
  52. c2bf26d Move RCBA defines to northbridge (instead of mainboard) by Patrick Georgi · 14 years ago
  53. b69cb5a Convert some comments to proper Doxygen syntax. by Uwe Hermann · 14 years ago
  54. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  55. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  56. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  57. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  58. 6f57b51 Fix all warnings in the tree by Stefan Reinauer · 14 years ago
  59. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  60. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  61. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  62. a8d11a2 fix compilation of mtarvon by Stefan Reinauer · 14 years ago
  63. ad894c5 Get rid of a few more warnings. by Myles Watson · 14 years ago
  64. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  65. 7dcdb30 fix romcc compiled i3100 boards. by Stefan Reinauer · 14 years ago
  66. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  67. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  68. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  69. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  70. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  71. 8e96ba2 pci drivers should be const. by Stefan Reinauer · 14 years ago
  72. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  73. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  74. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  75. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  76. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  77. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  78. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  79. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  80. 5b1d51b This patch adds VGA and PS/2 Keyboard/mouse support to the already existing intel truxton (ep80579) dev board. by Arnaud Maye · 15 years ago
  81. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  82. 1a692d8 Add support for the Intel Eagle Heights development board. by Thomas Jourdan · 15 years ago
  83. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  84. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  85. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  86. f69d5ee Support for the memory controller and PCIe interface of the Intel by Ed Swierk · 16 years ago
  87. 7eda890 Eric Biederman believes that he and Tom Zimmerman of the defunct by Ed Swierk · 16 years ago
  88. 6adfaa69 This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, by Ed Swierk · 16 years ago
  89. a9faea8 This patch implements support for the Intel 3100 integrated by Ed Swierk · 16 years ago