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. 69a21b1 crossgcc: Fix building with texinfo-5.x by Nico Huber · 11 years ago
  22. 3cc0d1e exynos5250: assign RAM resources in cpu_init() by David Hendricks · 11 years ago
  23. 6b0d0d6 cbfstool: Add update-fit command by Aaron Durbin · 12 years ago
  24. dc7bc8e cbfstool: Fix cbfs_image.c by Stefan Reinauer · 11 years ago
  25. 42f5513 armv7: fixes for dcache_op_by_mva() by David Hendricks · 11 years ago
  26. 49675b9 ARMv7: Drop ROMSTAGE_BASE from Makefile.inc by Stefan Reinauer · 11 years ago
  27. 0a527e7 libpayload: Fix prototype warnings in PDCurses by Stefan Reinauer · 11 years ago
  28. c7b6d7d libpayload: Fix type issues by Stefan Reinauer · 11 years ago
  29. e21f5e1 libpayload: fix size_t handling by Stefan Reinauer · 11 years ago
  30. a6c495e libpayload: Fix const warnings in keyname() and termname() by Stefan Reinauer · 11 years ago
  31. 8d225f1 libpayload: Fix variable shadowing in PDCurses by Stefan Reinauer · 11 years ago
  32. 0fef4fe libpayload: Fix missing prototype warning for Xinitscr() by Stefan Reinauer · 11 years ago
  33. d5c79f9 libpayload: Fix unused function warning in EHCI stack by Stefan Reinauer · 11 years ago
  34. cf4a3f4 Revert "coreboot table: use memrange library" by Aaron Durbin · 11 years ago
  35. 5a767fd x86: dynamic cbmem: fix acpi reservations by Aaron Durbin · 11 years ago
  36. 56075ea coreboot table: use memrange library by Aaron Durbin · 11 years ago
  37. 0175587 Revert "samsung/exynos5: add resource functions for the display port" by David Hendricks · 11 years ago
  38. 7f86c05 ARMv7: Drop XIP relocation code for romstage by Stefan Reinauer · 11 years ago
  39. 9427ca1 samsung/exynos5: add resource functions for the display port by Ronald G. Minnich · 11 years ago
  40. f9be756 armv7: add new dcache and MMU setup functions by David Hendricks · 11 years ago
  41. 04d352d libpayload: Fix Config.in warning by Stefan Reinauer · 11 years ago
  42. 3926b4c AMD Inagua: add GEC firmware, document Broadcom BCM57xx Selfboot Patch format by Jens Rottmann · 11 years ago
  43. 59c020a libpayload: fix use-after-free in usb_exit() by Mathias Krause · 11 years ago
  44. 7a9da71 libpayload: EHCI - detach controller in ehci_shutdown() by Mathias Krause · 11 years ago
  45. c15551a dynamic cbmem: fix memconsole and timestamps by Aaron Durbin · 11 years ago
  46. c965076 resources: introduce reserved_ram_resource() by Aaron Durbin · 11 years ago
  47. 0135702 x86: mark .textfirst as allocatable and executable by Aaron Durbin · 11 years ago
  48. b467f1d relocatable ramstage: fix linking by Aaron Durbin · 11 years ago
  49. c875e2a vboot module: fix compilation issues by Aaron Durbin · 11 years ago
  50. 1989b4b x86: expose console_tx_flush in romstage by Aaron Durbin · 11 years ago
  51. d23e292e rmodule: align ld script with latest x86 ld script by Aaron Durbin · 11 years ago
  52. 2bd2e37 cbfs: fix relocation ramstage compiler errors by Aaron Durbin · 11 years ago
  53. 73982c3 xcompile: honor LINKER_SUFFIX variable by Aaron Durbin · 11 years ago
  54. a438ea8 Unify setting i82801e LPC by Kyösti Mälkki · 11 years ago
  55. d1cc812 libpayload: Add comments on virtual pointers in lib_sysinfo by Nico Huber · 11 years ago
  56. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  57. c8eab2c Add support for ASUS F2A85-M board by Rudolf Marek · 11 years ago
  58. 5605f1b Fix compilation of Intel LynxPoint based boards by Stefan Reinauer · 11 years ago
  59. db6c5bf Asrock E350M1: Use SPD read code from F14 wrapper by Jens Rottmann · 11 years ago
  60. 3db86cc FrontRunner/Toucan-AF: Use SPD read code from F14 wrapper by Jens Rottmann · 11 years ago
  61. 36b6f36 libpayload: initial test case + tiny "framework" by Patrick Georgi · 11 years ago
  62. b02c873 cbfstool: Fix initial empty space in image creation. by Hung-Te Lin · 11 years ago
  63. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  64. 93a6665 wtm2: build-time dev and recovery settings by Aaron Durbin · 11 years ago
  65. 54553d9 vboot: pass correct coreboot include paths by Aaron Durbin · 11 years ago
  66. 8dddc30 haswell: Add microcode for ULT C0 stepping 0x40651 by Duncan Laurie · 11 years ago
  67. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 11 years ago
  68. d02bb62 haswell: vboot path support in romstage by Aaron Durbin · 11 years ago
  69. 0df4de9 haswell boards: support added chromeos function by Aaron Durbin · 11 years ago
  70. fd79562 romstage: add support for vboot firmware selection by Aaron Durbin · 11 years ago
  71. c065089 rmodule: add vboot rmodule type by Aaron Durbin · 11 years ago
  72. 22919ce timestamp: add vboot check points by Aaron Durbin · 11 years ago
  73. 0c6946d cbmem: add vboot cmbem id by Aaron Durbin · 11 years ago
  74. c0cbd6e haswell: use dynamic cbmem by Aaron Durbin · 11 years ago
  75. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  76. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  77. 55ed310 rmodule: correct ordering of bss clearing by Aaron Durbin · 11 years ago
  78. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  79. c322118 cbfs: Change false ERROR print to a WARNING. by Shawn Nematbakhsh · 11 years ago
  80. 71c7cdc Intel: Update CPU microcode for 6fx CPUs by Stefan Reinauer · 11 years ago
  81. b70197b Intel: Update CPU microcode for 106cx CPUs by Stefan Reinauer · 11 years ago
  82. b631f9c Intel: Update CPU microcode script by Stefan Reinauer · 11 years ago
  83. 7b8952c Butterfly, Stout: Force SATA link speed to 3 Gbps by Shawn Nematbakhsh · 11 years ago
  84. 2b7c88f rmodule: add string functions to rmodules class by Aaron Durbin · 11 years ago
  85. deb90f4 lynxpoint: Fix up handling for LynxPoint-LP chipsets by Duncan Laurie · 11 years ago
  86. 70f04b4 lynxpoint: Change sata.c to get rid of #if by Duncan Laurie · 11 years ago
  87. d604090 lynxpoint: Fix ELOG logging of power management events by Duncan Laurie · 11 years ago
  88. 467f31d haswell/lynxpoint: Use new PCH/PM helper functions by Duncan Laurie · 11 years ago
  89. 7922b46 lynxpoint: Fix GPIO and PM base reservations by Duncan Laurie · 11 years ago
  90. f5966b1 lynxpoint: remove DEBUG_PERIODIC_SMIS by Duncan Laurie · 11 years ago
  91. 55cdf55 lynxpoint: Add power management helper functions by Duncan Laurie · 11 years ago
  92. 1ad5564 lynxpoint: Add helper functions for reading PM and GPIO base by Duncan Laurie · 11 years ago
  93. 5cc51c0 lynxpoint: Add function for checking for LP chipset by Duncan Laurie · 11 years ago
  94. 7a3fd4d lynxpoint: Enable EC IO ports 0x62/0x66 by Duncan Laurie · 11 years ago
  95. 969ac8d haswell: Drop the device ID check in graphics init path by Duncan Laurie · 11 years ago
  96. b37d1fb lynxpoint: update MBP give up routine by Aaron Durbin · 11 years ago
  97. b86113f haswell: RESET_ON_INVALID_RAMSTAGE_CACHE option by Aaron Durbin · 11 years ago
  98. f7cdfe5 haswell: implement ramstage caching in SMM region by Aaron Durbin · 11 years ago
  99. de1f890 coreboot: add caching loaded ramstage interface by Aaron Durbin · 11 years ago
  100. 8ce667e haswell: add multipurpose SMM memory region by Aaron Durbin · 11 years ago