1. 00b5f53 treewide [Kconfig]: Remove useless comment by Elyes HAOUAS · 3 years, 7 months ago
  2. c4d1b47 nb/intel/gm45/bootblock.c: include <arch/pci_io_cfg.h> by Elyes HAOUAS · 3 years, 7 months ago
  3. 1ac6f8b nb/intel/gm45: Define and use MMCONF_BUS_NUMBER by Angel Pons · 3 years, 7 months ago
  4. 7d63878 device/Kconfig: Declare MMCONF symbols' type once by Angel Pons · 3 years, 7 months ago
  5. 58ba83f nb/intel/gm45: Reserve MMIO and firmware memory below 1MiB by Nico Huber · 3 years, 7 months ago
  6. 8e400f0 Revert "nb/intel/gm45/gm45.h: Remove duplicated include" by Patrick Georgi · 3 years, 7 months ago
  7. 4537332 northbridge/intel/gm45/bootblock.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  8. 27af8a7 nb/intel/gm45/gm45.h: Remove duplicated include by Elyes HAOUAS · 3 years, 7 months ago
  9. a93cb11 nb/intel/gm45: Guard macro parameters by Angel Pons · 4 years ago
  10. 08ba81b nb/intel/gm45: Guard `CxDRBy_BOUND_SHIFT` macro parameters by Angel Pons · 3 years, 7 months ago
  11. c6589ae drivers/intel/gma: Include gfx.asl by default for all platforms... by Matt DeVillier · 3 years, 9 months ago
  12. 2f30e8c nb/intel/gm45: Clean up header handling by Angel Pons · 4 years ago
  13. ae2a522 nb/intel/gm45: Introduce memmap.h by Angel Pons · 4 years ago
  14. 3e33be2 nb/intel/gm45: Add more DMIBAR/EPBAR registers by Angel Pons · 4 years ago
  15. c88a479 nb/intel/gm45: Answer question about conversion stepping A1 by Angel Pons · 4 years ago
  16. ac4e4b4 nb/intel/gm45/gm45.h: Clean up cosmetics by Angel Pons · 4 years ago
  17. 9c2d15ff nb/intel/gm45: Drop unused `DEFAULT_HECIBAR` macro by Angel Pons · 4 years ago
  18. 3378de1 nb/intel/gm45: Drop casts from DEFAULT_{MCHBAR,DMIBAR} by Angel Pons · 4 years ago
  19. dddd1cc src/northbridge: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  20. c0c9516 nb/intel/gm45: Deduplicate PCIEXBAR decoding by Angel Pons · 4 years ago
  21. b9bbed2 nb/intel/gm45/northbridge.c: Use `MiB` definition by Angel Pons · 4 years ago
  22. b053583 nb/intel/gm45: Use PCI bitwise ops by Angel Pons · 4 years, 2 months ago
  23. f48acbd src: Change BOOL CONFIG_ to CONFIG() in comments & strings by Martin Roth · 4 years, 1 month ago
  24. c9e42b9 nb/intel/gm45/acpi/gm45.asl: Drop dead code by Angel Pons · 4 years, 1 month ago
  25. 29cd350 nb/intel/gm45: Use ASL 2.0 syntax by Angel Pons · 4 years, 1 month ago
  26. d85d7e2 nb/intel/gm45: Tidy up comments and cosmetics by Angel Pons · 4 years, 1 month ago
  27. e1a616c sb/intel/i82801ix: Use pmutil.h definitions by Angel Pons · 4 years, 2 months ago
  28. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 7 months ago
  29. 8ad0a4c nb/intel/gm45/iommu.c: Fix regression when updating PCI command by Angel Pons · 4 years, 2 months ago
  30. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 3 months ago
  31. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 4 months ago
  32. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 4 months ago
  33. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 4 months ago
  34. 5ac723e nb/intel: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  35. d13bd05 nb/intel: Const'ify pci_devfn_t devices by Elyes HAOUAS · 4 years, 4 months ago
  36. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  37. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  38. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  39. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  40. 36787b0 northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  41. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  42. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  43. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 4 months ago
  44. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  45. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  46. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  47. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  48. e91883f nb/intel/gm45: Simplify GMA SSDT generator by Matt DeVillier · 4 years, 5 months ago
  49. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  50. 6343cd8 drivers/intel/gma: fold gma.asl into default_brightness_levels.asl by Matt DeVillier · 4 years, 5 months ago
  51. 612a867 drivers/intel/gma/acpi: Add Kconfigs for backlight registers by Nico Huber · 5 years ago
  52. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  53. 8247cc3 northbridge: Remove unused include <device/pci.h> by Elyes HAOUAS · 4 years, 8 months ago
  54. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  55. ef90609 src: capitalize 'RAM' by Elyes HAOUAS · 4 years, 6 months ago
  56. c9a717d nb/intel/gm45: Fix typo in console message by Elyes HAOUAS · 4 years, 6 months ago
  57. 1cfafe2 intel/{gm45,x4x},i82801{ix|jx}: Move enable_smbus() call by Kyösti Mälkki · 4 years, 7 months ago
  58. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 8 months ago
  59. 4a21647 src: Remove some romcc workarounds by Jacob Garber · 4 years, 8 months ago
  60. 748caed northbridge: Add missing include <device/pci_def.h> by Elyes HAOUAS · 4 years, 8 months ago
  61. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 8 months ago
  62. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  63. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 9 months ago
  64. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  65. 4ec67fc nb/intel: Use defined DEFAULT_RCBA by Elyes HAOUAS · 4 years, 10 months ago
  66. ea2bec2 nb/intel/gm45: Add VBOOT support by Arthur Heymans · 4 years, 10 months ago
  67. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  68. be9533a nb/intel/gm45: Add C_ENVIRONMENT_BOOTBLOCK support by Arthur Heymans · 4 years, 10 months ago
  69. 34715df src: Remove unused '#include <cpu/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  70. 468d02c src/[northbridge,security]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  71. fcdb033 acpi: Drop wrong _ADR objects for PCI host bridges by Elyes HAOUAS · 4 years, 10 months ago
  72. 29e5358 nb/intel/gm45: Don't run graphics init on s3 resume by Arthur Heymans · 4 years, 10 months ago
  73. 9ed0df4 sb/intel/i82801ix: Add common code to set up LPC IO decode ranges by Arthur Heymans · 4 years, 10 months ago
  74. d7205be nb,sb/intel: Clean up some __BOOTBLOCK__ and __SIMPLE_DEVICE__ use by Kyösti Mälkki · 5 years ago
  75. e39becf intel/cpu: Switch older models to TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  76. d53fd70 intel/smm/gen1: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  77. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  78. 4a86b3b nb/intel/gm45: Call ddr3_calibrate_zq() only for DDR3 :) by Nico Huber · 5 years ago
  79. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  80. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  81. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  82. 544878b arch/x86: Add postcar_frame_common_mtrrs() by Kyösti Mälkki · 5 years ago
  83. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  84. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  85. 0845636 nb/intel/gm45: Don't create DMAR tables for disabled IGD by Arthur Heymans · 5 years ago
  86. 15063e8 nb/intel/gm45/acpi.c: Don't read PCI config to check presence by Arthur Heymans · 5 years ago
  87. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  88. 9fc12e0 arch/x86: Enable POSTCAR_CONSOLE by default by Kyösti Mälkki · 5 years ago
  89. 0a4457f lib/stage_cache: Refactor Kconfig options by Kyösti Mälkki · 5 years ago
  90. fe481eb northbridge/intel: Rename ram_calc.c to memmap.c by Kyösti Mälkki · 5 years ago
  91. bccd2b6 intel/i945,gm45,pineview,x4x: Fix stage cache location by Kyösti Mälkki · 5 years ago
  92. aba8fb1 intel/i945,gm45,pineview,x4x: Move stage cache support function by Kyösti Mälkki · 5 years ago
  93. 8abf66e cpu/x86: Flip SMM_TSEG default by Kyösti Mälkki · 5 years ago
  94. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  95. 6e2d0c1 arch/x86: Adjust size of postcar stack by Kyösti Mälkki · 5 years ago
  96. 7f9f3d0 northbridge/gm45: document that raminit doesn't support mirrored ranks by Felix Held · 5 years ago
  97. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  98. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  99. 1bc7b6e {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() function by Elyes HAOUAS · 5 years ago
  100. ad0b482 sb/intel/i82801ix: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago