1. f567f16 sandybridge: add option to mark graphics memory write-combining. by Aaron Durbin · 11 years ago
  2. fcfe67c haswell: add option to mark graphics memory write-combining. by Aaron Durbin · 11 years ago
  3. 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 11 years ago
  4. 9b027fe mtrr: honor IORESOURCE_WRCOMB by Aaron Durbin · 11 years ago
  5. a05a852 lib: add memrange infrastructure by Aaron Durbin · 11 years ago
  6. 3ece5ac stdlib: add ALIGN_UP and ALIGN_DOWN macros by Aaron Durbin · 11 years ago
  7. 4fa5fa5 resources: introduce IORESOURCE_WRCOMB by Aaron Durbin · 11 years ago
  8. a755614 resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR] by Aaron Durbin · 11 years ago
  9. bb4e79a x86: add new mtrr implementation by Aaron Durbin · 11 years ago
  10. 28adb6e coreboot table: use memrange library by Aaron Durbin · 11 years ago
  11. 7762091 armv7: set cache level explicitly for dcache/unified cache case by David Hendricks · 11 years ago
  12. d4d6a40 armv7: invalidate TLB after changing translation table entries by David Hendricks · 11 years ago
  13. 7b19f66 armv7: iterate thru all levels when doing dcache ops by David Hendricks · 11 years ago
  14. 8234874 armv7: add functions for reading/writing L2CTLR by David Hendricks · 11 years ago
  15. fa244a6 armv7: use stdint.h in cache and MMU files by David Hendricks · 11 years ago
  16. eca48438 armv7: added paranoia for cache library by David Hendricks · 11 years ago
  17. dbc11e2 armv7: clean+invalidate all cache levels when disabling MMU by David Hendricks · 11 years ago
  18. 19f3092 armv7: cosmetic changes to dcache_op_mva() by David Hendricks · 11 years ago
  19. 8f39887 armv7: fix a bad variable assignment by David Hendricks · 11 years ago
  20. d21ca52 armv7: pass incremented value to dccimvac by David Hendricks · 11 years ago
  21. 3cc0d1e exynos5250: assign RAM resources in cpu_init() by David Hendricks · 11 years ago
  22. 42f5513 armv7: fixes for dcache_op_by_mva() by David Hendricks · 11 years ago
  23. 49675b9 ARMv7: Drop ROMSTAGE_BASE from Makefile.inc by Stefan Reinauer · 11 years ago
  24. cf4a3f4 Revert "coreboot table: use memrange library" by Aaron Durbin · 11 years ago
  25. 5a767fd x86: dynamic cbmem: fix acpi reservations by Aaron Durbin · 11 years ago
  26. 56075ea coreboot table: use memrange library by Aaron Durbin · 11 years ago
  27. 0175587 Revert "samsung/exynos5: add resource functions for the display port" by David Hendricks · 11 years ago
  28. 7f86c05 ARMv7: Drop XIP relocation code for romstage by Stefan Reinauer · 11 years ago
  29. 9427ca1 samsung/exynos5: add resource functions for the display port by Ronald G. Minnich · 11 years ago
  30. f9be756 armv7: add new dcache and MMU setup functions by David Hendricks · 11 years ago
  31. 3926b4c AMD Inagua: add GEC firmware, document Broadcom BCM57xx Selfboot Patch format by Jens Rottmann · 11 years ago
  32. c15551a dynamic cbmem: fix memconsole and timestamps by Aaron Durbin · 11 years ago
  33. c965076 resources: introduce reserved_ram_resource() by Aaron Durbin · 11 years ago
  34. 0135702 x86: mark .textfirst as allocatable and executable by Aaron Durbin · 11 years ago
  35. b467f1d relocatable ramstage: fix linking by Aaron Durbin · 11 years ago
  36. c875e2a vboot module: fix compilation issues by Aaron Durbin · 11 years ago
  37. 1989b4b x86: expose console_tx_flush in romstage by Aaron Durbin · 11 years ago
  38. d23e292e rmodule: align ld script with latest x86 ld script by Aaron Durbin · 11 years ago
  39. 2bd2e37 cbfs: fix relocation ramstage compiler errors by Aaron Durbin · 11 years ago
  40. a438ea8 Unify setting i82801e LPC by Kyösti Mälkki · 11 years ago
  41. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  42. c8eab2c Add support for ASUS F2A85-M board by Rudolf Marek · 11 years ago
  43. 5605f1b Fix compilation of Intel LynxPoint based boards by Stefan Reinauer · 11 years ago
  44. db6c5bf Asrock E350M1: Use SPD read code from F14 wrapper by Jens Rottmann · 11 years ago
  45. 3db86cc FrontRunner/Toucan-AF: Use SPD read code from F14 wrapper by Jens Rottmann · 11 years ago
  46. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  47. 93a6665 wtm2: build-time dev and recovery settings by Aaron Durbin · 11 years ago
  48. 54553d9 vboot: pass correct coreboot include paths by Aaron Durbin · 11 years ago
  49. 8dddc30 haswell: Add microcode for ULT C0 stepping 0x40651 by Duncan Laurie · 11 years ago
  50. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 11 years ago
  51. d02bb62 haswell: vboot path support in romstage by Aaron Durbin · 11 years ago
  52. 0df4de9 haswell boards: support added chromeos function by Aaron Durbin · 11 years ago
  53. fd79562 romstage: add support for vboot firmware selection by Aaron Durbin · 11 years ago
  54. c065089 rmodule: add vboot rmodule type by Aaron Durbin · 11 years ago
  55. 22919ce timestamp: add vboot check points by Aaron Durbin · 11 years ago
  56. 0c6946d cbmem: add vboot cmbem id by Aaron Durbin · 11 years ago
  57. c0cbd6e haswell: use dynamic cbmem by Aaron Durbin · 11 years ago
  58. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  59. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  60. 55ed310 rmodule: correct ordering of bss clearing by Aaron Durbin · 11 years ago
  61. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  62. c322118 cbfs: Change false ERROR print to a WARNING. by Shawn Nematbakhsh · 11 years ago
  63. 71c7cdc Intel: Update CPU microcode for 6fx CPUs by Stefan Reinauer · 11 years ago
  64. b70197b Intel: Update CPU microcode for 106cx CPUs by Stefan Reinauer · 11 years ago
  65. b631f9c Intel: Update CPU microcode script by Stefan Reinauer · 11 years ago
  66. 7b8952c Butterfly, Stout: Force SATA link speed to 3 Gbps by Shawn Nematbakhsh · 11 years ago
  67. 2b7c88f rmodule: add string functions to rmodules class by Aaron Durbin · 11 years ago
  68. deb90f4 lynxpoint: Fix up handling for LynxPoint-LP chipsets by Duncan Laurie · 11 years ago
  69. 70f04b4 lynxpoint: Change sata.c to get rid of #if by Duncan Laurie · 11 years ago
  70. d604090 lynxpoint: Fix ELOG logging of power management events by Duncan Laurie · 11 years ago
  71. 467f31d haswell/lynxpoint: Use new PCH/PM helper functions by Duncan Laurie · 11 years ago
  72. 7922b46 lynxpoint: Fix GPIO and PM base reservations by Duncan Laurie · 11 years ago
  73. f5966b1 lynxpoint: remove DEBUG_PERIODIC_SMIS by Duncan Laurie · 11 years ago
  74. 55cdf55 lynxpoint: Add power management helper functions by Duncan Laurie · 11 years ago
  75. 1ad5564 lynxpoint: Add helper functions for reading PM and GPIO base by Duncan Laurie · 11 years ago
  76. 5cc51c0 lynxpoint: Add function for checking for LP chipset by Duncan Laurie · 11 years ago
  77. 7a3fd4d lynxpoint: Enable EC IO ports 0x62/0x66 by Duncan Laurie · 11 years ago
  78. 969ac8d haswell: Drop the device ID check in graphics init path by Duncan Laurie · 11 years ago
  79. b37d1fb lynxpoint: update MBP give up routine by Aaron Durbin · 11 years ago
  80. b86113f haswell: RESET_ON_INVALID_RAMSTAGE_CACHE option by Aaron Durbin · 11 years ago
  81. f7cdfe5 haswell: implement ramstage caching in SMM region by Aaron Durbin · 12 years ago
  82. de1f890 coreboot: add caching loaded ramstage interface by Aaron Durbin · 12 years ago
  83. 8ce667e haswell: add multipurpose SMM memory region by Aaron Durbin · 12 years ago
  84. 67481ddc haswell: set TSEG as WB cacheable in romstage by Aaron Durbin · 12 years ago
  85. 8584b22 LynxPoint: Move RCBA helper function to its own file by Duncan Laurie · 12 years ago
  86. 738af67 haswell: support for parallel SMM relocation by Aaron Durbin · 12 years ago
  87. 159f2ef ramstage: cache relocated ramstage in RAM by Aaron Durbin · 12 years ago
  88. bf396ff haswell: use s3_resume field in romstage_handoff by Aaron Durbin · 12 years ago
  89. 605ca1b haswell: cbmem_get_table_location() implementation by Aaron Durbin · 12 years ago
  90. 25fe2d0 ramstage: Add cbmem_get_table_location() by Aaron Durbin · 12 years ago
  91. c00457d romstage_handoff: add s3_resume field by Aaron Durbin · 12 years ago
  92. f2b20d8 romstage_handoff: provide common logic for setup by Aaron Durbin · 12 years ago
  93. ef4275b x86: protect against abi assumptions from compiler by Aaron Durbin · 12 years ago
  94. e2d9e5b haswell: support for CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 12 years ago
  95. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 12 years ago
  96. 43e4a80 Fix race condition building console code by Stefan Reinauer · 11 years ago
  97. cddcc80 coreboot: introduce romstage_handoff structure by Aaron Durbin · 12 years ago
  98. a1db81b4 cbmem: add CBMEM_ID_ROMSTAGE_INFO id by Aaron Durbin · 12 years ago
  99. a146d58 ramstage: prepare for relocation by Aaron Durbin · 12 years ago
  100. e8c866a rmodule: add ability to calculate module placement by Aaron Durbin · 12 years ago