1. 649901e amd/geode_lx: make done_cache_as_ram_main global by Aaron Durbin · 9 years ago
  2. 439356f x86: remove cpu_incs as romstage Make variable by Aaron Durbin · 9 years ago
  3. df20506 Intel: Remove CACHE_MRC_BIN - 'selected' everywhere in Kconfig by Martin Roth · 9 years ago
  4. 27baa32 cpu/amd/model_10xxx: Do not initialize SMM memory if SMM is disabled by Timothy Pearson · 9 years ago
  5. 0dc7354 amd: raminit sysinfo offset fix by Aaron Durbin · 9 years ago
  6. 8a83b8b via/nano: Move CPU microcode to 3rdparty/blobs by Stefan Reinauer · 9 years ago
  7. 9b9400d amd/model_fxx: Move CPU microcode to 3rdparty/blobs by Stefan Reinauer · 9 years ago
  8. 916e408 amd/model_10xxx: Move CPU microcode to 3rdparty/blobs by Stefan Reinauer · 9 years ago
  9. 30b755b Add SoC specific microcode update check in ramstage by Rizwan Qureshi · 9 years ago
  10. df54461 amd/model_fxx: set CPU_ADDR_BITS to 40 on all K8 machines by Jonathan A. Kollasch · 9 years ago
  11. 67b9430 cpu: port amd/agesa to 64bit by Stefan Reinauer · 9 years ago
  12. 98fc2e9 indent style fix for lapic_cpu_init.c by Jonathan A. Kollasch · 9 years ago
  13. 9346d50 Remove unused Kconfig symbols in c code by Martin Roth · 9 years ago
  14. e731f72 amd/model_fxx rev.F: emit P-states when no intermediates exist by Jonathan A. Kollasch · 9 years ago
  15. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  16. c4e49f6 Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() by Martin Roth · 9 years ago
  17. 4a45ec4 x86: Drop -Wa,--divide by Stefan Reinauer · 9 years ago
  18. 066980c cpu/amd/model_10xxx: Determine single-link status of each CPU in _PSD generator by Timothy Pearson · 9 years ago
  19. fb39f82 cpu/amd/car: Move AP stacks below the BSP stack to free up space by Timothy Pearson · 9 years ago
  20. a97e007 cpu/amd/car: Increase Family 10h CAR size limit to 128k by Timothy Pearson · 9 years ago
  21. b5e4655 cpu/amd: Detect any conflicts between sysinfo and the stack region by Timothy Pearson · 9 years ago
  22. 5a2bd0b Revert "sandy/ivybridge: use LAPIC timer in SMM" by Patrick Georgi · 9 years ago
  23. a3aa8da sandy/ivybridge: use LAPIC timer in SMM by Stefan Reinauer · 9 years ago
  24. e021dea cpu: x86 port to 64bit by Stefan Reinauer · 9 years ago
  25. b5bba09 cpu: add x64 class for cpu_microcode by Stefan Reinauer · 9 years ago
  26. 181b773 x86: Make x86 architecture makefiles x64 aware by Stefan Reinauer · 9 years ago
  27. 597ee56 AMD Merlin Falcon: Add CPU subdirectory files for new AMD processor by WANG Siyuan · 9 years ago
  28. 0f9aa1c model_2065x: Use common i945-ivy TSEG SMM init. by Vladimir Serbinenko · 9 years ago
  29. efc01f0 model_206ax: Fix APIC map when HT is disabled. by Vladimir Serbinenko · 9 years ago
  30. f34082c fsp_model_206ax: Use common i945-ivy tseg SMM init. by Vladimir Serbinenko · 9 years ago
  31. 5793b73 x86: remove printk() from init_timer() by Aaron Durbin · 9 years ago
  32. 42e6856 stage_cache: use cbmem init hooks by Aaron Durbin · 9 years ago
  33. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  34. c16e9dfa Create i945-ivy smm tseg init based on ivy code. by Vladimir Serbinenko · 9 years ago
  35. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  36. aa04e18 x86 SMM: Relocator is intel-only by Kyösti Mälkki · 9 years ago
  37. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  38. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  39. 09b20cd Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  40. 5957bd7 x86: fix mirror_payload() by Aaron Durbin · 9 years ago
  41. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  42. 315a7b8 binaryPI: Hide use of acpi_slp_type by Kyösti Mälkki · 9 years ago
  43. 59d262c x86 SMM: Merge recipes by Kyösti Mälkki · 9 years ago
  44. e4e0f94 x86 SMM: We have single SMM linker script now by Kyösti Mälkki · 9 years ago
  45. 501cce8 smm: Remove dead smm_tseg.ld by Vladimir Serbinenko · 9 years ago
  46. 99e0b27 smmrelocate: Remove dead TSEG code. by Vladimir Serbinenko · 9 years ago
  47. 44cbe10 smm: Merge configs SMM_MODULES and SMM_TSEG by Vladimir Serbinenko · 9 years ago
  48. 7f46420 Migrate fsp_206ax to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  49. 456f495 Migrate 2065x to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  50. a3e41c0 Migrate 206ax to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  51. 5477dca intel: Remove pstate_coord_type. by Vladimir Serbinenko · 9 years ago
  52. 0e90dae Move TPM code out of chromeos by Vladimir Serbinenko · 9 years ago
  53. 40772a0 AGESA binaryPI: Drop XIP_ROM_BASE by Kyösti Mälkki · 9 years ago
  54. c74b53f AGESA: Reduce SPI use by 24kB for S3 support by Kyösti Mälkki · 9 years ago
  55. b1fcbf3 AGESA: Separate HeapManager declarations from BiosCallOuts by Kyösti Mälkki · 9 years ago
  56. f728408 AGESA: Split S3 backup in CBMEM by Kyösti Mälkki · 9 years ago
  57. b59eaf6 cbfs: remove unused CBFS_HEADER_ROM_OFFSET option by Aaron Durbin · 9 years ago
  58. c6588c5 coreboot: introduce boot_device by Aaron Durbin · 9 years ago
  59. 9bb5c5c acpigen: Remove all explicit length tracking by Vladimir Serbinenko · 10 years ago
  60. 920d17c AGESA: Halt on S3 resume failure by Kyösti Mälkki · 9 years ago
  61. 5fdb95e AGESA: Split S3 support file by Kyösti Mälkki · 10 years ago
  62. 300cace AGESA: Refactor OEM S3 storage by Kyösti Mälkki · 10 years ago
  63. 90a54b0 AGESA: Move S3 related SPI writes again by Kyösti Mälkki · 9 years ago
  64. 8ac29e8 speedstep: Don't supply weak get_cst_entries. by Vladimir Serbinenko · 10 years ago
  65. 7432da6 AGESA: Drop CPU_SOCKET_TYPE by Kyösti Mälkki · 9 years ago
  66. d5844d2 AGESA: Drop EXT_RT_TBL_SUPPORT by Kyösti Mälkki · 9 years ago
  67. 05b65ab AGESA: Drop DIMM_SUPPORT, _DDR3 and _REGISTERED by Kyösti Mälkki · 9 years ago
  68. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  69. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  70. a6b4798 intel/haswell: Drop MONOTONIC_TIMER_MSR by Patrick Georgi · 9 years ago
  71. a6225fa Remove Kconfig variable that has no effect by Patrick Georgi · 9 years ago
  72. 58d5e21 x86: garbage collect SMM programs by Aaron Durbin · 9 years ago
  73. e7366da Include back the 306ax microcode again. by Vladimir Serbinenko · 9 years ago
  74. 1f04e94 x86: expose tsc's timer_monotonic_get() in SMM by Aaron Durbin · 9 years ago
  75. ef33db0 cpu/amd/model_10xxx: Add missing ACPI _PSD object by Timothy Pearson · 9 years ago
  76. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  77. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  78. 8ccdeae haswell: Link stage_cache_external_region into ramstage, too by Sol Boucher · 9 years ago
  79. 2436bda cpu: get rid of socket source code by Stefan Reinauer · 9 years ago
  80. 3905cae dmp/vortex86: fix missing cpu Kconfig guards by Matt DeVillier · 9 years ago
  81. 31769d9 cpu/intel/haswell: remove dependency on socket_rpga989 by Matt DeVillier · 9 years ago
  82. e2c2bb9 dmp/vortex86: move PLL config to cpu Kconfig by Martin Roth · 9 years ago
  83. 595e777 Kconfig whitespace fixes by Martin Roth · 9 years ago
  84. ceae968 Fix some minor Kconfig issues by Martin Roth · 9 years ago
  85. e2edf71 Makefile x86 SMM: Move smm_wrap recipes by Kyösti Mälkki · 9 years ago
  86. 7868797 fsp: Move fsp to fsp1_0 by Marc Jones · 9 years ago
  87. d70bf7c cbmem_console: fix it for x86 by Aaron Durbin · 9 years ago
  88. bd74a4b coreboot: common stage cache by Aaron Durbin · 9 years ago
  89. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  90. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 9 years ago
  91. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 9 years ago
  92. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  93. d1707b0 ti/am335x: switch to generic udelay by Patrick Georgi · 9 years ago
  94. c294d70 vendorcode/amd/agesa/f16kb: Enable support for AM1 socket by Sergej Ivanov · 9 years ago
  95. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  96. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  97. 06ef046 global: Refactor get_option usage by Varad Gautam · 9 years ago
  98. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  99. 56b8309 build system: rename __BOOT_BLOCK__ and __VER_STAGE__ by Patrick Georgi · 9 years ago
  100. 990e7c9 build system x86: deprecate bootblock_lds and ldscripts variables by Patrick Georgi · 9 years ago