1. c770ad6 cpu/x86: Make 1GB paging the default by Julius Werner · 4 weeks ago
  2. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 3 months ago
  3. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 10 months ago
  4. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 5 months ago
  5. 8b1aa38 northbridge: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  6. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 10 months ago
  7. 8e9906c treewide: Get rid of "NO_DDRx" selection by Elyes Haouas · 12 months ago
  8. a9a92ac acpi: Move ECAM resource below PNP0C02 device in a common place by Arthur Heymans · 1 year, 1 month ago
  9. 4141394 nb/intel/pineview: Rework nb resource reading by Arthur Heymans · 12 months ago
  10. 9b3e5cd nb/intel/pineview: Drop unused attributes from sysinfo struct by Elyes Haouas · 1 year ago
  11. 3a54f4a nb/intel/pineview/raminit.c: Get rid of duplicated branches by Elyes Haouas · 1 year, 7 months ago
  12. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 5 months ago
  13. d2ebc4d nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONS by Elyes Haouas · 1 year, 6 months ago
  14. a361d35 nb/intel/pineview: Use read32p() by Elyes Haouas · 1 year, 7 months ago
  15. 5a845ee nb/intel/pineview: Remove unused 'gpu_lvds_use_spread_spectrum_clock' by Elyes Haouas · 1 year, 7 months ago
  16. 3a99807 src/northbridge: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  17. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  18. f2503fc nb/intel/pineview: Specify supported memory types by Elyes Haouas · 1 year, 8 months ago
  19. 61ed4ef treewide: use predicate to check if pci device is on n-th bus by Fabio Aiuto · 1 year, 9 months ago
  20. 5e6b0f0 nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" by Elyes Haouas · 1 year, 10 months ago
  21. 0a18d64 nb,soc/intel: Handle upper RAM boundary by Kyösti Mälkki · 3 years ago
  22. 8ee11b3 nb/intel: Drop local legacy_hole definitions by Kyösti Mälkki · 3 years ago
  23. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 1 month ago
  24. d6fb425 intel/gma: Use bitwise or instead addition for valid bit by Petr Cvek · 2 years, 1 month ago
  25. e69461d nb/intel/pineview: Use cbfs mcache by Arthur Heymans · 3 years, 2 months ago
  26. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  27. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  28. 928a9c8 cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number by Felix Held · 2 years, 4 months ago
  29. 7261b5a cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER by Kyösti Mälkki · 3 years, 1 month ago
  30. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  31. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 5 months ago
  32. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 1 month ago
  33. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 2 months ago
  34. f9c9390 nb/intel: Use get_int_option() by Angel Pons · 3 years, 8 months ago
  35. 11cabea nb/intel/pineview: Replace remaining BAR accessors by Angel Pons · 3 years, 3 months ago
  36. 0aeaee7 nb/intel/pineview: Use new fixed BAR accessors by Angel Pons · 3 years, 3 months ago
  37. 7720f1d nb/intel: Factor out remaining MCHBAR macros by Angel Pons · 3 years, 3 months ago
  38. 07ccc8d nb/intel/pineview: Correct COMP register write by Angel Pons · 3 years, 3 months ago
  39. e7a68ec nb/intel/pineview/raminit.c: Correct clkset1 programming by Angel Pons · 3 years, 3 months ago
  40. 7ee1c47 nb/intel/pineview: Correct HICLKGTCTL write by Angel Pons · 3 years, 3 months ago
  41. 7383318 nb/intel/pineview: Drop MCHBAR macro from DMIBAR access by Angel Pons · 3 years, 3 months ago
  42. ff254ea nb/intel/pineview: Drop unused `GPIO32` macro by Angel Pons · 3 years, 10 months ago
  43. 030d338 nb/intel: Add missing <types.h> by Elyes HAOUAS · 3 years, 5 months ago
  44. 24b1d8a nb/intel/pineview: Use common {DMI,EP,MCH}BAR accessors by Angel Pons · 3 years, 5 months ago
  45. 94eea6f nb/intel/pineview: Rewrite hex values in lowercase by Angel Pons · 3 years, 5 months ago
  46. 896a1f7 nb/intel/pineview: Delete rude and useless comment by Angel Pons · 3 years, 5 months ago
  47. 12d3768 nb/intel/pineview: Clean up FIXMEs in raminit by Nico Huber · 3 years, 5 months ago
  48. f1f5605 nb/intel/pineview: Guard {MCH,DMI,EP}BAR macros by Angel Pons · 3 years, 5 months ago
  49. b70ff52 intel: Define `RCBA_LENGTH` in Kconfig and use it by Angel Pons · 3 years, 5 months ago
  50. 6e732d3 intel: Turn `DEFAULT_RCBA` into a Kconfig symbol by Angel Pons · 3 years, 5 months ago
  51. 00b5f53 treewide [Kconfig]: Remove useless comment by Elyes HAOUAS · 3 years, 5 months ago
  52. 1318ab4 nb/intel/pineview: Define and use MMCONF_BUS_NUMBER by Angel Pons · 3 years, 5 months ago
  53. 7d63878 device/Kconfig: Declare MMCONF symbols' type once by Angel Pons · 3 years, 5 months ago
  54. 4338ae3 nb/intel/pineview/northbridge.c: Fix overlapping resources by Arthur Heymans · 3 years, 6 months ago
  55. 95a1142 nb/intel/pineview/northbridge.c: Improve readability by Arthur Heymans · 3 years, 6 months ago
  56. eef4343 nb/intel/pineview: Extract HPET setup and delay function by Angel Pons · 3 years, 6 months ago
  57. c6589ae drivers/intel/gma: Include gfx.asl by default for all platforms... by Matt DeVillier · 3 years, 7 months ago
  58. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 9 months ago
  59. ac12976 nb/intel/pineview: Fix clearing memory by Arthur Heymans · 3 years, 8 months ago
  60. 8f0b3e5 nb/intel/pineview: Place raminit definitions in raminit.h by Angel Pons · 3 years, 10 months ago
  61. dddd1cc src/northbridge: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  62. 6549661 nb/intel/pineview: Guard DMIBAR/EPBAR macro parameters by Angel Pons · 3 years, 10 months ago
  63. d25e2f6 nb/intel/pineview/iomap.h: Rename to memmap.h by Angel Pons · 3 years, 10 months ago
  64. a4dd33c src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers by Elyes HAOUAS · 3 years, 11 months ago
  65. 90de10c nb/intel/pineview: Refactor `decode_pcie_bar` by Angel Pons · 4 years ago
  66. 653d871 nb/intel/pineview: Change signature of `decode_pciebar` by Angel Pons · 4 years ago
  67. 6935648 nb/intel/pineview: Use `MiB` definition by Angel Pons · 4 years ago
  68. aaf5b09 nb/intel/pineview: Remove dead assignments by Angel Pons · 4 years ago
  69. 0a760cd nb/intel/pineview/hostbridge_regs.h: Clean up registers by Angel Pons · 4 years ago
  70. 0ddc245 nb/intel/pineview: Put host bridge registers into its own file by Angel Pons · 4 years ago
  71. 5f201ef nb/intel/pineview/acpi: Remove unmatched comment start by Angel Pons · 4 years ago
  72. bfc8009 nb/intel/pineview: Convert to ASL 2.0 syntax by Angel Pons · 4 years ago
  73. 4d962b2 nb/intel/pineview: Tidy up comments and cosmetics by Angel Pons · 4 years ago
  74. ec5b71a nb/intel/pineview: Drop undefined function declaration by Angel Pons · 4 years ago
  75. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 6 months ago
  76. 26766fd nb/intel/pineview: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  77. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 1 month ago
  78. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 2 months ago
  79. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 2 months ago
  80. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 2 months ago
  81. 5ac723e nb/intel: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 2 months ago
  82. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  83. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  84. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  85. 36787b0 northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  86. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  87. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  88. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  89. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 2 months ago
  90. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 2 months ago
  91. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  92. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  93. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  94. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  95. affd771 nb/intel/pineview: drop intel_gma_get_controller_info() by Matt DeVillier · 4 years, 3 months ago
  96. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  97. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  98. 39ff703 nb/intel/pineview: Clean up code and comments by Angel Pons · 4 years, 4 months ago
  99. 8247cc3 northbridge: Remove unused include <device/pci.h> by Elyes HAOUAS · 4 years, 7 months ago
  100. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 5 months ago