1. e5c00a5 intel post-car: Consolidate choose_top_of_stack() by Kyösti Mälkki · 8 years ago
  2. 70cd543 AMD k8 fam10: Drop excessive spinlock initialization by Kyösti Mälkki · 8 years ago
  3. d113190 AMD k8 fam10: Fix romstage handoff by Kyösti Mälkki · 8 years ago
  4. c30bfca AMD k8 fam10: Refactor S3 recovery by Kyösti Mälkki · 8 years ago
  5. 1891bfd intel/haswell: No need for ACPI S3 resume backup by Kyösti Mälkki · 8 years ago
  6. 65e8f64 intel romstage: Use run_ramstage() by Kyösti Mälkki · 8 years ago
  7. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  8. cf0e60f ACPI S3: Add common recovery code by Kyösti Mälkki · 8 years ago
  9. a16cd9c ACPI S3: Move SMP trampoline recovery by Kyösti Mälkki · 8 years ago
  10. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  11. 75d139b intel/model_206ax: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  12. 8431fcb intel/model_2065x: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  13. b4f827d intel cache-as-ram: Fix comment about MTRRs by Kyösti Mälkki · 8 years ago
  14. 15fa992 intel/model_6ex: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  15. 408d392 intel/car/cache_as_ram_ht.inc: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  16. 07921540d intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  17. 4089a17 amd/fam_10h-fam_15h: allow building without microcode updates by Arthur Heymans · 8 years ago
  18. e6bab8f amd/geode: Fix comment about ACPI S3 by Kyösti Mälkki · 8 years ago
  19. d71cfd2 VIA C7 NANO: Fix early MTRR setting by Kyösti Mälkki · 8 years ago
  20. e325b22 intel: Fix romstage main() with asmlinkage by Kyösti Mälkki · 8 years ago
  21. 831a7ef intel/cache_as_ram_ht.inc: Fix include by Kyösti Mälkki · 8 years ago
  22. 9d2762c intel cache_as_ram: Fix typo in comment by Kyösti Mälkki · 8 years ago
  23. d72cc41 intel/model_206ax: Move platform specific defines by Kyösti Mälkki · 8 years ago
  24. a969ed3 Move definitions of HIGH_MEMORY_SAVE by Kyösti Mälkki · 8 years ago
  25. 465eff6 Fix some cbmem.h includes by Kyösti Mälkki · 8 years ago
  26. 08311f5 AGESA vendorcode: Build a common amdlib by Kyösti Mälkki · 8 years ago
  27. 4bab6e7 intel/sch: Merge northbridge and southbridge in src/soc by Stefan Reinauer · 8 years ago
  28. 898c47c AGESA f12: Build as libagesa.a by Kyösti Mälkki · 8 years ago
  29. 788e736 AGESA f16kb: Build as libagesa.a by Kyösti Mälkki · 8 years ago
  30. 6ec72c9 drivers/uart: Use uart_platform_refclk for all UART models by Lee Leahy · 8 years ago
  31. ef10529 cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE by Aaron Durbin · 8 years ago
  32. 6366d92 {cpu,soc}/intel: remove unused smm_init() function by Aaron Durbin · 8 years ago
  33. 770d7c7 cpu/x86/mp_init: reduce exposure of internal implementation by Aaron Durbin · 8 years ago
  34. 463af33 cpu/intel/haswell: convert to using common MP and SMM init by Aaron Durbin · 8 years ago
  35. 8250192 cpu/x86: combine multiprocessor and SMM initialization by Aaron Durbin · 8 years ago
  36. d87c7bc cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option by Aaron Durbin · 8 years ago
  37. a41e030 cpu/x86/smm_module_loader: always build with SMM module support by Aaron Durbin · 8 years ago
  38. 0e55632 cpu/x86/mp_init: remove unused callback arguments by Aaron Durbin · 8 years ago
  39. 0c85b7f soc/intel/apollolake: Add cache for BIOS ROM by Andrey Petrov · 8 years ago
  40. 064a501 cpu/x86/tsc: Compile TSC timer for postcar as well by Andrey Petrov · 8 years ago
  41. b8671ea cpu/x86/tsc: remove conditional compilation by Aaron Durbin · 8 years ago
  42. 01dfdc5 cpu/x86/tsc: compile same code for all stages by Aaron Durbin · 8 years ago
  43. 711bfa9 cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c by Aaron Durbin · 8 years ago
  44. 6f3a55a src/cpu/x86: remove TSC_CALIBRATE_WITH_IO by Aaron Durbin · 8 years ago
  45. eee6a7f am335x: Add some code for manipulating GPIOs by Gabe Black · 11 years ago
  46. 8f251d9 am335x: Add data structures for the clock module registers by Gabe Black · 11 years ago
  47. e35db2c src/: Fix lint style-labels warnings by Martin Roth · 8 years ago
  48. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  49. 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 8 years ago
  50. b4e5c5eb cpu/x86: compile earlymtrr.c code for romstage as well by Andrey Petrov · 8 years ago
  51. 5fa5da1 cpu/x86/mtrr: remove early_mtrr_* functions by Aaron Durbin · 8 years ago
  52. 264bf0b cpu/x86/mtrr: move cache_ramstage() to its only user by Aaron Durbin · 8 years ago
  53. 7e3903b cpu/via/c7: Don't manually include udelay_io.c by Stefan Reinauer · 8 years ago
  54. 3d840d0 northbridge/intel/i440bx: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  55. 2a08137 x86 chipsets: utilize x86_setup_mtrrs_with_detect() by Aaron Durbin · 8 years ago
  56. 41aa8bc Kconfig: Remove unneeded UDELAY_IO redeclaration by Stefan Reinauer · 8 years ago
  57. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  58. 9d5e36e cpu/x86: Sort some Kconfig options by Stefan Reinauer · 9 years ago
  59. dd56de9 arch/x86: document CAR symbols and expose them in symbols.h by Andrey Petrov · 8 years ago
  60. 8198c67 arch/x86: always use _start as entry symbol for all stages by Aaron Durbin · 8 years ago
  61. 4330a9c arch/x86: rename reset_vector -> _start by Aaron Durbin · 8 years ago
  62. f8468d4 cpu/x86/16bit: rename _start -> _start16bit by Aaron Durbin · 8 years ago
  63. 0fd068b cpu/x86/16bit/reset16: mark reset vector executable by Aaron Durbin · 8 years ago
  64. 998d856 cpu/x86/16bit/reset16: remove stale 32-bit jump by Aaron Durbin · 8 years ago
  65. 0e92bb0 tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))" by Denis 'GNUtoo' Carikli · 8 years ago
  66. 55fdfca cpu/qemu-power8: don't enable it for qemu-x86 by Patrick Georgi · 8 years ago
  67. deba4e8 power8: qemu "cpu" by Ronald G. Minnich · 8 years ago
  68. ffc31d0 cpu/amd: Add socket FM2 by Damien Zammit · 8 years ago
  69. bedbd67 cpu/amd: Update/Add license headers by Damien Roth · 9 years ago
  70. 07a196e CPU/intel: Add missing license headers by Damien Roth · 9 years ago
  71. 37a54b7 cpu/allwinner: Update license headers by Damien Roth · 9 years ago
  72. 144eea0 Make MRC vs native a config rather than making a separate chipset for it. by Vladimir Serbinenko · 8 years ago
  73. 0492c8c cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well by Alexandru Gagniuc · 9 years ago
  74. a02bb65 cpu/intel/microcode: allow microcode to be loaded in romstage by Aaron Durbin · 8 years ago
  75. 4e543d3 cpu/amd/fam10h-fam15h: Honor CMOS option to disable CPB (core boost) by Timothy Pearson · 9 years ago
  76. 606b6ec cpu/amd/fam10h-15h: Set PowerStepUp/PowerStepDown on Fam15h by Timothy Pearson · 9 years ago
  77. 2f91403 src: Fix various spelling and whitespace issues. by Martin Roth · 9 years ago
  78. 96a598b amd/agesa/family15tn: Add Richland CPU ID by Loic · 9 years ago
  79. 1010868 src/: Fix Kcofig symbols missing CONFIG_ prefix by Martin Roth · 9 years ago
  80. 2172493 cpu/amd/fam10h-15h: Add workaround for AMD Erratum 600 by Timothy Pearson · 9 years ago
  81. cb1dec5 cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function by Timothy Pearson · 9 years ago
  82. 0df7046 cpu/amd/fam10h-15h: Fix Family 15h boot hang when BSP lift enabled by Timothy Pearson · 9 years ago
  83. 71f8641 cpu/amd/fam10h-fam15h: Correctly create APIC ID on single node systems by Timothy Pearson · 9 years ago
  84. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 9 years ago
  85. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 9 years ago
  86. ba2af2e cpu/amd/family_10h-family_15h: Move CBMEM storage out of CC6 save region by Timothy Pearson · 9 years ago
  87. 39495ba cpu/amd/family_10h-family_15h: Set LDT tristate correctly on C32 sockets by Timothy Pearson · 9 years ago
  88. 4a30ab9 cpu/amd: remove .intel_syntax by Patrick Georgi · 9 years ago
  89. 66bbb31 */Makefile.inc: Compile files needed by uart8250 in x86 bootblock by Alexandru Gagniuc · 9 years ago
  90. 19bb139 Kconfig: Remove selects that enable 'choice' symbols by Martin Roth · 9 years ago
  91. aad9b6a08 cpu: Fix typo that spelled "allocate" as "allocte." by Jacob Laska · 9 years ago
  92. c764c74 cpu/amd/microcode: Introduce CBFS access spinlock to avoid IOMMU failure by Timothy Pearson · 9 years ago
  93. bfa19e1 cpu/amd/fam10h-15h: Add tsc_freq_mhz() function by Timothy Pearson · 9 years ago
  94. 8a13743 x86 chipsets: Link non-code flow CHIPSET_BOOTBLOCK_INCLUDE files by Alexandru Gagniuc · 9 years ago
  95. 0fa4f6f cpu/allwinner/a10: Fix I2c speed calculation by Martin Roth · 9 years ago
  96. 7b22d84 drivers/pc80: Add optional spinlock for nvram CBFS access by Timothy Pearson · 9 years ago
  97. 5a3f1e5 cpu/samsung/exynos5250: Move update-bl1.sh to 3rdparty/blobs/ by Stefan Reinauer · 9 years ago
  98. c32e80d Drop src/cpu/ indirection for MIPS by Stefan Reinauer · 9 years ago
  99. 44d5342 src/console: Add x86 romstage spinlock option and printk spinlock support by Timothy Pearson · 9 years ago
  100. 704662a qemu-x86: Enable SMP support by Patrick Georgi · 9 years ago