1. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 7 months ago
  2. 4058122 arch/x86: Remove <arch/cbfs.h> by Kyösti Mälkki · 4 years, 8 months ago
  3. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 8 months ago
  4. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  5. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 9 months ago
  6. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  7. 82c0e7e arch/x86: Drop some __SMM__ guards by Kyösti Mälkki · 4 years, 9 months ago
  8. 4ec67fc nb/intel: Use defined DEFAULT_RCBA by Elyes HAOUAS · 4 years, 10 months ago
  9. 6f7c955 nb/intel/nehalem: Fix 'dead assignment' by Elyes HAOUAS · 4 years, 10 months ago
  10. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  11. c7783a3 nb/intel: Remove unused 'barrier()' by Elyes HAOUAS · 4 years, 10 months ago
  12. 44b275e nb/intel/{nehalem,x4x}: Remove unused 'include <pc80/vga_io.h>' by Elyes HAOUAS · 4 years, 10 months ago
  13. 34715df src: Remove unused '#include <cpu/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  14. 468d02c src/[northbridge,security]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  15. fcdb033 acpi: Drop wrong _ADR objects for PCI host bridges by Elyes HAOUAS · 4 years, 10 months ago
  16. bec78e3 src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' by Elyes HAOUAS · 4 years, 10 months ago
  17. f240a32 nb/intel/nehalem/vboot: Ignore invalid POSTINIT on TPM startup by Arthur Heymans · 4 years, 10 months ago
  18. 7689a0f nb/intel/nehalem: Only enable_smbus once by Arthur Heymans · 4 years, 10 months ago
  19. 2878c0b nb/intel/nehalem: use pmclib to detect S3 resume by Arthur Heymans · 4 years, 10 months ago
  20. b572c9d nb/intel/nehalem: Add some debug output by Arthur Heymans · 4 years, 10 months ago
  21. c892db6 nb/intel/nehalem: Change the output verbosity of raminit timings by Arthur Heymans · 4 years, 10 months ago
  22. 2ea4efe nb/intel/nehalem: Start VBOOT in bootblock with a separate verstage by Arthur Heymans · 4 years, 10 months ago
  23. 2882253 nb/intel/nehalem: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 10 months ago
  24. b9c9cd7 sb/intel/ibexpeak: Move some early PCH init after console init by Arthur Heymans · 4 years, 10 months ago
  25. 38750f8 nb/intel/nehalem: Don't run graphic init on S3 resume by Arthur Heymans · 4 years, 11 months ago
  26. 3b452e0 nb/intel/nehalem: Move PCH init to sb/intel/ibexpeak by Arthur Heymans · 4 years, 11 months ago
  27. cea4fd9 nb/intel/nehalem: Move romstage boilerplate to a common location by Arthur Heymans · 4 years, 11 months ago
  28. 896a243 nb/intel/nehalem: Don't link walkcbfs.S in romstage by Arthur Heymans · 4 years, 11 months ago
  29. f266dc6 nb/intel/nehalem: Remove bogus GT PM init by Arthur Heymans · 4 years, 11 months ago
  30. 28bca05 nb/intel/nehalem: Disable PEG and IGD based on devicetree by Arthur Heymans · 4 years, 11 months ago
  31. 6d13a0a nb/nehalem: Remove bogus MCHBAR writes by Arthur Heymans · 4 years, 11 months ago
  32. df128a5 intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROL by Kyösti Mälkki · 5 years ago
  33. 2a93d28 nb/intel/nehalem: Enabled VBOOT support by Patrick Rudolph · 5 years ago
  34. ca24fe4 nb/nehalem: Move MMCONF_BASE_ADDRESS to a common place by Arthur Heymans · 5 years ago
  35. deda9c0 northbridge: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  36. 7f50afb drivers/elog: Add elog_boot_notify() by Kyösti Mälkki · 5 years ago
  37. 2cce24d intel/nehalem: Refactor ACPI S3 detection by Kyösti Mälkki · 5 years ago
  38. 18a55cd nb/intel/nehalem: Add a header for raminit_tables.c by Angel Pons · 5 years ago
  39. d53fd70 intel/smm/gen1: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  40. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  41. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  42. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  43. 544878b arch/x86: Add postcar_frame_common_mtrrs() by Kyösti Mälkki · 5 years ago
  44. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  45. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  46. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  47. 9fc12e0 arch/x86: Enable POSTCAR_CONSOLE by default by Kyösti Mälkki · 5 years ago
  48. fe481eb northbridge/intel: Rename ram_calc.c to memmap.c by Kyösti Mälkki · 5 years ago
  49. f6c2068 intel/nehalem,sandybridge: Move stage_cache support function by Kyösti Mälkki · 5 years ago
  50. 3c19382 nb/intel/nehalem: Prevent out of bounds read by Jacob Garber · 5 years ago
  51. 975a7e3 nb/intel/nehalem: Tidy quickpath_reserved calculation by Jacob Garber · 5 years ago
  52. 64fb4a3 nb/intel/nehalem: Die if no memory ranks found by Jacob Garber · 5 years ago
  53. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  54. b14aedc intel/nehalem: Move TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  55. 6e2d0c1 arch/x86: Adjust size of postcar stack by Kyösti Mälkki · 5 years ago
  56. 97642c2 nb/intel/nehalem/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  57. 019a253 nb/intel/nehalem/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  58. 51401c3 src/northbridge: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  59. 23fbd05 nb/intel/nehalem: Call smm_region_start() function by Arthur Heymans · 5 years ago
  60. 97c7c6b cpu/intel/model_2065x: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  61. b66ee55 cpu/intel/model_2065x: Use parallel MP init by Arthur Heymans · 6 years ago
  62. d45f338 nb/intel/nehalem: Use system_reset() and full_reset() by Elyes HAOUAS · 5 years ago
  63. b328209 nb/intel/nehalem: Hide some raminit output messages by Arthur Heymans · 5 years ago
  64. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  65. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  66. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  67. 503d324 Remove DEFAULT_PCIEXBAR alias by Kyösti Mälkki · 5 years ago
  68. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  69. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  70. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  71. 33ab29f nb/intel/nehalem: Remove CAR_GLOBAL use by Arthur Heymans · 6 years ago
  72. 0a656f0 Drop leftover debug function declarations by Kyösti Mälkki · 6 years ago
  73. c2c1dc9 {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() by Elyes HAOUAS · 6 years ago
  74. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  75. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  76. 1f4cb32 northbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  77. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  78. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  79. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  80. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  81. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  82. 4fe0cba nb/intel/nehalem: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  83. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  84. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  85. 5b2a2d0 src/*: normalize Google copyright headers by Patrick Georgi · 6 years ago
  86. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  87. f83d80b nehalem/raminit: remove read_mchbar functions by Felix Held · 6 years ago
  88. 22ca8cb nehalem/raminit: clean up code and remove write_mchbar functions by Felix Held · 6 years ago
  89. 752cdbc northbridge/nehalem: add MCHBAR8/16 AND_OR macros by Felix Held · 6 years ago
  90. 04be2dd nehalem/raminit: clean up code and use MCHBAR macros by Felix Held · 6 years ago
  91. 29a9c07 nehalem/raminit: remove REAL define and most dead code by Felix Held · 6 years ago
  92. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 7 years ago
  93. 86b299a northbridge/nehalem: add MCHBAR AND/OR/AND_OR macros by Felix Held · 6 years ago
  94. 00d2b91 northbridge/nehalem: clean up header file by Felix Held · 6 years ago
  95. 4c2f26c nb/intel/nehalem: Remove the C native graphic init by Arthur Heymans · 6 years ago
  96. fd051dc src/northbridge: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  97. 21b71ce6 src/nb: Fix non-local header treated as local by Elyes HAOUAS · 6 years ago
  98. 58a8953 Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" by Arthur Heymans · 6 years ago
  99. 847f12b nb/intel/nehalem: Fix DEVEN defines by Patrick Rudolph · 6 years ago
  100. 730df3c arch/x86: Make RELOCATABLE_RAMSTAGE the default by Kyösti Mälkki · 8 years ago