1. 4ff675e nb/intel/x4x: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  2. aa7cf55 nb/intel/pineview: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  3. 2dcc3a5 nb/intel/i945: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  4. 3aa9adb cpu/intel/car/core2: Improve a few things by Arthur Heymans · 6 years ago
  5. 7a8205b cpu/intel/car/core2: Prepare for POSTCAR_STAGE support by Arthur Heymans · 6 years ago
  6. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  7. e0e1e64 amdfam10: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  8. 9d75957 src/cpu: Get rid of whitespace before tab by Elyes HAOUAS · 6 years ago
  9. 2463533 cpu/x86/mp: Update CPU name in device structure by Naresh G Solanki · 6 years ago
  10. 3e893bb intel/socket_mPGA604 intel/e7505: Switch to POSTCAR_STAGE by Kyösti Mälkki · 6 years ago
  11. 6a8ce0d cpu/intel/car: Prepare for some POSTCAR_STAGE support by Kyösti Mälkki · 6 years ago
  12. 717b6e3 aopen/dxplplusu intel/e7505: Move to EARLY_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  13. e307343 src/cpu: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  14. 654cc2f {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriate by Nico Huber · 6 years ago
  15. ef3f94a Remove VIA C7 CPU support by Kyösti Mälkki · 6 years ago
  16. 5ceaf7b Remove VIA C3 CPU support by Kyösti Mälkki · 6 years ago
  17. d840eb5 Remove AMD K8 cpu and northbridge support by Kyösti Mälkki · 6 years ago
  18. 688d004 Remove leftover Intel CPU support by Kyösti Mälkki · 6 years ago
  19. 8a25cae cpu/x86: Add support to run function on single AP by Subrata Banik · 6 years ago
  20. 3337497 cpu/x86: Add support to run function with argument over APs by Subrata Banik · 6 years ago
  21. 223fb43 cpu/x86/mp: pass pointers to structures for AP callbacks by Aaron Durbin · 6 years ago
  22. 99f0a51 cpu/amd/quadcore: Get rid of device_t by Elyes HAOUAS · 6 years ago
  23. 381feb8 cpu/x86/mp: use __aligned macro by Aaron Durbin · 6 years ago
  24. 4c16f8f cpu/x86/mp: remove unused functions and limit API exposure by Aaron Durbin · 6 years ago
  25. 838f296 cpu/x86: Add infinite timeout support into run_ap_work() function by Subrata Banik · 6 years ago
  26. d3c0c0c arch/x86: Relocate GDT in verstage, romstage, and postcar by Hannah Williams · 6 years ago
  27. cc1e3b6 Fix freeze during chipset lockdown on Nehalem by Matthias Gazzari · 6 years ago
  28. f925c56 cpu/intel: Get rid of device_t by Elyes HAOUAS · 6 years ago
  29. d2d8a31 cpu/amd: Get rid of device_t by Elyes HAOUAS · 6 years ago
  30. fc1b496 cpu/x86: Get rid of device_t by Elyes HAOUAS · 6 years ago
  31. c01a9ab cubieboard/qemu-armv7/am335x: Add fake TTB region for consistency by Julius Werner · 6 years ago
  32. 12d65f8 amd/agesa/family14,15 & 16: Remove unnecessary whitespace by Elyes HAOUAS · 6 years ago
  33. fdca655 arch/x86: Fix call for wait_other_cpus_stop() by Kyösti Mälkki · 6 years ago
  34. 696c642 cpu/x86: add limited runtime identity page mapping by Aaron Durbin · 6 years ago
  35. 0f35af8f arch/x86: add support for cache-as-ram paging by Aaron Durbin · 6 years ago
  36. 49b4285 cpu/via/car: drop CARTEST by Lubomir Rintel · 7 years ago
  37. 9618cf4 cpu/via/car: ensure CAR ends up zeroed out by Lubomir Rintel · 7 years ago
  38. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  39. c82e48d cpu/x86: add paging_set_default_pat() function by Aaron Durbin · 6 years ago
  40. d5e4746 cpu/x86: expose and add paging helper functions by Aaron Durbin · 6 years ago
  41. ae18f80 cpu/x86: move NXE and PAT accesses to paging module by Aaron Durbin · 6 years ago
  42. 7f5e734 cpu/x86: add pae paging module to all stages by Aaron Durbin · 6 years ago
  43. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  44. 68f6888 Revert "model_206ax: Use parallel MP init" by Arthur Heymans · 6 years ago
  45. 5fbe788 model_206ax: Use parallel MP init by Arthur Heymans · 7 years ago
  46. bb3a5ef Correct "MTTR" to "MTRR" by Jonathan Neuschäfer · 6 years ago
  47. 2e744e0 cpu/x86/mtrr: Fix broken output ("indexis") by Jonathan Neuschäfer · 6 years ago
  48. b67cfbb cpu/amd/microcode/microcode.c: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  49. 67031a5 cpu/intel/sandybridge: Put stage cache into TSEG by Arthur Heymans · 6 years ago
  50. 64f0bcb cpu/x86/mtrr: Use single code path with/without holes by Nico Huber · 7 years ago
  51. bd5fb66 cpu/x86/mtrr: Optimize hole carving strategy by Nico Huber · 7 years ago
  52. 2c3fd49 intel/nehalem post-car: Use postcar_frame for MTRR setup by Kyösti Mälkki · 8 years ago
  53. d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 6 years ago
  54. 5d8faef cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan by Furquan Shaikh · 6 years ago
  55. fa9f107 cpu/x86/mp_init: Increase AP check-in time-out to 1second by Furquan Shaikh · 6 years ago
  56. d2d2aef sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location by Arthur Heymans · 7 years ago
  57. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  58. c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 7 years ago
  59. 3985112 cpu/x86/16bit/entry16.inc: Fix typo in comment by Paul Menzel · 6 years ago
  60. 4004081 cpu/intel/haswell: Don't select PARALLEL_CPU_INIT by Arthur Heymans · 7 years ago
  61. f70c1bf cpu/x86: don't utilize UDELAY_IO if GENERIC_UDELAY by Aaron Durbin · 7 years ago
  62. c618b90 AGESA f15 cimx/sb700: Remove unused chips code by Kyösti Mälkki · 7 years ago
  63. 9de8ab9 AGESA_LEGACY: Apply final cleanup and file removals by Kyösti Mälkki · 7 years ago
  64. 3fff817 cpu/intel: Remove unused CPU code by Arthur Heymans · 7 years ago
  65. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  66. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  67. 0a4e0fd cpu/intel/speedstep: Fix the PNOT ACPI method by Arthur Heymans · 7 years ago
  68. 2bd6939 AGESA f15 boards: Remove - using LATE_CBMEM_INIT by Kyösti Mälkki · 7 years ago
  69. 0a19b08 Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  70. 264566c Intel i3100 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  71. f6af8943 Intel i5000 board & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  72. 0026a535 Intel sch board & chip: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  73. 732fb2a DMP Vortex86ex board & chip: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  74. 99c45de AMD GX2 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  75. ec2e61a cpu/x86: set permanent SMM handler stack to 1KiB by Aaron Durbin · 7 years ago
  76. f6bbc60 intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c by Elyes HAOUAS · 7 years ago
  77. 242ea84 intel: Replace msr(0x198) with msr(IA32_PERF_STATUS) by Elyes HAOUAS · 7 years ago
  78. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  79. c467334 Microcode: add dependency to header files by Julien Viard de Galbert · 7 years ago
  80. 399d35f cpu/intel: Add Intel FCBGA1023 socket support by Hal Martin · 7 years ago
  81. 8b59b31 cpu/intel/speedstep: Emit PPKG object for first package by Nico Huber · 7 years ago
  82. b1aa611 cpu: assume SSE if SSE2 is selected by Aaron Durbin · 7 years ago
  83. ec48c74 AMD boards: Fix function name (soft_reset) in message by Jonathan Neuschäfer · 7 years ago
  84. c68d410 x86/lapic: Use the existing lapicid() function by Marc Jones · 7 years ago
  85. 73abfea cpu/intel/model_1067x: Select UDELAY_LAPIC by Arthur Heymans · 7 years ago
  86. 1d6002a cpu/amd: Fix spelling of *implementation* by Paul Menzel · 7 years ago
  87. ceb5271 cpu/x86/mtrr: Remove var-MTRR alignment optimization by Nico Huber · 7 years ago
  88. 0e1ea27 AGESA vendorcode: Add ENABLE_MRC_CACHE option by Kyösti Mälkki · 7 years ago
  89. 47dffa5 chromeec: Remove checks for EC in RO by Daisuke Nojiri · 7 years ago
  90. f824784 binaryPI: Fix boot regressions by Kyösti Mälkki · 7 years ago
  91. df31904 cpu/x86: Align stack in SIPI handler by Marshall Dawson · 7 years ago
  92. 4286502 AGESA binaryPI: Fix indirect AGESA.h include by Kyösti Mälkki · 7 years ago
  93. d4955f0 AGESA: Move API interface under drivers/ by Kyösti Mälkki · 7 years ago
  94. 0f6c0b1 AGESA: Drop CAR teardown without POSTCAR_STAGE by Kyösti Mälkki · 7 years ago
  95. 63fac81 AGESA: Implement POSTCAR_STAGE by Kyösti Mälkki · 7 years ago
  96. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  97. 6933151 cpu/x86/sipi_vector.S: Use correct op suffix by Damien Zammit · 7 years ago
  98. b7959b5 AGESA boards: Drop heapManager.h includes by Kyösti Mälkki · 7 years ago
  99. f3ec5ed cpu/intel/slot_1: Increase CAR size to 8KiB by Keith Hui · 7 years ago
  100. 0a9982f cpu/intel/car/cache_as_ram.inc: Fix long standing issues by Keith Hui · 7 years ago