1. 3580d81 nb/intel/i945: Put names to northbridge PCI devices by Angel Pons · 4 years, 2 months ago
  2. 81c9c27 nb/intel/i945: Drop dead code by Angel Pons · 4 years, 1 month ago
  3. f67bf49 nb/intel/i945: Use ASL 2.0 syntax by Angel Pons · 4 years, 1 month ago
  4. 837141f nb/intel/i945/acpi: Tidy up comments and cosmetics by Angel Pons · 4 years, 1 month ago
  5. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 7 months ago
  6. f3973bd i945 boards: Factor out MAX_CPUS by Angel Pons · 4 years, 3 months ago
  7. 22aeed3 nb/intel/i945/rcven.c: Correct comment by Angel Pons · 4 years, 2 months ago
  8. 3049257 nb/intel/i945: Clean up raminit coding style by Angel Pons · 4 years, 2 months ago
  9. e3c68d2 nb/intel/i945: Use PCI bitwise ops by Angel Pons · 4 years, 2 months ago
  10. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 3 months ago
  11. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 4 months ago
  12. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 4 months ago
  13. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 4 months ago
  14. 7cf96ae northbridge/intel/i945: Mark legacy VGA memory as reserved by Furquan Shaikh · 4 years, 3 months ago
  15. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  16. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  17. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  18. 36787b0 northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  19. f49f4d4 nb/intel/i945/memmap: Convert to 96 characters line length by Elyes HAOUAS · 4 years, 4 months ago
  20. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  21. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  22. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 4 months ago
  23. 48d5b8d nb/intel/i945: Add vboot support by Arthur Heymans · 4 years, 4 months ago
  24. 3dff32c nb/i945: Improve code formatting by Elyes HAOUAS · 4 years, 5 months ago
  25. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  26. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  27. 961658f nb/intel/i945: Use 'const' to set pci_devfn_t statically by Elyes HAOUAS · 4 years, 4 months ago
  28. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  29. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 4 months ago
  30. fd054bc nb/intel/i945: Simplify GMA SSDT generator by Matt DeVillier · 4 years, 5 months ago
  31. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  32. 95cdd9f nb/intel/i945: Make some cosmetic changes by Elyes HAOUAS · 4 years, 5 months ago
  33. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  34. b4d9f22 nb/intel/i945/raminit: Simplify if condition by Paul Menzel · 4 years, 5 months ago
  35. d789b658 nb/intel/i945/raminit: Use boolean type for helper variables by Paul Menzel · 4 years, 5 months ago
  36. 842dd33 nb/intel/i945/raminit: Remove space for correct alignment by Paul Menzel · 4 years, 5 months ago
  37. 8273e13 intel/i945: Call fixup_i945_errata() only for mobile version by Elyes HAOUAS · 4 years, 5 months ago
  38. 3cd4327 src/nb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 5 months ago
  39. 8247cc3 northbridge: Remove unused include <device/pci.h> by Elyes HAOUAS · 4 years, 8 months ago
  40. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  41. ef90609 src: capitalize 'RAM' by Elyes HAOUAS · 4 years, 6 months ago
  42. e0cd2eb nb/intel/i945: Use boot path macros by Paul Menzel · 4 years, 7 months ago
  43. 7adc370 intel/{i945,pineview},i82801gx: Move enable_smbus() call by Kyösti Mälkki · 4 years, 7 months ago
  44. 0c9630e nb/intel/{i945,sandybridge}/bootblock.c: Fix typo by Elyes HAOUAS · 4 years, 7 months ago
  45. bd65985 nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte() by Kyösti Mälkki · 4 years, 7 months ago
  46. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  47. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  48. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 9 months ago
  49. 442fb05 nb/{haswell,i945,sandybridge}: Drop outdated comment by Elyes HAOUAS · 4 years, 8 months ago
  50. 1374607 mainboard/(i945,ich7): Remove commented RCBA32(0x341c) code by Elyes HAOUAS · 4 years, 8 months ago
  51. 8cb5ea7 nb/i945: Fix typo by Elyes HAOUAS · 4 years, 9 months ago
  52. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  53. c583920 nb/intel/i945: Initialize console in bootblock by Arthur Heymans · 4 years, 9 months ago
  54. e27c013 nb/intel/i945: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 9 months ago
  55. dc584c3 nb/intel/i945: Move boilerplate romstage to a common location by Arthur Heymans · 4 years, 9 months ago
  56. 399b6c1 sb/intel/i82801gx: Add common early code by Arthur Heymans · 4 years, 9 months ago
  57. b236352 sb/intel/i82801gx: Add a function to set up BAR by Arthur Heymans · 4 years, 9 months ago
  58. 4ec67fc nb/intel: Use defined DEFAULT_RCBA by Elyes HAOUAS · 4 years, 10 months ago
  59. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  60. c7783a3 nb/intel: Remove unused 'barrier()' by Elyes HAOUAS · 4 years, 10 months ago
  61. fcdb033 acpi: Drop wrong _ADR objects for PCI host bridges by Elyes HAOUAS · 4 years, 10 months ago
  62. f9891c8 kontron/986lcd-m,roda/rk886ex: Drop secondary PCI reset by Kyösti Mälkki · 4 years, 11 months ago
  63. ad787e1 intel/i945,i82801gx: Refactor early PCI bridge reset by Kyösti Mälkki · 4 years, 11 months ago
  64. 2647b6f intel/i945: Define peg_plugin for potential add-on PCIe card by Kyösti Mälkki · 4 years, 11 months ago
  65. 9137cbd intel/i945: Delay bridge VGA IO enable to ramstage by Kyösti Mälkki · 4 years, 11 months ago
  66. 444d2af intel/i945: Define p2peg for PCIe x16 slot by Kyösti Mälkki · 4 years, 11 months ago
  67. df128a5 intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROL by Kyösti Mälkki · 5 years ago
  68. e39becf intel/cpu: Switch older models to TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  69. 1034839 {i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h> by Elyes HAOUAS · 5 years ago
  70. 1e3d16e nb/i945: Remove unused include <cpu/cpu.h> by Elyes HAOUAS · 5 years ago
  71. d53fd70 intel/smm/gen1: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  72. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  73. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  74. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  75. 544878b arch/x86: Add postcar_frame_common_mtrrs() by Kyösti Mälkki · 5 years ago
  76. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  77. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  78. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  79. 9fc12e0 arch/x86: Enable POSTCAR_CONSOLE by default by Kyösti Mälkki · 5 years ago
  80. 0a4457f lib/stage_cache: Refactor Kconfig options by Kyösti Mälkki · 5 years ago
  81. fe481eb northbridge/intel: Rename ram_calc.c to memmap.c by Kyösti Mälkki · 5 years ago
  82. bccd2b6 intel/i945,gm45,pineview,x4x: Fix stage cache location by Kyösti Mälkki · 5 years ago
  83. aba8fb1 intel/i945,gm45,pineview,x4x: Move stage cache support function by Kyösti Mälkki · 5 years ago
  84. 8881d57 nb/i945/gma: Store vga_disable if MAINBOARD_DO_NATIVE_VGA_INIT by Elyes HAOUAS · 5 years ago
  85. 4593d66 nb/i945: Fix gate graphics hardware for frequency change by Elyes HAOUAS · 5 years ago
  86. 7fbed22 intel/i945: Fix udelay() prototypes by Kyösti Mälkki · 5 years ago
  87. 8abf66e cpu/x86: Flip SMM_TSEG default by Kyösti Mälkki · 5 years ago
  88. 6e2d0c1 arch/x86: Adjust size of postcar stack by Kyösti Mälkki · 5 years ago
  89. 3bf4e28 nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selection by Elyes HAOUAS · 5 years ago
  90. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  91. 686b539 i945: Add device identification D2:F1 by Elyes HAOUAS · 5 years ago
  92. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  93. 32b9a99 nb/intel/i945: Use macro instead of magic number by Elyes HAOUAS · 6 years ago
  94. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  95. 5db9871 ich7/i945: Use system_reset() by Elyes HAOUAS · 5 years ago
  96. 0191220 nb/intel/i945: Check if interleaved even if rank #4 size is zero by Elyes HAOUAS · 6 years ago
  97. 420d7e0 ich7/i945: Use full_reset() by Elyes HAOUAS · 5 years ago
  98. b217baa nb/intel/i945: Fix ich7_setup_root_complex_topology by Elyes HAOUAS · 6 years ago
  99. f74f6cb nb/intel/{gm45,i945,x4x}: Correct array bounds checks by Jacob Garber · 5 years ago
  100. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago