1. d5855ec FSP1_1: Always use common code by Lee Leahy · 9 years ago
  2. 66208bd FSP 1.1: Replace soc_ prefix with fsp_ by Lee Leahy · 9 years ago
  3. 94b856e FSP 1.1: Move common FSP code by Lee Leahy · 9 years ago
  4. 8b11b2c tpm: acpi: Add support for TPM PIRQ by Duncan Laurie · 9 years ago
  5. 3207414 fsp/intel common: Add support for Gfx PEIM (AKA GOP) by robbie zhang · 9 years ago
  6. 8eb63fa Add support for the Silicon Image "Ultra ATA-133 Host Controller" by Denis 'GNUtoo' Carikli · 9 years ago
  7. 04cf449 drivers/aspeed: Add native text mode VGA support for the AST2050 by Timothy Pearson · 9 years ago
  8. f7e0a1a drivers/i2c/w83795: Add option to use auxiliary SMBUS controller by Timothy Pearson · 9 years ago
  9. cab71b6 drivers/i2c/w83795: Add full support for core functions by Timothy Pearson · 9 years ago
  10. 954a55b gma ACPI: Make brightness levels a per board setting by Nico Huber · 9 years ago
  11. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  12. 909c512 fsp1_1: add verstage support by Aaron Durbin · 9 years ago
  13. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  14. deeec18 gma ACPI: Do not overwrite backlight configuration by Nico Huber · 9 years ago
  15. d5842f5 gma ACPI: Consolidate non-PCH and PCH brightness levels by Nico Huber · 9 years ago
  16. 62047d1 gma: Consolidate Intel IGD ACPI code some more by Nico Huber · 9 years ago
  17. e6af4be intel fsp1_1: prepare for romstage vboot verification split by Aaron Durbin · 9 years ago
  18. e1ecfc9 intel: update common and FSP cache-as-ram parameters by Aaron Durbin · 9 years ago
  19. c48f5ef Kill lvds_num_lanes by Vladimir Serbinenko · 9 years ago
  20. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  21. 8a75d82 fsp1_0: Fix broken logic when searching for FSP by Werner Zeh · 9 years ago
  22. 47818b4 fsp/cache_as_ram.inc and boards: Fix incorrect usage of POST_IO by Alexandru Gagniuc · 9 years ago
  23. 3a54318 Add EM100 'hyper term' spi console support in ramstage & smm by Martin Roth · 9 years ago
  24. 715a18e drivers/uart/Kconfig: Select 8250 mem when 8250 mem32 is enabled by Alexandru Gagniuc · 9 years ago
  25. 04ebf59 fsp1_1: move relocation algorithm to commonlib by Aaron Durbin · 9 years ago
  26. 923b4d5 fsp1_1: use commonlib/endian.h routines by Aaron Durbin · 9 years ago
  27. 1d85700 cpu: microcode: Use microcode stored in binary format by Alexandru Gagniuc · 9 years ago
  28. b20a600 intel/fsp1_0: Declare microcode to be size 0 if it doesn't exist by Patrick Georgi · 9 years ago
  29. c947fee intel/fsp1.0: Get size of microcode during build time by Werner Zeh · 9 years ago
  30. 16ea519 tpm: acpi: Make _CRS method serialized by Duncan Laurie · 9 years ago
  31. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  32. a5be7fa drivers/intel/fsp1_1: split relocation code for tool use by Aaron Durbin · 9 years ago
  33. a77d0d6 drivers/intel/fsp1_1: handle UEFI endianness by Aaron Durbin · 9 years ago
  34. 8007c6b drivers/intel/fsp1_1: prepare relocation code for sharing by Aaron Durbin · 9 years ago
  35. 789f2b6 fsp1_1: provide binding to UEFI version by Aaron Durbin · 9 years ago
  36. a887492 FSP: Pass FSP image base address to find_fsp by Lee Leahy · 9 years ago
  37. 6aa8c5b drivers/pc80: Do not initialize PS2 keyboard by default by Alexandru Gagniuc · 9 years ago
  38. 17ba944 drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO level by Duncan Laurie · 9 years ago
  39. 5c26122 drivers/intel/fsp1_1: Take platform ID as a string, not integers by Alexandru Gagniuc · 9 years ago
  40. 2c482a9 intel: Do not hardcode the position of mrc.cache by Alexandru Gagniuc · 9 years ago
  41. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  42. 0bc3e325 qemu: fix vga driver build by Gerd Hoffmann · 9 years ago
  43. 4d3de7e bootstate: remove need for #ifdef ENV_RAMSTAGE by Aaron Durbin · 9 years ago
  44. 439356f x86: remove cpu_incs as romstage Make variable by Aaron Durbin · 9 years ago
  45. 3f2a945 drivers/intel/fsp1_1/fsp_util.c: Use ALIGN_UP_macro by Alexandru Gagniuc · 9 years ago
  46. 681012a drivers/intel/fsp_1_1: Remove useless #ifndef/#error pairs by Alexandru Gagniuc · 9 years ago
  47. 5c9a71e intel/fsp1_1/hob.c: Refactor file to match coreboot coding style by Alexandru Gagniuc · 9 years ago
  48. 1dbbe82 drivers/intel/fsp1_1: Don't compile GOP support in romstage by Alexandru Gagniuc · 9 years ago
  49. 80f5d5b fsp1_1: remove duplicate mrc caching mechanism by Aaron Durbin · 9 years ago
  50. 7dbf9c6 edid: Use edid_mode struct to reduce redundancy by David Hendricks · 9 years ago
  51. 22ea007 fsp1_1: fsp_relocate: use struct region_device and struct prog by Aaron Durbin · 9 years ago
  52. 4f7cf3a uart8250mem: provide uart_fill_lb() by Aaron Durbin · 9 years ago
  53. 7580b1a drivers/pc80/i8254.c: Indent with GNU indent 2.2.11 by Paul Menzel · 9 years ago
  54. 8d8799a arm, arm64, mips: Add rough static stack size checks with -Wstack-usage by Julius Werner · 10 years ago
  55. a73408d console: Add UART8250MEM 32bit support by Naveen Krishna Chatradhi · 9 years ago
  56. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  57. 9a8e4f9 FSP 1.1: Update the CBFS image type by Lee Leahy · 9 years ago
  58. 78390f1 drivers/i2c/tpm: move tpm driver around a bit more. by Patrick Georgi · 9 years ago
  59. 091b4ae drivers/i2c/tpm: push tpm driver from verstage to libverstage by Patrick Georgi · 9 years ago
  60. 0458370 Kconfig: Remove unnecessary and incorrect MRC_CACHE symbols by Martin Roth · 9 years ago
  61. 128043e Intel FSP 1.1: Move Kconfig comment inside 'if' block by Martin Roth · 9 years ago
  62. 4a8c19c FSP 1.1: Bring source up-to-date by Lee Leahy · 9 years ago
  63. 0afdec4 lenovo: Hide SMBIOS config by Vladimir Serbinenko · 9 years ago
  64. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  65. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  66. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  67. 29824c5 Fix Kconfig whitespace. by Martin Roth · 9 years ago
  68. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  69. 09b20cd Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  70. 1aeea7f tpm: Add dummy _DSM to make Bitlocker happy. by Vladimir Serbinenko · 9 years ago
  71. 1cac2c9 Hide PLATFORM_USES_FSP1_1. by Vladimir Serbinenko · 9 years ago
  72. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  73. 641529b TPM: Add Infineon SLB9670 SPI TPM support by Wenkai Du · 9 years ago
  74. f4d6587 tpm: Add Infineon TPM 1.2 support by Subrata · 9 years ago
  75. 41b08d9 tpm: Fix multiple device support by Subrata · 9 years ago
  76. beb4502 Remove leftover tseg_relocate by Vladimir Serbinenko · 9 years ago
  77. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  78. 25509ee Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  79. ce58a4e Deactivate TPM by Vladimir Serbinenko · 9 years ago
  80. 0e90dae Move TPM code out of chromeos by Vladimir Serbinenko · 9 years ago
  81. 0424c95 fmap: new API using region_device by Aaron Durbin · 9 years ago
  82. 2305e68 Hide TPM_TIS_BASE_ADDRESS by Vladimir Serbinenko · 9 years ago
  83. b5ad827 drivers/intel: Update FSP 1.1 Driver by Lee Leahy · 9 years ago
  84. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  85. 537283d lenovo: Remerge smbios_mainboard_bios_version. by Vladimir Serbinenko · 9 years ago
  86. 38cf94b ivybridge native gfx init: Adjust state to be compatible with OPROM. by Vladimir Serbinenko · 9 years ago
  87. 3387e4e gma/edid: Fix gma register access. by Vladimir Serbinenko · 9 years ago
  88. 589e63e drivers/gic: reprogram the GIC CPU interface to bypass IRQ by Joseph Lo · 9 years ago
  89. bb03aaa lenovo/x200: Enable wacom digitizer support for x200t by Alex David · 9 years ago
  90. 633e827 x230: Fix ricoh driver. by Vladimir Serbinenko · 9 years ago
  91. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  92. 3dad489 FSP 1.1 Comparison Base by Lee Leahy · 9 years ago
  93. cc4d309 usbdebug: Add FTDI FT232H support by Kyösti Mälkki · 9 years ago
  94. 9bb90cd secmon: Add some missing files by Patrick Georgi · 9 years ago
  95. e7f7090 northbridge/intel/gm45/gma: Add backlight control register field by Timothy Pearson · 9 years ago
  96. 1d7b9de kbuild: Use wildcard for driver subdirectories by Stefan Reinauer · 9 years ago
  97. fd1f514 drivers/spi/stmicro: Rename N25Q256A to N25Q256 by David Imhoff · 9 years ago
  98. a42edc30 drivers/spi/stmicro: Add '.op_erase' for N25Q256 by David Imhoff · 9 years ago
  99. 61295b5 drivers/spi/stmicro: Add N25Q064 support by David Imhoff · 9 years ago
  100. 7249572 spi: Remove out of date comment and reorder flash table by David Imhoff · 9 years ago