1. 67c7311 nb/intel/i440bx: Resolve a SMP-raminit TODO by Keith Hui · 4 years, 3 months ago
  2. 8bd784e nb/intel/i440bx: Clean up register_values table by Keith Hui · 4 years, 3 months ago
  3. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  4. e9b3fd1 intel/i440bx: Resolve long standing raminit TODOs by Keith Hui · 4 years, 6 months ago
  5. d6f259e intel/i440bx: Add timestamp to RAM init by Keith Hui · 4 years, 6 months ago
  6. 7a95575 asus/{p2b-x,p3b-f},intel/i440bx: Move mainboard_romstage_entry() by Kyösti Mälkki · 4 years, 6 months ago
  7. 3f882faf intel/i440bx,i82371: Remove wrapper spd_read_byte() by Kyösti Mälkki · 4 years, 6 months ago
  8. 93e08c7 asus/p3b-f,intel/i440bx: Move enable/disable_spd() call by Kyösti Mälkki · 4 years, 6 months ago
  9. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 7 months ago
  10. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  11. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  12. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  13. a8380fc intel/i440bx: Correct RAM init programming by Keith Hui · 7 years ago
  14. e1695e2 nb/intel/i440bx: Add final newline to raminit.c by Martin Roth · 7 years ago
  15. 078e324 northbridge/intel/i440bx: Merge RAM init routines by Keith Hui · 7 years ago
  16. 9aa45e6 northbridge/intel/i440bx: Move NB macro to i440bx.h by Keith Hui · 7 years ago
  17. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  18. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  19. ff25b6c northbridge/intel/i440bx: Remove commented code by Elyes HAOUAS · 8 years ago
  20. 12df950 northbridge/intel: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  21. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  22. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 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. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  25. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  26. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  27. e089a3f northbridge/intel/i440bx: Registered SDRAM modules support and fixes by Keith Hui · 13 years ago
  28. fc01e5e proper printk handling in src/northbridge/intel/i82810/raminit.c by Stefan Reinauer · 14 years ago
  29. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  30. 09f5a74 Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk(). by Keith Hui · 14 years ago
  31. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  32. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  33. df35cdc A number of cleanups for 440BX raminit code. by Keith Hui · 14 years ago
  34. 771b0e4 Enable 440BX NB to use large memory modules by Anders Jenbo · 14 years ago
  35. 0e1e806 Remove some additional white space to make it look nicer in nano by Anders Jenbo · 14 years ago
  36. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  37. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  38. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  39. b48ba66 From Keith Hui: by Keith Hui · 14 years ago
  40. 9c1e1f0 Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig). by Keith Hui · 14 years ago
  41. 59356ca 440BX: Do not hardcode DIMM number + size anymore. by Keith Hui · 14 years ago
  42. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  43. 8b643cea Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset. by Uwe Hermann · 16 years ago
  44. 1683cef Remove the unnecessary memctrl[] indirection, 440BX only has one by Uwe Hermann · 16 years ago
  45. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  46. 45db366 A duplicate register address is incremented in table register_values. by Mats Erik Andersson · 16 years ago
  47. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  48. 9b80a8d Drop duplicated and unneeded #defines from some northbridges (trivial). by Uwe Hermann · 17 years ago
  49. bc359473 Minor tweaks in the 440BX RAM init code (trivial). by Uwe Hermann · 17 years ago
  50. 861f964 Lower the RAM init delays we use on the Intel 440BX. by Uwe Hermann · 17 years ago
  51. f5a6fd2 Various 440BX and Tyan S1846 related minor changes and fixes (trivial): by Uwe Hermann · 17 years ago
  52. 7ea18cf Cosmetics (trivial). by Uwe Hermann · 17 years ago
  53. 941a6f0 Fix typo: s/PRINT_DEBUG_/PRINT_DEBUG/ (trivial). by Uwe Hermann · 17 years ago
  54. 1a9c892 Initial Intel 440BX RAM initialization framework. by Uwe Hermann · 17 years ago
  55. cb8eab4 add framework for i440bx chipset by Richard Smith · 18 years ago