1. d10680b nb/intel/pineview: Remove unused code by Jacob Garber · 5 years ago
  2. 93064ff device/dram: Inline value into print statement by Jacob Garber · 5 years ago
  3. 70f6d82 cpu/amd/family_10h-family_15h: Remove dead assignment by Jacob Garber · 5 years ago
  4. 8a443b9 sb/amd/rs780: Remove dead assignment by Jacob Garber · 5 years ago
  5. e5845bf {soc,northbridge}/Kconfig: Remove unused CACHE_MRC_SIZE_KB by Elyes HAOUAS · 5 years ago
  6. 85d3b40 soc/intel/cannonlake: fix use of legacy 8254 timer by Matt DeVillier · 5 years ago
  7. 16a70c3 asus/am1i-a: Enable UART according to CONFIG_UART_FOR_CONSOLE by Mike Banon · 5 years ago
  8. 479637d mb/google/kohaku: Correct trackpad i2c address by Seunghwan Kim · 5 years ago
  9. 7eb009a lib/gnat: Enable -Werror by Nico Huber · 5 years ago
  10. e06e919 lib/gnat: Use ADAFLAGS instead of CFLAGS by Nico Huber · 5 years ago
  11. efc39cb mb/emulation/qemu-riscv: Use generic 8250 uart driver by Patrick Rudolph · 5 years ago
  12. 7be4f30 arch/riscv/mcall: Drop debug code by Patrick Rudolph · 5 years ago
  13. 096fd0a qualcomm: qclib: Ensure interface table entry name is terminated by Julius Werner · 5 years ago
  14. 2bf6a30 mainboard: Add support for ASUS P8Z77-M PRO desktop mainboard by Vlado Cibic · 5 years ago
  15. b91b173 mb/upsquared: Align partitions to 4KiB by Felix Singer · 5 years ago
  16. e6a491e mb/asrock/h110m: set serirq_mode to continuous mode by Maxim Polyakov · 5 years ago
  17. 804a043 drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 module by Tsung Ho Wu · 5 years ago
  18. 1b35295 security: Add memory subfolder by Patrick Rudolph · 5 years ago
  19. eb20320 vboot: remove vboot_handoff step by Joel Kitching · 5 years ago
  20. 80604cd mb/google/hatch: Add a GPIO to enable/disable FPMCU power by Philip Chen · 5 years ago
  21. 6f7f39e mb/google/hatch: Remove pulls on NC pads by Furquan Shaikh · 5 years ago
  22. 755a013 mb/google/hatch/variants/baseboard: Update PL2 power limit value by Sumeet Pawnikar · 5 years ago
  23. c8db633 soc/intel/cannonlake/Kconfig: Don't have all variants select SOC_INTEL_CANNONLAKE by Arthur Heymans · 5 years ago
  24. 2ae3f51 mb/up/squared: Remove unnecessary code by Felix Singer · 5 years ago
  25. 23e1202 atlas: enable GEO_SAR by Caveh Jalali · 5 years ago
  26. c32a92e intel/945 boards: Use smp_write_pci_intsrc() by Kyösti Mälkki · 6 years ago
  27. 8816478 soc/intel/dnv: Fix value of B_PCH_GPIO_RX_SCI_ROUTE by Patrick Havelange · 5 years ago
  28. 3b42683 mainboard/facebook/fbg1701: Set CBFS_SIZE to 0x600000 by Frans Hendriks · 5 years ago
  29. 8b040c0 mainboard/facebook/fbg1701: Use LCD Panel type for name of tables by Frans Hendriks · 5 years ago
  30. bc15cc3 mb/lenovo/z61t: Remove `fn_ctrl_swap` option by Peter Lemenkov · 7 years ago
  31. 393c71c add ctype.h header by Joel Kitching · 5 years ago
  32. c6b44cd mb/gigabyte/ga-h61ma-d3v: Add new mainboard as variant by Angel Pons · 5 years ago
  33. 9ab80a3 cbfstool: Drop update-fit option by Patrick Rudolph · 5 years ago
  34. 42c44c2 Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER by Subrata Banik · 5 years ago
  35. e56fb89 riscv: workaround selfboot putting the coreboot table into prog_entry_arg by Xiang Wang · 5 years ago
  36. b1e6654 riscv: use mret to invoke M-mode payload and disable interrupts by Xiang Wang · 5 years ago
  37. 3280aa7 riscv: Fix MENTRY_FRAME_SIZE to fit different machine lengths by Xiang Wang · 5 years ago
  38. b874ef4 src/ec: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  39. 361f6ff src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  40. 2195f7a drivers: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  41. b8477797 nuvoton/early_serial: improve comments on serial pinmux settings by Felix Held · 5 years ago
  42. 6f9fcc6 mainboard/facebook/fbg1701: Configure TC358860 eDP to MIPI controller by Frans Hendriks · 5 years ago
  43. 09b103a superio/nuvoton/nct6776: Make Kconfig symbol dependent by Angel Pons · 5 years ago
  44. 8272405 mb/asrock/h110m: Correct Kconfig symbol selection by Angel Pons · 5 years ago
  45. 78fa372 superio/nuvoton/nct6791d: Add symbol to select COM port by Angel Pons · 5 years ago
  46. d26844c cpu: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  47. e2d152c arch: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  48. db86a35 mb/ocp/wedge100s: Use the new IPMI driver by Patrick Rudolph · 5 years ago
  49. ffbc3b5 drivers/ipmi: Add chip ops by Patrick Rudolph · 5 years ago
  50. c469712 arch/x86/acpi: use ALIGN_UP instead of ALIGN by Felix Held · 5 years ago
  51. 51ff9e8 drivers/intel/fsp: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  52. f0cbb09 cpu/x86: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  53. e56bf31 cpu/amd: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  54. d5a11ed device/pci_rom: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  55. 8d2ec86 commonlib/storage: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  56. e1d57f7 arch/arm/cpu: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  57. 84b5aa3 arch/x86: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  58. 0f6b51b arch/x86/tables: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  59. fcbb3c5 arch-x86/smbios: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  60. 3f17c3b mb/lenovo/x201: Remove duplicated include by Peter Lemenkov · 5 years ago
  61. b3c344b mb/facebook/fbg1701: Remove unused Kconfig symbols by Arthur Heymans · 5 years ago
  62. 42b7b77 mediatek/mt8183: support SAMSUNG and MICRON EMCP LPDDR4X DDR bootup by Huayang Duan · 5 years ago
  63. b8f65ad mediatek/mt8183: fix mode register setting fail issue by Huayang Duan · 5 years ago
  64. 16ad2d7 mediatek/mt8183: enable DDR low power feature by mtk11195 · 6 years ago
  65. b6d6739 mb/google/octopus: Override VBT selection for Garg by Kevin Chiu · 5 years ago
  66. 5e45053 mb/google/octopus: expose get_board_sku as global by Kevin Chiu · 5 years ago
  67. c6ba36f mb/emulation/qemu-riscv: Support arbitrary ROM sizes by Patrick Rudolph · 5 years ago
  68. 23df477 device_tree: Update comment style to C89 by Julius Werner · 5 years ago
  69. 80f3ac6 fit: Check all compat strings for highest match by Julius Werner · 5 years ago
  70. 21b0b1a fit: Add overlay support by Julius Werner · 5 years ago
  71. fec4206 fit: Add device tree compression by Julius Werner · 5 years ago
  72. 2855a0c fit_payload: Don't call prog_segment_loaded() on extracted images by Julius Werner · 5 years ago
  73. b379f19 fit: Refactor config node handling by Julius Werner · 5 years ago
  74. 735ddc9 device_tree: Add overlay support by Julius Werner · 5 years ago
  75. 2ea1c9b cpu/intel/haswell: Link monotonic_timer.c in early stages by Arthur Heymans · 5 years ago
  76. 09ccd41 sb/intel/common: Link SPI code in bootblock by Arthur Heymans · 5 years ago
  77. fb626dcd cpu/intel/haswell: Link tsc_freq.c in the bootblock by Arthur Heymans · 5 years ago
  78. 319f037 src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PI by Michał Żygowski · 6 years ago
  79. 1a86cda soc/intel: Provide SPD manufacturer ID and module type to SMBIOS by Duncan Laurie · 5 years ago
  80. 7d881b5 nb/amd/amdmct/mct_ddr3: Remove unused code by Jacob Garber · 5 years ago
  81. f69c96d sb/amd/sr5650: Use 32 bit integers when disabling ports by Jacob Garber · 5 years ago
  82. 493d366 mb/google/hatch/variants/kindred: Update memory strap GPIOs by David Wu · 5 years ago
  83. 09c31d5 nb/amd/amdfam10: Use 64 bits in multiplication by Jacob Garber · 5 years ago
  84. 8de6cb9 arch/x86/cpu: Add define and strings for Hygon by Jinke Fan · 5 years ago
  85. 49bfc0e sb/nvidia/ck804/lpc.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  86. 4424569 nb/amd/amdfam10/northbridge.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  87. 97642c2 nb/intel/nehalem/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  88. 3c3f836 sb/intel/bd82x6x/early_pch.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  89. 019a253 nb/intel/nehalem/raminit.c: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  90. 6beaef9 sb/intel/bd82x6x: Set up io_gen_dec in romstage based on devicetree by Arthur Heymans · 5 years ago
  91. 4821a0e soc/intel/cannonlake: Rename SOC_INTEL_COMMON_CANNONLAKE_BASE by Arthur Heymans · 5 years ago
  92. a6a396d cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35 by Elyes HAOUAS · 5 years ago
  93. 3286848 cpu/x86/msr: Move IA32_MISC_ENABLE bits to common place by Elyes HAOUAS · 6 years ago
  94. e951e8e nb/x4x: Rename {ddr,fsb}2{mhz,ps} as {ddr,fsb}_to_{mhz,ps} by Elyes HAOUAS · 5 years ago
  95. 5778f77 mainboard/facebook/fbg1701: Remove unused includes by Frans Hendriks · 5 years ago
  96. d309f5b mainboard/facebook/fbg1701/fadt.c: Use asl_revision by Frans Hendriks · 5 years ago
  97. 4c7979a soc/intel/skylake: Clean up Kconfig by Arthur Heymans · 5 years ago
  98. e07eb5f soc/intel/skylake: Remove ROMCCFLAGS by Arthur Heymans · 5 years ago
  99. eb1dea8f security/vboot: Remove useless 'const' by Elyes HAOUAS · 5 years ago
  100. f371b05 qcs405: Update bootblock size by Nitheesh Sekar · 5 years ago