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