1. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 10 months ago
  2. ac12976 nb/intel/pineview: Fix clearing memory by Arthur Heymans · 3 years, 9 months ago
  3. 8f0b3e5 nb/intel/pineview: Place raminit definitions in raminit.h by Angel Pons · 3 years, 10 months ago
  4. dddd1cc src/northbridge: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  5. 6549661 nb/intel/pineview: Guard DMIBAR/EPBAR macro parameters by Angel Pons · 3 years, 10 months ago
  6. d25e2f6 nb/intel/pineview/iomap.h: Rename to memmap.h by Angel Pons · 3 years, 10 months ago
  7. a4dd33c src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers by Elyes HAOUAS · 4 years ago
  8. 90de10c nb/intel/pineview: Refactor `decode_pcie_bar` by Angel Pons · 4 years ago
  9. 653d871 nb/intel/pineview: Change signature of `decode_pciebar` by Angel Pons · 4 years ago
  10. 6935648 nb/intel/pineview: Use `MiB` definition by Angel Pons · 4 years ago
  11. aaf5b09 nb/intel/pineview: Remove dead assignments by Angel Pons · 4 years ago
  12. 0a760cd nb/intel/pineview/hostbridge_regs.h: Clean up registers by Angel Pons · 4 years ago
  13. 0ddc245 nb/intel/pineview: Put host bridge registers into its own file by Angel Pons · 4 years ago
  14. 5f201ef nb/intel/pineview/acpi: Remove unmatched comment start by Angel Pons · 4 years ago
  15. bfc8009 nb/intel/pineview: Convert to ASL 2.0 syntax by Angel Pons · 4 years ago
  16. 4d962b2 nb/intel/pineview: Tidy up comments and cosmetics by Angel Pons · 4 years ago
  17. ec5b71a nb/intel/pineview: Drop undefined function declaration by Angel Pons · 4 years, 1 month ago
  18. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 7 months ago
  19. 26766fd nb/intel/pineview: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  20. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 2 months ago
  21. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 3 months ago
  22. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 3 months ago
  23. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 3 months ago
  24. 5ac723e nb/intel: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 3 months ago
  25. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  26. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  27. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  28. 36787b0 northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  29. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  30. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  31. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 3 months ago
  32. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 3 months ago
  33. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 3 months ago
  34. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  35. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  36. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 4 months ago
  37. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 4 months ago
  38. affd771 nb/intel/pineview: drop intel_gma_get_controller_info() by Matt DeVillier · 4 years, 4 months ago
  39. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  40. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  41. 39ff703 nb/intel/pineview: Clean up code and comments by Angel Pons · 4 years, 4 months ago
  42. 8247cc3 northbridge: Remove unused include <device/pci.h> by Elyes HAOUAS · 4 years, 7 months ago
  43. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 5 months ago
  44. ef90609 src: capitalize 'RAM' by Elyes HAOUAS · 4 years, 5 months ago
  45. 7adc370 intel/{i945,pineview},i82801gx: Move enable_smbus() call by Kyösti Mälkki · 4 years, 7 months ago
  46. bd65985 nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte() by Kyösti Mälkki · 4 years, 7 months ago
  47. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 7 months ago
  48. 1f66809 src: Remove unneeded 'include <arch/io.h>' by Elyes HAOUAS · 4 years, 7 months ago
  49. 748caed northbridge: Add missing include <device/pci_def.h> by Elyes HAOUAS · 4 years, 7 months ago
  50. f97c1c9 {nb,soc}: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 8 months ago
  51. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  52. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 8 months ago
  53. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 8 months ago
  54. 399b6c1 sb/intel/i82801gx: Add common early code by Arthur Heymans · 4 years, 8 months ago
  55. b236352 sb/intel/i82801gx: Add a function to set up BAR by Arthur Heymans · 4 years, 8 months ago
  56. 4ec67fc nb/intel: Use defined DEFAULT_RCBA by Elyes HAOUAS · 4 years, 9 months ago
  57. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  58. 34715df src: Remove unused '#include <cpu/cpu.h>' by Elyes HAOUAS · 4 years, 9 months ago
  59. fcdb033 acpi: Drop wrong _ADR objects for PCI host bridges by Elyes HAOUAS · 4 years, 9 months ago
  60. 2437fe9 sb/intel/i82801gx: Move CIR init to a common place by Arthur Heymans · 4 years, 10 months ago
  61. 2463343 nb/intel/pineview/Kconfig: Remove romcc leftover by Arthur Heymans · 4 years, 9 months ago
  62. c73c923 sb/intel/nm10: Fix enabling HPET by Arthur Heymans · 4 years, 10 months ago
  63. df128a5 intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROL by Kyösti Mälkki · 4 years, 10 months ago
  64. e39becf intel/cpu: Switch older models to TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  65. d53fd70 intel/smm/gen1: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  66. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  67. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  68. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  69. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  70. 544878b arch/x86: Add postcar_frame_common_mtrrs() by Kyösti Mälkki · 5 years ago
  71. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  72. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  73. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  74. 9fc12e0 arch/x86: Enable POSTCAR_CONSOLE by default by Kyösti Mälkki · 5 years ago
  75. 0a4457f lib/stage_cache: Refactor Kconfig options by Kyösti Mälkki · 5 years ago
  76. fe481eb northbridge/intel: Rename ram_calc.c to memmap.c by Kyösti Mälkki · 5 years ago
  77. bccd2b6 intel/i945,gm45,pineview,x4x: Fix stage cache location by Kyösti Mälkki · 5 years ago
  78. aba8fb1 intel/i945,gm45,pineview,x4x: Move stage cache support function by Kyösti Mälkki · 5 years ago
  79. 7810793 nb/intel/pineview: Remove dead code in switch by Jacob Garber · 5 years ago
  80. 8abf66e cpu/x86: Flip SMM_TSEG default by Kyösti Mälkki · 5 years ago
  81. 6e2d0c1 arch/x86: Adjust size of postcar stack by Kyösti Mälkki · 5 years ago
  82. d10680b nb/intel/pineview: Remove unused code by Jacob Garber · 5 years ago
  83. af159d4 nb/intel/pineview/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  84. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  85. 8288228 nb/intel/pineview: Use MTRR as a proxy for proper reset by Arthur Heymans · 5 years ago
  86. 99e578e nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 6 years ago
  87. f00d373 nb/intel/pineview/early_init.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  88. 274dabd src/northbridge: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  89. 1bc7b6e {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() function by Elyes HAOUAS · 5 years ago
  90. 45b824d src: Remove unused include <halt.h> by Elyes HAOUAS · 5 years ago
  91. 363b771 nb/intel/pineview: Use system_reset() by Elyes HAOUAS · 5 years ago
  92. 0f49dd2 src/northbridge/intel: Remove unused variables by Elyes HAOUAS · 5 years ago
  93. 425e75a sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  94. b70c776 nb/intel/pineview: Correct lsbpos(0) and msbpos(0) by Jacob Garber · 5 years ago
  95. f5cf60f Move calls to quick_ram_check() before CBMEM init by Kyösti Mälkki · 5 years ago
  96. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  97. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  98. 74aa99a src: Drop unused '#include <halt.h>' by Elyes HAOUAS · 5 years ago
  99. e183429 nb/intel/stage_cache.c: Drop unnecessary includes by Elyes HAOUAS · 5 years ago
  100. 484efff {mb,nb/pineview}/*.asl: Remove unneeded include i82801gx.h by Elyes HAOUAS · 6 years ago