1. 2ae9cce intel/fsp_baytrail: use 20K PU/PD for GPIO by Ben Gardner · 8 years ago
  2. fba78bf soc/intel/quark: Split out MTRR support by Lee Leahy · 8 years ago
  3. 6d3cd08 mainboard/intel/galileo: Enable SD flash cards by Lee Leahy · 8 years ago
  4. f7fd630 tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabled by Martin Roth · 8 years ago
  5. 73f7069 arch/x86: Add common assembly code for stages that run in CAR by Andrey Petrov · 8 years ago
  6. dd56de9 arch/x86: document CAR symbols and expose them in symbols.h by Andrey Petrov · 8 years ago
  7. bc839fb amd/thatcher: Removed #include early_serial.c from romstage by Antonello Dettori · 8 years ago
  8. 98b5f90 include/device/dram: Fix DDR3-1866 by Patrick Rudolph · 8 years ago
  9. 8e7928a sandybridge/gma_lvds: support both Sandy&Ivy on one board by Iru Cai · 9 years ago
  10. 42f42ff Hide EC_GOOGLE_CHROMEEC_SPI_BUS. by Vladimir Serbinenko · 8 years ago
  11. ca1b2d1 lz4_wrapper: Use __asm__ rather than asm. by Vladimir Serbinenko · 8 years ago
  12. d51a089 Kconfig: hide useless options on ARM. by Vladimir Serbinenko · 8 years ago
  13. 8198c67 arch/x86: always use _start as entry symbol for all stages by Aaron Durbin · 8 years ago
  14. 4330a9c arch/x86: rename reset_vector -> _start by Aaron Durbin · 8 years ago
  15. ccd300b arch/x86: Allow soc/chipset to set linking address by Andrey Petrov · 8 years ago
  16. f8468d4 cpu/x86/16bit: rename _start -> _start16bit by Aaron Durbin · 8 years ago
  17. 0fd068b cpu/x86/16bit/reset16: mark reset vector executable by Aaron Durbin · 8 years ago
  18. 998d856 cpu/x86/16bit/reset16: remove stale 32-bit jump by Aaron Durbin · 8 years ago
  19. 9738970 drivers/intel/fsp2_0: Add utility functions by Andrey Petrov · 8 years ago
  20. b37fd67 drivers/intel/fsp2_0: Add coreboot<->FSP header files by Andrey Petrov · 8 years ago
  21. b97009e nb/intel/sandybridge/raminit: Fill SMBIOS type17 info by Patrick Rudolph · 8 years ago
  22. 0769159 src/device/dram/ddr3: Parse additional information by Patrick Rudolph · 8 years ago
  23. 9f3f915 nb/intel/sandybridge/romstage: Read fuse bits for max MEM Clk by Patrick Rudolph · 9 years ago
  24. 2bdeb7f src/arch/x86/smbios: Add vendors by Patrick Rudolph · 8 years ago
  25. 77e45d3 nb/intel/sandybridge/raminit: Make discover_timC_write non cyclic by Patrick Rudolph · 8 years ago
  26. b7e69a2 Skylake: Support Intel Speed Shift Technology based on config by Subrata Banik · 8 years ago
  27. 2a696c0 Skylake boards: Enabling HWP (hardware P state control) by Subrata Banik · 8 years ago
  28. 1e67106 google/chell: Update DPTF configuration by Duncan Laurie · 8 years ago
  29. 4815fb8 google/chell: Update GPIOs for DVT2 by Duncan Laurie · 8 years ago
  30. 1cdacca vboot: Set S3_RESUME flag for vboot context if necessary by Duncan Laurie · 8 years ago
  31. efcddd9 skylake: Increase IGD stolen size to 64MB by Duncan Laurie · 8 years ago
  32. 689b26f mainboard/google/chell: provide configuration for all pads by Aaron Durbin · 8 years ago
  33. a9a06ee mainboard/intel/galileo: Enable USB by Lee Leahy · 8 years ago
  34. 79f065a soc/intel/quark: Reserve non-MMIO space by Lee Leahy · 8 years ago
  35. a6de547 soc/intel/quark: Initialize some of the FADT base registers by Lee Leahy · 8 years ago
  36. d7ee9dd northbridge/intel: add missing #include guards by Iru Cai · 8 years ago
  37. ba894be During DRAM initialization on certain ASpeed devices, an incorrect by Timothy Pearson · 8 years ago
  38. d912f1d nb/intel/sandybridge/raminit: Adjust timB to prevent overflow by Patrick Rudolph · 8 years ago
  39. 0e92bb0 tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))" by Denis 'GNUtoo' Carikli · 8 years ago
  40. 951f7c7 mainboard/intel/apollolake_rvp: remove bootblock_mainboard_early_init() by Aaron Durbin · 8 years ago
  41. 672be9a soc/intel/apollolake: implement bootblock_soc_early_init() by Aaron Durbin · 8 years ago
  42. a513519 soc/intel/apollolake: provide function to set up uart pads and controller by Aaron Durbin · 8 years ago
  43. be7cbdc lib/bootblock: provide SoC callback parity with mainboard by Aaron Durbin · 8 years ago
  44. 0aa7d24 soc/intel/appollolake: fix comment in gpio_defs.h by Aaron Durbin · 8 years ago
  45. 6181030 soc/intel/apollolake: group serial console options into one Kconfig by Aaron Durbin · 8 years ago
  46. a7141c5 lib/memrange: avoid shadow object declarations by Aaron Durbin · 8 years ago
  47. e0b3c7b mc_tcu3: Enable graphic init code by Werner Zeh · 8 years ago
  48. 1c3b111 fsp_baytrail: Fix a possible hanging DisplayPort by Werner Zeh · 8 years ago
  49. 0155457 x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblock by Furquan Shaikh · 8 years ago
  50. 116485a cbfs: Fix compiler error for gcc versions < 4.6 by Werner Zeh · 8 years ago
  51. 87fe236 commonlib/lz4_wrapper: Use correct casts to ensure valid calculations by Paul Menzel · 8 years ago
  52. 1010468 southbridge/intel/ibexpeak: Use common gpio.c by Patrick Rudolph · 8 years ago
  53. 273a8dc southbridge/intel/lynxpoint: Use common gpio.c by Patrick Rudolph · 8 years ago
  54. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  55. 0e3d7de urara: Increase bootblock size by Julius Werner · 8 years ago
  56. 862c385 memlayout: Add symbols for stage bounds by Julius Werner · 8 years ago
  57. f7c01aa mainboard/intel/galileo: Enable minimal ACPI tables by Lee Leahy · 8 years ago
  58. d3de85c soc/intel/quark: Add the initial pieces required for ACPI tables by Lee Leahy · 8 years ago
  59. 9d02153 fsp_baytrail: Add full support for iosf access in reg_script by Werner Zeh · 8 years ago
  60. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 8 years ago
  61. 4f22267 qemu-armv7: Update running instructions. by Vladimir Serbinenko · 8 years ago
  62. cda71b8 console: Add higher baud rates by Lee Leahy · 8 years ago
  63. a7cac0c soc/*: fix uart's regwidth specification in cbtables by Patrick Georgi · 8 years ago
  64. f2134f3 Fix qemu-armv7 memory map by Vladimir Serbinenko · 8 years ago
  65. bd1fdc6 nb/intel/sandybridge/raminit: Add XMP support by Patrick Rudolph · 9 years ago
  66. 9831244 emulation/qemu-power8: initial mainboard and arch commit by Ronald G. Minnich · 8 years ago
  67. 41462bd nb/amd/amdmct: Add socket specific configuration for FM2 by Damien Zammit · 8 years ago
  68. a649a54 nb/intel/sandybridge/raminit: Improve logging by Patrick Rudolph · 9 years ago
  69. f55f3e6 soc/intel/quark: Use single ID value for HSUART1 by Lee Leahy · 8 years ago
  70. 55fdfca cpu/qemu-power8: don't enable it for qemu-x86 by Patrick Georgi · 8 years ago
  71. e0969ae x86: add coreboot table entry for TSC info by Aaron Durbin · 8 years ago
  72. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 8 years ago
  73. 38cd375 RISC-V: Add more debug info to debug printks by Andrew Waterman · 8 years ago
  74. f16d904 RISC-V: Make inline asm usage safer by Andrew Waterman · 8 years ago
  75. deba4e8 power8: qemu "cpu" by Ronald G. Minnich · 8 years ago
  76. 654fd07 soc/intel/quark: Enable HSUART1 by Lee Leahy · 8 years ago
  77. 535333d soc/intel/quark: Establish the Memory Map by Lee Leahy · 8 years ago
  78. b457649 soc/intel/quark: Enumerate the PCI devices by Lee Leahy · 8 years ago
  79. a95baf9 device: Add device path display support by Lee Leahy · 8 years ago
  80. 800e964 arch/arm64: Compile arm-trusted-firmware with coreboot timestamp by Patrick Georgi · 8 years ago
  81. 21111be intel/kunimitsu: Set USB Type A current limit to 2A by Naresh G Solanki · 8 years ago
  82. 85a255f acpi/tpm: Gracefully handle missing TPM module. by Tobias Diedrich · 8 years ago
  83. e4f9d5c nb/intel/sandybridge: Start PEG link training by Patrick Rudolph · 9 years ago
  84. 8014714 southbridge/intel/bd82x6x/acpi: Fix IRQ warnings by Patrick Rudolph · 8 years ago
  85. e8e66f4 southbridge/intel/bd82x6x: Use common gpio.c by Patrick Rudolph · 8 years ago
  86. ffc31d0 cpu/amd: Add socket FM2 by Damien Zammit · 8 years ago
  87. 1060535 lib: Add Kconfig to toggle boot state debugging by Lee Leahy · 8 years ago
  88. 1845262 mainboard/intel/galileo: Enable PCIe root port 0 by Lee Leahy · 8 years ago
  89. 7fcaf77 mainboard/intel/galileo: Disable the remaining PCI devices by Lee Leahy · 8 years ago
  90. 6a62231 arch/x86: Add option to disable default mmap_boot implementation by Alexandru Gagniuc · 9 years ago
  91. 0188b13 nb/intel/sandybridge/raminit: Add shift offset by Patrick Rudolph · 8 years ago
  92. 32d3995 soc/intel/apollolake: bootblock: implement platform_prog_run() by Andrey Petrov · 8 years ago
  93. 647e34d device/pci_rom: Rename missleading ON_DEVICE_ROM_RUN by Patrick Rudolph · 8 years ago
  94. 59de6c9 southbridge/intel/common: Add common gpio.c by Patrick Rudolph · 9 years ago
  95. 6f0e6fa skylake: Finalize SMM in coreboot by Duncan Laurie · 8 years ago
  96. 5f0cd58 skylake: Check for power failure when WAK_STS is not set by Duncan Laurie · 8 years ago
  97. 3054c8b skylake: Enable DDI-A 4-lane support if GOP does not execute by Duncan Laurie · 8 years ago
  98. 73b753a skylake: acpi: Make GRXS method serialized by Duncan Laurie · 8 years ago
  99. 13a2e94 Intel common: add microcode loading to romstage before fspmemoryinit by robbie zhang · 8 years ago
  100. bedbd67 cpu/amd: Update/Add license headers by Damien Roth · 9 years ago