1. 64d2d10 nb/intel/i440: Get rid of device_t by Elyes HAOUAS · 6 years ago
  2. a8380fc intel/i440bx: Correct RAM init programming by Keith Hui · 7 years ago
  3. d0301c1 intel/i440bx: Implement EARLY_CBMEM_INIT support by Keith Hui · 7 years ago
  4. f516dd8 nb/intel/i440bx/debug.c: Bugfix and cleanup by Keith Hui · 7 years ago
  5. 28e0255 intel/i440bx: Move LATE_CBMEM_INIT under mainboard by Kyösti Mälkki · 7 years ago
  6. aef8542 nb/intel/i440bx: Compile debug.c only if CONFIG_DEBUG_RAM_SETUP by Keith Hui · 7 years ago
  7. e1695e2 nb/intel/i440bx: Add final newline to raminit.c by Martin Roth · 7 years ago
  8. 078e324 northbridge/intel/i440bx: Merge RAM init routines by Keith Hui · 7 years ago
  9. 9aa45e6 northbridge/intel/i440bx: Move NB macro to i440bx.h by Keith Hui · 7 years ago
  10. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  11. 70d92b9 CBMEM: Clarify CBMEM_TOP_BACKUP function usage by Kyösti Mälkki · 7 years ago
  12. 7c414e7 northbridge/intel/i440bx: Align code by Paul Menzel · 7 years ago
  13. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  14. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  15. ff25b6c northbridge/intel/i440bx: Remove commented code by Elyes HAOUAS · 8 years ago
  16. 12df950 northbridge/intel: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  17. 3d840d0 northbridge/intel/i440bx: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  18. d7ee9dd northbridge/intel: add missing #include guards by Iru Cai · 8 years ago
  19. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  20. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  21. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  22. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  23. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  24. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  25. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  26. 9f74462 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  27. e6d4732 northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  28. 234781e northbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  29. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  30. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  31. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  32. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  33. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  34. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  35. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  36. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  37. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  38. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  39. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  40. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  41. e089a3f northbridge/intel/i440bx: Registered SDRAM modules support and fixes by Keith Hui · 13 years ago
  42. fc01e5e proper printk handling in src/northbridge/intel/i82810/raminit.c by Stefan Reinauer · 14 years ago
  43. 1c2c750 dump_spd_registers() is only defined when ram init debugging is on. by Stefan Reinauer · 14 years ago
  44. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  45. 09f5a74 Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk(). by Keith Hui · 14 years ago
  46. 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
  47. e87c38e After finding the missing bit poweroff works now. by Tobias Diedrich · 14 years ago
  48. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  49. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  50. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  51. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  52. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  53. df35cdc A number of cleanups for 440BX raminit code. by Keith Hui · 14 years ago
  54. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  55. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  56. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  57. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  58. 2b01a8a cosmetics. by Stefan Reinauer · 14 years ago
  59. dd6ad34 license header fixes by Nils Jacobs · 14 years ago
  60. 771b0e4 Enable 440BX NB to use large memory modules by Anders Jenbo · 14 years ago
  61. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  62. 0e1e806 Remove some additional white space to make it look nicer in nano by Anders Jenbo · 14 years ago
  63. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  64. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  65. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  66. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  67. b48ba66 From Keith Hui: by Keith Hui · 14 years ago
  68. 9c1e1f0 Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig). by Keith Hui · 14 years ago
  69. 59356ca 440BX: Do not hardcode DIMM number + size anymore. by Keith Hui · 14 years ago
  70. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  71. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  72. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  73. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  74. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  75. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  76. 5e54871 More consistent use of "default n" and "select XYZ" in Kconfig files by Patrick Georgi · 15 years ago
  77. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  78. b7fec82 Add kconfig support for ASUS P2B-F. by Uwe Hermann · 15 years ago
  79. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  80. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  81. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  82. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  83. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  84. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  85. 8b643cea Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset. by Uwe Hermann · 16 years ago
  86. 1683cef Remove the unnecessary memctrl[] indirection, 440BX only has one by Uwe Hermann · 16 years ago
  87. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  88. 45db366 A duplicate register address is incremented in table register_values. by Mats Erik Andersson · 16 years ago
  89. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  90. 9b80a8d Drop duplicated and unneeded #defines from some northbridges (trivial). by Uwe Hermann · 17 years ago
  91. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  92. bc359473 Minor tweaks in the 440BX RAM init code (trivial). by Uwe Hermann · 17 years ago
  93. 861f964 Lower the RAM init delays we use on the Intel 440BX. by Uwe Hermann · 17 years ago
  94. f5a6fd2 Various 440BX and Tyan S1846 related minor changes and fixes (trivial): by Uwe Hermann · 17 years ago
  95. f03e4e9 Fixup the 440BX northbridge.c (self-ack as this wasn't working anyway). by Uwe Hermann · 17 years ago
  96. e1dd5e9 Fixed a bug within the 440BX RAM size calculation. Since the DRB values by Ceri Coburn · 17 years ago
  97. 7ea18cf Cosmetics (trivial). by Uwe Hermann · 17 years ago
  98. 941a6f0 Fix typo: s/PRINT_DEBUG_/PRINT_DEBUG/ (trivial). by Uwe Hermann · 17 years ago
  99. 1a9c892 Initial Intel 440BX RAM initialization framework. by Uwe Hermann · 17 years ago
  100. 3d91ecb Add convenience macros PAM0..PAM6 (trivial). by Uwe Hermann · 18 years ago