1. f704b54 security/vboot: Fix regression with VBOOT_STARTS_IN_ROMSTAGE by Kyösti Mälkki · 5 years ago
  2. bfb5c80 binaryPI: Drop PSP Secure OS from build by Kyösti Mälkki · 6 years ago
  3. 503f9fd binaryPI: Move Hudson firmware higher in CBFS by Kyösti Mälkki · 6 years ago
  4. 8b8fbaf binaryPI: Refactor Makefile for PSP directory by Kyösti Mälkki · 6 years ago
  5. 4d990ab google/kukui: Pass reset gpio parameter to BL31 by Tristan Shieh · 5 years ago
  6. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 5 years ago
  7. 3c599a2 Documentation: rename "Rookie guide" to "tutorial" by Patrick Georgi · 5 years ago
  8. de2b6b8 Documentation: minor grammar fixes by Patrick Georgi · 5 years ago
  9. dd12d53 3rdparty/chromeec: Update to latest master by Elyes HAOUAS · 6 years ago
  10. 07734c9 mb/up/squared: Do RAM config based on SKU ID by Felix Singer · 5 years ago
  11. d415c20 src/soc/intel/{common,cnl,skl,icl}: Move global reset req function to common by Sridhar Siricilla · 5 years ago
  12. 198f427 src/mainboard: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  13. 416be81 mediatek/mt8183: Add soc ARM Trusted Firmware support by kenny liang · 6 years ago
  14. c773b6c mb/google/kohaku: Update USB port settings by Seunghwan Kim · 5 years ago
  15. 2e1427b mb/packardbell/ms2290: Use common SB code to set up GPIO's by Arthur Heymans · 5 years ago
  16. a1ef94e soc/intel/skylake: add some FSP SATA params by Michael Niewöhner · 5 years ago
  17. 5ea2e40 mb/*/{x201,ms2290}/mainboard.c: Remove superfluous ramstage code by Arthur Heymans · 5 years ago
  18. 279d8b5 cpu/intel/microcode: Make microcode lib available in bootblock by Rizwan Qureshi · 5 years ago
  19. 49ca968 payloads/LinuxBoot: move kernel make flags into own variable by Alexander Couzens · 5 years ago
  20. 1034839 {i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h> by Elyes HAOUAS · 5 years ago
  21. 087504f src/security: Remove unused #include <fmap.h> by Elyes HAOUAS · 5 years ago
  22. 1cd8703 southbridge: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  23. e1f8db9 src/soc: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  24. deda9c0 northbridge: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  25. 02381a2 {cpu,device,drivers}: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  26. 4655d04 src/mainboard: Remove not used #include <elog.h> by Elyes HAOUAS · 5 years ago
  27. 1e3d16e nb/i945: Remove unused include <cpu/cpu.h> by Elyes HAOUAS · 5 years ago
  28. 409a5dc util/inteltool: Add Intel HD 4400 (Haswell IGD) by Sellerie · 5 years ago
  29. c544a85 lib/coreboot_table: Show splashscreen in lb_table_init by Johanna Schander · 5 years ago
  30. bfb0c2d soc/amd/common: Remove Picasso display HDA from list by Marshall Dawson · 5 years ago
  31. e3acc8f src/: Replace some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  32. 4a63780 ec/acpi: Replace __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  33. 505e3f7 arch/x86: Replace some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  34. cf49dec cpu/x86: Drop lapic_remote_read() by Kyösti Mälkki · 5 years ago
  35. 2491d79 arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume() by Kyösti Mälkki · 5 years ago
  36. 66d875a mb/asrock/h110m: configure SuperIO global registers by Maxim Polyakov · 5 years ago
  37. 15b0ab5 mb/asrock/h110m: configure GPIOs in SuperIO chip by Maxim Polyakov · 5 years ago
  38. afd7ce6 mb/asrock/h110m: enable ACPI LDN in SuperIO by Maxim Polyakov · 5 years ago
  39. 7d549f8 mb/asrock/h110m: set I/O Range for SuperIO HWM by Maxim Polyakov · 5 years ago
  40. b3f24b4 arm64: Uprev Arm TF and adjust to BL31 parameter changes by Julius Werner · 5 years ago
  41. 8b93689 timestamps: Remove TIMESTAMP_CACHE_IN_BSS by Kyösti Mälkki · 5 years ago
  42. b6b13c9 timestamps: Further simplify timestamp_reinit() by Kyösti Mälkki · 5 years ago
  43. b2536f4 drivers/pc80: Remove some __PRE_RAM__ and __SMM__ by Kyösti Mälkki · 5 years ago
  44. b590a04 security/vboot: Replace use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  45. 55d0ab5 intel/broadwell: Replace some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  46. 80f963c intel/haswell: Remove some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  47. e9dcc7a soc/intel: Remove some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  48. fd15c99 mb/google/hatch: Merge emmc_sku_gpio_table and gpio_table to one table by Peichao Wang · 5 years ago
  49. 20667c5 emulation/qemu-i440fx/fw_cfg_if.h: replace macro with enum by Himanshu Sahdev · 5 years ago
  50. 71dbcf1 drivers/intel/fsp2_0: Allocate cfg_region_size for UPD by Marshall Dawson · 5 years ago
  51. 2b84008 arch/x86/bootblock_crt0.S: Leverage eax in protected mode entry by Himanshu Sahdev aka CunningLearner · 5 years ago
  52. 7f50afb drivers/elog: Add elog_boot_notify() by Kyösti Mälkki · 5 years ago
  53. 2cce24d intel/nehalem: Refactor ACPI S3 detection by Kyösti Mälkki · 5 years ago
  54. 216db61 intel/fsp2_0: Move TS_BEFORE_INITRAM by Kyösti Mälkki · 5 years ago
  55. cfcf3c5 mb/google/drallion: Use arcada_ish.bin for arcada_cml by Selma BENSAID · 5 years ago
  56. 349b6a1 soc/intel/cannonlake: Allow coreboot to reserve stack for fsp by Bora Guvendik · 5 years ago
  57. 4842751 mb/google/hatch/var: Increase Goodix touchscreen reset delay to 500ms by Philip Chen · 5 years ago
  58. 09d5067 soc/amd/picasso: Refactor AOAC enabling by Marshall Dawson · 5 years ago
  59. 59674c9 mb/google/drallion: Update memory map by Ivy Jian · 5 years ago
  60. 8cced29 soc/intel/cnl: Remove unnecessary FSP UPD “PchPwrOptEnable” usage by Subrata Banik · 5 years ago
  61. d589c86 mainboard/sifive/hifive-unleashed: Update devicetree by Patrick Rudolph · 5 years ago
  62. c27014b src/{northbridge,soc}: Remove not used #include <elog.h> by Elyes HAOUAS · 5 years ago
  63. 3270ce03 src/vendorcode: Remove not used #include <elog.h> by Elyes HAOUAS · 5 years ago
  64. 680594b southbridge: Remove not used #include <elog.h> by Elyes HAOUAS · 5 years ago
  65. 18a55cd nb/intel/nehalem: Add a header for raminit_tables.c by Angel Pons · 5 years ago
  66. b9d075b src/soc/intel/common/block/cse: Make hfsts1 common & add helper functions by Sridhar Siricilla · 5 years ago
  67. bc553e6 mediatek/mt8183: tune EDID for BOE panel by Peichao Wang · 5 years ago
  68. 3c559e7 timestamps: Mostly remove struct timestamp_cache by Kyösti Mälkki · 5 years ago
  69. 72e634f timestamps: Refactor CBMEM hook by Kyösti Mälkki · 5 years ago
  70. 8dda419 mb/google/hatch: Configure SATA DEVSLP pad reset config to PLT_RST by Aamir Bohra · 5 years ago
  71. 87bb5f5 soc/intel/cannonlake: Add config for sata devslp pad reset configuration by Aamir Bohra · 5 years ago
  72. 0e3c245 soc/intel/{cnl, icl}: Cache the TSEG region by Subrata Banik · 5 years ago
  73. 3eff037 soc/{amd, intel}: Make use of common postcar_enable_tseg_cache() API by Subrata Banik · 5 years ago
  74. b3426c0 Revert "security/tpm/tss/tcg-2.0: Add multi digits support to tlcl_extend()" by Julius Werner · 5 years ago
  75. 297e9c8 futility: Use HOSTPKGCONFIG for host PKG_CONFIG by Manoj Gupta · 5 years ago
  76. 1d260e6 intel/fsp2_0: Add help text for FSP_TEMP_RAM_SIZE Kconfig by Subrata Banik · 5 years ago
  77. 8edc6dc arch/x86: Cache the TSEG region at the top of ram by Subrata Banik · 5 years ago
  78. d249657 src: Remove unneeded include <arch/interrupt.h> by Elyes HAOUAS · 5 years ago
  79. ded3f90 mb/google/hatch: Create dratini variant by Wisley Chen · 5 years ago
  80. 3f19e1d mb/google/drallion: enable Elan and Melfas touch panel by Eric Lai · 5 years ago
  81. 5403a8e superio/common: fix regression in ssdt by Michael Niewöhner · 5 years ago
  82. 660ff20 emulation/qemu-i440fx/northbridge.c: Fix minor whitespace by Himanshu Sahdev · 5 years ago
  83. 2cc6691 soc/intel/common/block/cse: Move me_read_config32() to common code by Sridhar Siricilla · 5 years ago
  84. 910490f arch/x86: Restrict use of _car_global[start|end] by Kyösti Mälkki · 5 years ago
  85. 1095bfa arch/x86: Drop _car_relocatable_data symbols by Kyösti Mälkki · 5 years ago
  86. 3de9d77 arch/x86: Move ehci_dbg_info outside _car_relocatable_data by Kyösti Mälkki · 5 years ago
  87. 3dd23a5 timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE by Kyösti Mälkki · 5 years ago
  88. 98e338e mb/google/kukui: Enable MT8183_DRAM_EMCP by Huayang Duan · 5 years ago
  89. 8e71ca0 mediatek/mt8183: Add new option for eMCP DDR by Huayang Duan · 5 years ago
  90. 9890bd9 crossgcc: Upgrade CMake to 3.15.3 by Elyes HAOUAS · 5 years ago
  91. 4e09ebe Add .editorconfig file by Martin Roth · 5 years ago
  92. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  93. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 5 years ago
  94. 97ea346 AUTHORS: Move src/cpu/amd copyrights into AUTHORS file by Martin Roth · 5 years ago
  95. 65244a7 AUTHORS: Move src/console copyrights into AUTHORS file by Martin Roth · 5 years ago
  96. 0443ac2 AUTHORS: Move src/commonlib copyrights into AUTHORS file by Martin Roth · 5 years ago
  97. 20bbd81 AUTHORS: Move src/arch/x86 copyrights into AUTHORS file by Martin Roth · 5 years ago
  98. 9818977 mb/google/poppy/variant/nocturne: add EC_SYNC_GPIO by Nick Vaccaro · 5 years ago
  99. 687c419 mb/google/hatch/variants/helios: Modify FPU power on sequence by Frank_Chu · 5 years ago
  100. 188f641 mb/google/octopus: Add a new sku for meep by Wisley Chen · 5 years ago