1. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 3 months ago
  2. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 5 months ago
  3. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 2 months ago
  4. f9c9390 nb/intel: Use get_int_option() by Angel Pons · 3 years, 8 months ago
  5. 1d4044a nb/intel/i945: Use new fixed BAR accessors by Angel Pons · 3 years, 3 months ago
  6. 4299cb4 nb/intel/i945: Use common {DMI,EP,MCH}BAR accessors by Angel Pons · 3 years, 6 months ago
  7. 6e732d3 intel: Turn `DEFAULT_RCBA` into a Kconfig symbol by Angel Pons · 3 years, 5 months ago
  8. 92f46aa src: Include <arch/io.h> when appropriate by Elyes HAOUAS · 3 years, 10 months ago
  9. 3580d81 nb/intel/i945: Put names to northbridge PCI devices by Angel Pons · 4 years, 1 month ago
  10. 81c9c27 nb/intel/i945: Drop dead code by Angel Pons · 4 years ago
  11. e3c68d2 nb/intel/i945: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  12. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  13. 3dff32c nb/i945: Improve code formatting by Elyes HAOUAS · 4 years, 3 months ago
  14. 961658f nb/intel/i945: Use 'const' to set pci_devfn_t statically by Elyes HAOUAS · 4 years, 3 months ago
  15. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  16. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  17. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 5 months ago
  18. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  19. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 7 months ago
  20. 1374607 mainboard/(i945,ich7): Remove commented RCBA32(0x341c) code by Elyes HAOUAS · 4 years, 7 months ago
  21. 399b6c1 sb/intel/i82801gx: Add common early code by Arthur Heymans · 4 years, 8 months ago
  22. b236352 sb/intel/i82801gx: Add a function to set up BAR by Arthur Heymans · 4 years, 8 months ago
  23. f9891c8 kontron/986lcd-m,roda/rk886ex: Drop secondary PCI reset by Kyösti Mälkki · 4 years, 9 months ago
  24. ad787e1 intel/i945,i82801gx: Refactor early PCI bridge reset by Kyösti Mälkki · 4 years, 9 months ago
  25. 2647b6f intel/i945: Define peg_plugin for potential add-on PCIe card by Kyösti Mälkki · 4 years, 9 months ago
  26. 9137cbd intel/i945: Delay bridge VGA IO enable to ramstage by Kyösti Mälkki · 4 years, 9 months ago
  27. 444d2af intel/i945: Define p2peg for PCIe x16 slot by Kyösti Mälkki · 4 years, 9 months ago
  28. df128a5 intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROL by Kyösti Mälkki · 4 years, 10 months ago
  29. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  30. 32b9a99 nb/intel/i945: Use macro instead of magic number by Elyes HAOUAS · 5 years ago
  31. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  32. 5db9871 ich7/i945: Use system_reset() by Elyes HAOUAS · 5 years ago
  33. b217baa nb/intel/i945: Fix ich7_setup_root_complex_topology by Elyes HAOUAS · 5 years ago
  34. 346d201 nb/intel/i945: Use DEBUG_RAM_SETUP by Kyösti Mälkki · 5 years ago
  35. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  36. 3449faf nb/intel/i945: Remove 2nd write on SLOTCAP (R/WO) by Elyes HAOUAS · 5 years ago
  37. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  38. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  39. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  40. d3fa7fa5 nb/intel/i945: Fix typo on DMIBAR32(0x334) by Elyes HAOUAS · 5 years ago
  41. 3452eca nb/intel/i945: Remove initialization already done at bootblock by Elyes HAOUAS · 5 years ago
  42. 1a9034c i945,ICH7: Write on RPFN only once by Elyes HAOUAS · 5 years ago
  43. a6634f1 nb/intel/i945: Add and use defines for registers of device 0:01.0 by Elyes HAOUAS · 6 years ago
  44. a9068aa nb/intel/i945/early_init.c: Correct the PEG_LC address of DEV(0:01.0) by Elyes HAOUAS · 6 years ago
  45. d522db0 nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardware by Arthur Heymans · 6 years ago
  46. ef20ecc nb/intel/{gm45,i945,pineview}: Use macro instead of GGC address by Elyes HAOUAS · 6 years ago
  47. e07df9d nb/intel/i945: Enable and allocate 8M for TSEG by Arthur Heymans · 6 years ago
  48. 5c84f87 nb/intel/i945/early_init.c: Replace numbers with macros by Elyes HAOUAS · 7 years ago
  49. 0b80bd1 nb/intel/i945: Clear timeout bits after disabling watchdog by Nico Huber · 7 years ago
  50. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  51. 2f6b52e nb/intel/i945: Fix PEG port on 945gc by Arthur Heymans · 7 years ago
  52. 70a8e34 nb/intel/i945: Fix errors found by checkpatch.pl by Arthur Heymans · 7 years ago
  53. 62902ca sb/ich7: Use common/gpio.h to set up GPIOs by Arthur Heymans · 8 years ago
  54. f7acdf8 nb/i945/early_init.c: Add FSB800 and 1067 to Egress Port Virtual Channel by Elyes HAOUAS · 8 years ago
  55. 8183025 intel/i945: Use romstage_handoff for S3 by Kyösti Mälkki · 8 years ago
  56. 823020d intel i945 gm45 x4x post-car: Use postcar_frame for MTRR setup by Kyösti Mälkki · 8 years ago
  57. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  58. 5db9450 nb/intel/i945/early_init.c: Add DDR2-667 detection for 945GC by Elyes HAOUAS · 8 years ago
  59. 6372a0e nb/intel/i945/early_init.c: Use "IS_ENABLED(CONFIG_ ....)" by Elyes HAOUAS · 8 years ago
  60. 7db506c src/northbridge: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  61. 0a15fe9 northbridge/intel/i945: Add space around operators by Elyes HAOUAS · 8 years ago
  62. 874a8f9 i945: Enable changing VRAM size by Arthur Heymans · 8 years ago
  63. e6b5a4f intel/i945: Use common ACPI S3 recovery by Kyösti Mälkki · 8 years ago
  64. a969ed3 Move definitions of HIGH_MEMORY_SAVE by Kyösti Mälkki · 8 years ago
  65. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  66. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  67. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  68. 9d3e131 intel/i945: Use define for `BSM` by Paul Menzel · 10 years ago
  69. 4aad743 i82801gx: Enable upper CMOS in bootblock. by Vladimir Serbinenko · 10 years ago
  70. a3ea1e4 i945: Bit 49 of CAPID0 trivial fix by Elyes HAOUAS · 10 years ago
  71. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  72. d3060ed i945: make PCIe link wait sensible by Patrick Georgi · 10 years ago
  73. 5560188 i945: consolidate sb & nb early inits by Vladimir Serbinenko · 10 years ago
  74. 3cb86de intel/i945: Another magic number by Patrick Georgi · 10 years ago
  75. a341a77 intel/i945: Fix "always false" statement by Patrick Georgi · 10 years ago
  76. 234781e northbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  77. 3c3e34d i945: Use defines for DEVEN by Kyösti Mälkki · 10 years ago
  78. 8aa7e83 intel/i945 intel/i82801gx: remove explicit pcie config accesses by Kyösti Mälkki · 11 years ago
  79. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  80. 032c23d intel/i945: Use MMCONF_SUPPORT_DEFAULT by Kyösti Mälkki · 11 years ago
  81. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  82. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  83. eb5e28f Intel northbridge I945: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  84. 5563959 I945: replace #if defined() by #if by Sven Schnelle · 13 years ago
  85. 7981b94 Report GSE chipset and warn if the code has been compiled for the wrong chipset. by Stefan Reinauer · 13 years ago
  86. d8c68a9 i82801gx: replace cafed00d/cafebabe by defines by Sven Schnelle · 13 years ago
  87. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  88. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  89. bf264e9 i945: by Stefan Reinauer · 14 years ago
  90. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  91. 24b4df5 Support a few more i945 variants. With this framework in place it should by Stefan Reinauer · 14 years ago
  92. aca6ec6 Kontron 986LCD-M update by Stefan Reinauer · 15 years ago
  93. 71a3d96 * drop ich7 include by Stefan Reinauer · 15 years ago
  94. 30140a5 i945 northbridge update by Stefan Reinauer · 15 years ago
  95. 779b3e3 Merge some parts of the i945 review (trivial): by Stefan Reinauer · 16 years ago
  96. 278534d Support for the Intel 945 northbridge. by Stefan Reinauer · 16 years ago