1. 6c4f3ce AMD S3 resume: use a function to replace duplicated code by Siyuan Wang · 11 years ago
  2. 22dcdd9 Add support for Intel Nehalem CPU by Vladimir Serbinenko · 11 years ago
  3. 3a09179f Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge" by Stefan Reinauer · 11 years ago
  4. 0210119 Add support for Intel Ibex Peak (Mobile 5) southbridge by Stefan Reinauer · 11 years ago
  5. 942e69d am335x: Add struct `am335x_uart` for uart registers by David Hendricks · 11 years ago
  6. 6e5c86f am335x: Revert how the header load size is calculated to an earlier method. by Gabe Black · 11 years ago
  7. 1ef5ff2 am335x: Make the iROM load only the bootblock and ROM stage. by Gabe Black · 11 years ago
  8. ddbfc64 am335x: Build an omap style header and an image with it at the front. by Gabe Black · 11 years ago
  9. 641f00c fam15 vendorcode: Change license to BSD from AMD software license by Siyuan Wang · 11 years ago
  10. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  11. 775551c VIA Nano: Add microcode updates files by Alexandru Gagniuc · 11 years ago
  12. 66da043 haswell: allow for disabled hyperthreading by Aaron Durbin · 11 years ago
  13. 3aa5816 am335x: Clean up/fix some settings in the am335x Kconfig. by Gabe Black · 11 years ago
  14. c4fd297 cpu/amd/geode_lx/Kconfig: Select TSC_MONOTONIC_TIMER by Christian Gmeiner · 11 years ago
  15. 3c7e939 beaglebone: initial Kconfig and Makefiles by Gabe Black · 11 years ago
  16. 60c54cc cpu/amd/agesa/Kconfig: Select LAPIC_MONOTONIC_TIMER by Paul Menzel · 11 years ago
  17. 4e01cfb cpu/intel/haswell/Kconfig: Intend help text with two spaces by Paul Menzel · 11 years ago
  18. 5b54d35 haswell: enable cache-as-ram migration by Aaron Durbin · 11 years ago
  19. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  20. 4bd7b0c EXYNOS5250/SNOW: fix the build script. Add a script to get the bl1. by Ronald G. Minnich · 11 years ago
  21. 38c326d x86: add thread support by Aaron Durbin · 11 years ago
  22. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  23. 648d166 copy_and_run: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  24. ea23a6b src/cpu/amd/agesa/Kconfig: Use tabs instead of spaces for alignment by Paul Menzel · 11 years ago
  25. 703aa97 x86: harden tsc udelay() function by Aaron Durbin · 11 years ago
  26. 39ecc65 haswell: use asmlinkage for assembly-called funcs by Aaron Durbin · 11 years ago
  27. d39c650 exynos5: select HAVE_MONOTONIC_TIMER by David Hendricks · 11 years ago
  28. 8e73b5d x86: add TSC_CONSTANT_RATE option by Aaron Durbin · 11 years ago
  29. 7cb1ba9 haswell: use tsc for udelay() by Aaron Durbin · 11 years ago
  30. 998d0c6 exynos5250/snow: deprecate time.h by David Hendricks · 11 years ago
  31. 0bb875b exynos5/5250: Update timer call sites to use monotonic timer API by David Hendricks · 11 years ago
  32. ab98cfe Revert "exynos5250/snow: deprecate time.h" by David Hendricks · 11 years ago
  33. 2fde966 exynos5250/snow: deprecate time.h by David Hendricks · 11 years ago
  34. fe9f0f4 cpu/amd/agesa/family15tn/Kconfig: Remove unneeded `UDELAY_LAPIC` by Paul Menzel · 11 years ago
  35. 5ec69ed exynos5250: monotonic timer implementation (using MCT) by David Hendricks · 11 years ago
  36. 825c78b mainboard/{asus/f2a85-m,amd/thatcher}: move UDELAY_LAPIC by David Hubbard · 11 years ago
  37. e850164 tsc: provide monotonic timer by Aaron Durbin · 11 years ago
  38. fd8291c lapic: monotonic time implementation by Aaron Durbin · 11 years ago
  39. c46cc6f haswell: 24MHz monotonic time implementation by Aaron Durbin · 11 years ago
  40. bebf669 x86: use boot state callbacks to disable rom cache by Aaron Durbin · 11 years ago
  41. dfad17d exynos5250: uncomment $(INTERMEDIATE) by David Hendricks · 11 years ago
  42. bd7f5f6 google/snow: Add "wakeup" module for suspend/resume. by Hung-Te Lin · 11 years ago
  43. 55c753d arm/exynos: Allow DRAM controller to be initialized without clearing RAM content. by Hung-Te Lin · 11 years ago
  44. 2810afa GOOGLE/SNOW: get graphics working by Ronald G. Minnich · 11 years ago
  45. 2c88cc0 Intel microcode: Return when `microcode_updates` is `NULL` by Vladimir Serbinenko · 11 years ago
  46. aee444f exynos5250: ungate the product ID register by David Hendricks · 11 years ago
  47. e8a9134 GOOGLE/SNOW: fix stupid paren error by Ronald G. Minnich · 11 years ago
  48. 9539932 exynos5: eliminate lcd_base variable by David Hendricks · 11 years ago
  49. d83c117 exynos5250: get xres and yres out of the device tree and into the panel descriptor by Ronald G. Minnich · 11 years ago
  50. cd14ed7 [2/3] exynos5: modify thermal management unit code for coreboot by David Hendricks · 11 years ago
  51. 90a7009 [1/3] exynos5: import thermal management unit code by David Hendricks · 11 years ago
  52. b9e6e1a exynos5: move power_enable_hw_thermal_trip() prototype by David Hendricks · 11 years ago
  53. 1fb11d1 armv7/exynos5250: Deprecate sdelay in favor of udelay by David Hendricks · 11 years ago
  54. 130aafa Samsung/exynos5250: convert unsigned {int,char} to u32/u8 by Ronald G. Minnich · 11 years ago
  55. cd4c8c1 exynos5/snow: remove wait_ms arg from dp_controller_init() by David Hendricks · 11 years ago
  56. c0b972f Exynos5250: add a microsecond timer by Ronald G. Minnich · 11 years ago
  57. 573a1d6 Persimmon/Fam14/SB800 DSDT: Split into common areas by Mike Loptien · 11 years ago
  58. b48605d Exynos5250: Use new chip settings for the cpu by Ronald G. Minnich · 11 years ago
  59. 7576f25 GOOGLE/SNOW: add edp support to ramstage by Ronald G. Minnich · 11 years ago
  60. 798f664 exynos5-common: Enable fimd_bypass and minor cleanup by Ronald G. Minnich · 11 years ago
  61. 086b369 armv7: replace read/write macros with inlines by David Hendricks · 11 years ago
  62. b959fbb exynos5: Re-factor I2C code by David Hendricks · 11 years ago
  63. cfb7360 replace device/i2c.h with simpler version by David Hendricks · 11 years ago
  64. c7e5d79 exynos5250: add missing address-of operator in UART driver by David Hendricks · 11 years ago
  65. db9eaf4 snow/exynos5250: move board-specific power stuff to mainboard dir by David Hendricks · 11 years ago
  66. 161ccc7 exynos5250: add a chip.h file for the display register settings by Ronald G. Minnich · 11 years ago
  67. ce801b5 exynos5-common: get rid of displayport trial code by Ronald G. Minnich · 11 years ago
  68. 190011e AMD: Drop six copies of wrmsr_amd and rdmsr_amd by Kyösti Mälkki · 11 years ago
  69. 23f5016 haswell: enable ROM caching by Aaron Durbin · 11 years ago
  70. 13cc952 haswell: keep ROM cache enabled by Aaron Durbin · 11 years ago
  71. 0f0fe10 haswell: use new interface to disable rom caching by Aaron Durbin · 11 years ago
  72. ebf142a boot: add disable_cache_rom() function by Aaron Durbin · 11 years ago
  73. 0ce2b43 Minor Kconfig help text fix by Stefan Tauner · 11 years ago
  74. af3158c lynxpoint: split clearing and enabling of smm by Aaron Durbin · 11 years ago
  75. c01d138 exynos5250: Add function for configuring L2 cache by David Hendricks · 11 years ago
  76. 5392424 x86: mtrr: optimize hole carving above 4GiB by Aaron Durbin · 11 years ago
  77. e383442 x86: mtrr: add hole punching support by Aaron Durbin · 11 years ago
  78. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  79. 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 11 years ago
  80. 9b027fe mtrr: honor IORESOURCE_WRCOMB by Aaron Durbin · 11 years ago
  81. bb4e79a x86: add new mtrr implementation by Aaron Durbin · 11 years ago
  82. 3cc0d1e exynos5250: assign RAM resources in cpu_init() by David Hendricks · 11 years ago
  83. 0175587 Revert "samsung/exynos5: add resource functions for the display port" by David Hendricks · 11 years ago
  84. 9427ca1 samsung/exynos5: add resource functions for the display port by Ronald G. Minnich · 11 years ago
  85. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  86. 8dddc30 haswell: Add microcode for ULT C0 stepping 0x40651 by Duncan Laurie · 11 years ago
  87. d02bb62 haswell: vboot path support in romstage by Aaron Durbin · 12 years ago
  88. c0cbd6e haswell: use dynamic cbmem by Aaron Durbin · 11 years ago
  89. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  90. 71c7cdc Intel: Update CPU microcode for 6fx CPUs by Stefan Reinauer · 11 years ago
  91. b70197b Intel: Update CPU microcode for 106cx CPUs by Stefan Reinauer · 11 years ago
  92. b631f9c Intel: Update CPU microcode script by Stefan Reinauer · 11 years ago
  93. 1ad5564 lynxpoint: Add helper functions for reading PM and GPIO base by Duncan Laurie · 12 years ago
  94. b86113f haswell: RESET_ON_INVALID_RAMSTAGE_CACHE option by Aaron Durbin · 12 years ago
  95. f7cdfe5 haswell: implement ramstage caching in SMM region by Aaron Durbin · 12 years ago
  96. 8ce667e haswell: add multipurpose SMM memory region by Aaron Durbin · 12 years ago
  97. 67481ddc haswell: set TSEG as WB cacheable in romstage by Aaron Durbin · 12 years ago
  98. 738af67 haswell: support for parallel SMM relocation by Aaron Durbin · 12 years ago
  99. bf396ff haswell: use s3_resume field in romstage_handoff by Aaron Durbin · 12 years ago
  100. ef4275b x86: protect against abi assumptions from compiler by Aaron Durbin · 12 years ago