1. bc78e01 cpu/intel/car/p4-netburst: Remove delay loops by Kyösti Mälkki · 4 years, 10 months ago
  2. f6a8c5a cpu/intel/smm/gen1: Deal with SMM save state compatibility by Arthur Heymans · 4 years, 10 months ago
  3. bda8702 cpu/x86/mtrr/xip_cache.c: Fix inconsistent message by Angel Pons · 4 years, 10 months ago
  4. 2f389f1 arch/arm: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 10 months ago
  5. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 10 months ago
  6. 4f7568b cpu/intel/core2: Cache XIP romstage with C_ENVIRONMENT_BOOTBLOCK. by Arthur Heymans · 4 years, 10 months ago
  7. 47be2d9 cpu/x86: Add a prog_run hook to set up caching of XIP stages by Arthur Heymans · 4 years, 10 months ago
  8. 4325165 cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 by Kyösti Mälkki · 4 years, 10 months ago
  9. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  10. af1cbe2 cpu/x86: make set_msr_bit publicly available by Michael Niewöhner · 4 years, 10 months ago
  11. 776da08 arch/x86/*.S: use defines instead of hardcoded values by Patrick Rudolph · 4 years, 10 months ago
  12. be9533a nb/intel/gm45: Add C_ENVIRONMENT_BOOTBLOCK support by Arthur Heymans · 4 years, 10 months ago
  13. 942ad6a cpu/intel/car: Correctly cache the bootblock with C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 10 months ago
  14. 845652b src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  15. 34715df src: Remove unused '#include <cpu/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  16. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  17. 2c34892 cpu/amd/*/*/acpi/: Use 'Device()' instead of 'Processor()' by Elyes HAOUAS · 4 years, 10 months ago
  18. 980d704 cpu/intel/common: Enable GetSec leaves for Intel TXT by Patrick Rudolph · 4 years, 10 months ago
  19. e33c50d cpu/amd/{agesa,pi}: Select NO_FIXED_XIP_ROM_SIZE by Arthur Heymans · 4 years, 11 months ago
  20. 2882253 nb/intel/nehalem: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 10 months ago
  21. 2a468d2 cpu/intel/model_2065x/bootblock: Remove dead code by Arthur Heymans · 4 years, 11 months ago
  22. 5a2bbca cpu/intel/: Fix regression with smmrelocate by Kyösti Mälkki · 4 years, 11 months ago
  23. 6e079dc cpu/intel/common: Move intel_ht_sibling() to common folder by Patrick Rudolph · 5 years ago
  24. 92bb832 console: Declare empty printk() for __ROMCC__ by Kyösti Mälkki · 5 years ago
  25. 23d4d9f amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICE by Kyösti Mälkki · 5 years ago
  26. 44da9e2 cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use by Kyösti Mälkki · 5 years ago
  27. 89c0ef7 cpu/intel/: Clean up microcode update from __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  28. 3de8f8c cpu/amd/pi/00730F01: Clean up microcode update from __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  29. e39becf intel/cpu: Switch older models to TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  30. c00e2fb cpu/intel: Use CPU_INTEL_COMMON_TIMEBASE by Kyösti Mälkki · 6 years ago
  31. 52b1e28 intel/socket_mPGA604: Enable TSC_CONSTANT_RATE by Kyösti Mälkki · 5 years ago
  32. fe26be1 cpu/intel/common: Fix invalid MSR access by Kyösti Mälkki · 5 years ago
  33. ecea916 cpu/intel/common: Extend FSB detection to cover TSC by Kyösti Mälkki · 6 years ago
  34. 5a15717 cpu/x86/lapic: Refactor timer_fsb() by Kyösti Mälkki · 5 years ago
  35. 7841a7f cpu/intel/common: Add CPU_INTEL_COMMON_TIMEBASE by Kyösti Mälkki · 6 years ago
  36. 7839827 cpu,mb,soc: Init missing lb_serial struct fields by Jacob Garber · 5 years ago
  37. f9beb3c cpu/via/nano: Enable TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  38. 6617a77 cpu/qemu-x86: Enable TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  39. 279d8b5 cpu/intel/microcode: Make microcode lib available in bootblock by Rizwan Qureshi · 5 years ago
  40. 02381a2 {cpu,device,drivers}: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  41. 80f963c intel/haswell: Remove some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  42. 1095bfa arch/x86: Drop _car_relocatable_data symbols by Kyösti Mälkki · 5 years ago
  43. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  44. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 5 years ago
  45. 97ea346 AUTHORS: Move src/cpu/amd copyrights into AUTHORS file by Martin Roth · 5 years ago
  46. 6fdb223 arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 by Kyösti Mälkki · 5 years ago
  47. 5fffb5e security/intel: Add TXT infrastructure by Patrick Rudolph · 5 years ago
  48. 59d5731 arch/x86: Drop weak attribute on stage_cache by Kyösti Mälkki · 5 years ago
  49. 540151f intel/haswell: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  50. abddb1f intel/haswell,broadwell: Rename EMRR to PRMRR by Kyösti Mälkki · 5 years ago
  51. d53fd70 intel/smm/gen1: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  52. a7d2f29 intel/car: Use common TS_START_ROMSTAGE by Kyösti Mälkki · 5 years ago
  53. a165c07 arch/x86: Simplify <arch/early_variables.h> by Kyösti Mälkki · 5 years ago
  54. f0a3d44 emulation/qemu-x86: Use common romstage code by Kyösti Mälkki · 5 years ago
  55. 101ef0b lib/bootblock: Add simplified entry with basetime by Kyösti Mälkki · 5 years ago
  56. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  57. c99d3af amdfam10: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  58. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  59. 4c095fc cpu/intel/car: Make stack guards more useful on C_ENV_BOOTBLOCK by Arthur Heymans · 5 years ago
  60. cb3e16f AMD fam10: Remove HAVE_ACPI_RESUME support by Kyösti Mälkki · 8 years ago
  61. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  62. cd2aa47 devicetree: Remove duplicate chip_ops declarations by Kyösti Mälkki · 5 years ago
  63. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  64. a7cac0a emulation/qemu-x86: Fix romstage stack alignment by Kyösti Mälkki · 5 years ago
  65. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  66. 184a117 amdfam10-15: Rename DCACHE_BSP_STACK_SIZE by Kyösti Mälkki · 5 years ago
  67. 2c430c8 intel/smm: Define struct ied_header just once by Kyösti Mälkki · 5 years ago
  68. faf20d3 soc/intel: Rename some SMM support functions 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. 5ec97ce soc/*: mp_run_on_all_cpus: Remove configurable timeout by Patrick Rudolph · 5 years ago
  71. 7cdb047 cpu/x86/smm: Promote smm_memory_map() by Kyösti Mälkki · 5 years ago
  72. 544878b arch/x86: Add postcar_frame_common_mtrrs() by Kyösti Mälkki · 5 years ago
  73. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  74. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  75. a347630 intel/smm/gen1: Split alternative SMRR register function by Kyösti Mälkki · 5 years ago
  76. 4913d8a cpu/x86/smm: Define single smm_subregion() by Kyösti Mälkki · 5 years ago
  77. 6708566 cpu/x86: Hide smm_save_state_area_t typedef by Kyösti Mälkki · 5 years ago
  78. 1ef039b cpu/x86: Change old-style SMI handler prototypes by Kyösti Mälkki · 5 years ago
  79. c4fdb7b cpu/x86: Move some SMM function declarations by Kyösti Mälkki · 5 years ago
  80. e31ec29 cpu/x86: Separate save_state struct headers by Kyösti Mälkki · 5 years ago
  81. e2e1f12 intel/haswell: Move platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  82. c74b93d arch/x86: Obsolete CACHE_AS_RAM config by Kyösti Mälkki · 5 years ago
  83. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  84. 5cf9ccc src: Include <stdint.h> instead of <inttypes.h> by Jacob Garber · 5 years ago
  85. 98f43a1 cpu/x86 mp_init: Add option for AMD INIT SIPI sequence by Marshall Dawson · 5 years ago
  86. 6c8a040 cpu/x86/mtrr: Replace CONFIG_CPU_ADDR_BITS with cpu_phys_address_size() by Subrata Banik · 5 years ago
  87. 14222d8 arch/x86: Change smm_subregion() prototype by Kyösti Mälkki · 5 years ago
  88. 9970b61 arch/x86: Move TSEG_STAGE_CACHE implementation 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. f6c2068 intel/nehalem,sandybridge: Move stage_cache support function by Kyösti Mälkki · 5 years ago
  91. be207b1 soc/*: Report mp_init errors by Patrick Rudolph · 5 years ago
  92. c27f1c3 cpu/allwinner: Remove support by Arthur Heymans · 5 years ago
  93. 825646e intel/haswell: Move stage_cache support function by Kyösti Mälkki · 5 years ago
  94. a9ee8fc src/cpu/intel: Add sanity check for cpu turbo mode capability by John Zhao · 5 years ago
  95. 89463e3 cpu/x86: Fix DEBUG_SMM_RELOCATION dependency by Kyösti Mälkki · 5 years ago
  96. 3b50c05 intel/haswell: Replace monotonic timer by Kyösti Mälkki · 5 years ago
  97. d4e140d cpu/x86: Move smm_lock() prototype by Kyösti Mälkki · 5 years ago
  98. 276d46a src: Add missing include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  99. b16fda2 cpu/x86: Declare smi_release_lock() static by Kyösti Mälkki · 5 years ago
  100. fd10f77 cpu/x86: Remove obsolete smm_init_completion() by Kyösti Mälkki · 5 years ago