1. 5368504 coreinfo/cbfs: Add some missing file types by Jonathan Neuschäfer · 8 years ago
  2. 8a61a2f coreinfo: Show "No modules selected" when appropriate by Jonathan Neuschäfer · 8 years ago
  3. 1aca8b8 coreinfo/cbfs: Don't assume that the free space is at the end by Jonathan Neuschäfer · 8 years ago
  4. 9c3ff1b coreinfo/Makefile: change $(obj) to $(coreinfo_obj) by Martin Roth · 8 years ago
  5. 143a78c9 coreinfo: Remove .xcompile when doing a clean by Martin Roth · 8 years ago
  6. 3e0f74d crossgcc/buildgcc: Update for recent arch additions by Martin Roth · 8 years ago
  7. 342cf7f payloads/external/Makefile.inc: Don't rebuild SeaBIOS every time by Martin Roth · 8 years ago
  8. c3fbda4 nvramcui: Add distclean target by Martin Roth · 8 years ago
  9. 3f1abb8 SeaBIOS: Update SeaBIOS from repo when using master branch by Martin Roth · 8 years ago
  10. 1484c03 crossgcc/buildgcc: Add comment about URLs and jenkins builder by Martin Roth · 8 years ago
  11. 2114880 crossgcc/Makefile.inc: Add target for jenkins toolchain test build by Martin Roth · 8 years ago
  12. 2e1f731 nb/amd/mct_ddr3: Require minumum training quality for both read and write by Timothy Pearson · 8 years ago
  13. 50583f0 nb/amd/mct_ddr3: Set read DQS delay to 1UI before calculating read latency by Timothy Pearson · 8 years ago
  14. 8eb221d nb/amd/mct_ddr3: Properly initialize arrays and add bounds checks by Timothy Pearson · 8 years ago
  15. bbfcf62 nb/amd/mct_ddr3: Restore previous DQS delay values on failed loop by Timothy Pearson · 8 years ago
  16. 7109304 soc/intel/apollolake: Avoid hardcoding CAR region size for FSPM by Andrey Petrov · 8 years ago
  17. 468dc33 payloads/seabios: Update version number in Kconfig by Paul Menzel · 8 years ago
  18. 3677520 arch/x86/smbios: fix length calculation for SMBIOS type 17 by Iru Cai · 8 years ago
  19. f2e0461 Kconfig: remove COMPRESS_PRERAM_STAGES option from x86 by Martin Roth · 8 years ago
  20. 447d948 cbmem: Fix cbmem_add_bootmem() by Andrey Petrov · 8 years ago
  21. c7a1a3e northbridge/i945/gma: Re-enable NVRAM tft_brightness by Alexander Couzens · 8 years ago
  22. a2176d8 soc/apollolake: Add memory and reserve MMIO resources by Andrey Petrov · 9 years ago
  23. 555d6c2 cbmem: Add utility to get memory region occupied by cbmem by Alexandru Gagniuc · 9 years ago
  24. 1e70cda soc/intel/apollolake: Avoid UART BAR relocation at ramstage by Andrey Petrov · 8 years ago
  25. e953dce soc/intel/apollolake: Add ids of internal SoC PCI devices by Andrey Petrov · 8 years ago
  26. ffc51d4 mainboard/intel/apollolake_rvp: Populate static devicetree by Lance Zhao · 8 years ago
  27. 70efecd soc/intel/apollolake: Add chip initialization by Andrey Petrov · 8 years ago
  28. 9d903a1 soc/apollolake: Enable all CPU cores using the parallel MP lib by Ravi Sarawadi · 8 years ago
  29. 7760261 src/lib/trace.c: Make address size generic by Martin Roth · 8 years ago
  30. 7e3903b cpu/via/c7: Don't manually include udelay_io.c by Stefan Reinauer · 8 years ago
  31. 3d840d0 northbridge/intel/i440bx: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  32. 422bf6b mainboards/google/auron_paine: add new port by Georg Wicherski · 9 years ago
  33. 1eb1e3b mainboard/intel/apollolake_rvp: Add memory training config by Lance Zhao · 8 years ago
  34. fffee87 Makefile: Add build-time overlap check for programs loaded after coreboot by Julius Werner · 8 years ago
  35. 0819a47 northbridge/intel/gm45: Use TSC for ramstage timer per default by Stefan Reinauer · 8 years ago
  36. 5ad9aca payloads: Move secondary payloads inside of a submenu by Martin Roth · 8 years ago
  37. 6797557 Makefile: Update payload clean targets by Martin Roth · 8 years ago
  38. 0fcd6f9 drivers/intel/fsp2_0: remove struct resource usage by Aaron Durbin · 8 years ago
  39. 9b28f002 drivers/intel/fsp2_0: add TODOs to fix deficiencies by Aaron Durbin · 8 years ago
  40. 40672be drivers/intel/fsp2_0: don't leak resources by Aaron Durbin · 8 years ago
  41. ac1c9ec soc/intel/apollolake: correct comment to reference top of CAR by Aaron Durbin · 8 years ago
  42. e884592 lib/memrange: add function to initialize range_entry by Aaron Durbin · 8 years ago
  43. 566dd35 Add option for "timeless" builds by Nico Huber · 9 years ago
  44. 4f66648 payloads/seabios: Upgrade stable from 1.9.0 to 1.9.1 by Paul Menzel · 8 years ago
  45. 2a08137 x86 chipsets: utilize x86_setup_mtrrs_with_detect() by Aaron Durbin · 8 years ago
  46. f545208 nyan: Fix timestamps and CBFS SPI integration by Julius Werner · 8 years ago
  47. 61980af mainboard/skylake: Include WRDD method in WIFI ACPI device by Duncan Laurie · 8 years ago
  48. 3d3b76b skylake: Add and fill out CID1 NVS field by Duncan Laurie · 8 years ago
  49. 8951ed8 intel/wifi: Add WRDD ACPI method by Duncan Laurie · 8 years ago
  50. 339886c Chromeos: Modify wifi_regulatory_domain to use "region" key in VPD by Huang, Huki · 9 years ago
  51. 7f76165 lib: Implement framework for retrieving WiFi regulatory domain by Felix Durairaj · 9 years ago
  52. d76d60b soc/intel/quark: Set the UPD values for MemoryInit by Lee Leahy · 8 years ago
  53. a1bb091 archive: build archive tool with HOSTCC by Daisuke Nojiri · 9 years ago
  54. a5ae62e util: add archive tool by Daisuke Nojiri · 9 years ago
  55. 491c016 soc/intel/apollolake: Add cbmem_top() implementation by Andrey Petrov · 8 years ago
  56. 41aa8bc Kconfig: Remove unneeded UDELAY_IO redeclaration by Stefan Reinauer · 8 years ago
  57. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  58. e99e2b6 soc/intel/quark: Add the UPD support for SiliconInit by Lee Leahy · 8 years ago
  59. f466ea9 crossgcc: Build make per default by Stefan Reinauer · 8 years ago
  60. 9d5e36e cpu/x86: Sort some Kconfig options by Stefan Reinauer · 9 years ago
  61. 0d18791 soc/intel/apollolake: Enable using FSP 2.0 driver by Andrey Petrov · 8 years ago
  62. b483146 soc/intel/apollolake: Add romstage that calls FSP2.0 driver by Andrey Petrov · 8 years ago
  63. 5672dcd soc/intel/apollolake: Add support for memory-mapped boot media by Andrey Petrov · 8 years ago
  64. fb22ff4 drivers/intel/fsp2_0: Add framebuffer graphics support by Alexandru Gagniuc · 8 years ago
  65. 9b2e9bd drivers/intel/fsp2_0: Add hand-off-block parsers by Alexandru Gagniuc · 8 years ago
  66. 9de55cc drivers/intel/fsp2_0: Add Notify Phase API by Andrey Petrov · 8 years ago
  67. 42c4e88 drivers/intel/fsp2_0: Add SiliconInit API by Andrey Petrov · 8 years ago
  68. 465fc13 drivers/intel/fsp2_0: Add MemoryInit API by Andrey Petrov · 8 years ago
  69. 6321d7c roda/rk9: Remove #include early_serial.c from romstage by Antonello Dettori · 8 years ago
  70. 2a343475 MAINTAINERS: Add Timothy Pearson to the maintainers list by Martin Roth · 8 years ago
  71. 2ae9cce intel/fsp_baytrail: use 20K PU/PD for GPIO by Ben Gardner · 8 years ago
  72. fba78bf soc/intel/quark: Split out MTRR support by Lee Leahy · 8 years ago
  73. 6d3cd08 mainboard/intel/galileo: Enable SD flash cards by Lee Leahy · 8 years ago
  74. fcfa94d Documentation/Intel: Add EDK-II links by Lee Leahy · 8 years ago
  75. 7b209dd Documentation/Intel: Making a bootable SD card by Lee Leahy · 8 years ago
  76. be63a24 BuildSystem: Add Memtest86+ as a secondary payload by Martin Roth · 8 years ago
  77. f7fd630 tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabled by Martin Roth · 8 years ago
  78. 73f7069 arch/x86: Add common assembly code for stages that run in CAR by Andrey Petrov · 8 years ago
  79. dd56de9 arch/x86: document CAR symbols and expose them in symbols.h by Andrey Petrov · 8 years ago
  80. b1bca88 lint-kconfig: pipe stderr to stdout to catch script errors by Martin Roth · 8 years ago
  81. bc839fb amd/thatcher: Removed #include early_serial.c from romstage by Antonello Dettori · 8 years ago
  82. 98b5f90 include/device/dram: Fix DDR3-1866 by Patrick Rudolph · 8 years ago
  83. 8e7928a sandybridge/gma_lvds: support both Sandy&Ivy on one board by Iru Cai · 9 years ago
  84. 42f42ff Hide EC_GOOGLE_CHROMEEC_SPI_BUS. by Vladimir Serbinenko · 8 years ago
  85. ca1b2d1 lz4_wrapper: Use __asm__ rather than asm. by Vladimir Serbinenko · 8 years ago
  86. d51a089 Kconfig: hide useless options on ARM. by Vladimir Serbinenko · 8 years ago
  87. ab8f923 toolchain.inc: test IASL by version string instead of number by Martin Roth · 9 years ago
  88. ca55f0a util/futility: trivial - Add distclean target by Martin Roth · 8 years ago
  89. 8198c67 arch/x86: always use _start as entry symbol for all stages by Aaron Durbin · 8 years ago
  90. 4330a9c arch/x86: rename reset_vector -> _start by Aaron Durbin · 8 years ago
  91. ccd300b arch/x86: Allow soc/chipset to set linking address by Andrey Petrov · 8 years ago
  92. f8468d4 cpu/x86/16bit: rename _start -> _start16bit by Aaron Durbin · 8 years ago
  93. 0fd068b cpu/x86/16bit/reset16: mark reset vector executable by Aaron Durbin · 8 years ago
  94. 998d856 cpu/x86/16bit/reset16: remove stale 32-bit jump by Aaron Durbin · 8 years ago
  95. 9738970 drivers/intel/fsp2_0: Add utility functions by Andrey Petrov · 8 years ago
  96. b37fd67 drivers/intel/fsp2_0: Add coreboot<->FSP header files by Andrey Petrov · 8 years ago
  97. 0e6c0e1 kconfig_lint: make sure if and endif statements are balanced by Martin Roth · 8 years ago
  98. b97009e nb/intel/sandybridge/raminit: Fill SMBIOS type17 info by Patrick Rudolph · 8 years ago
  99. 0769159 src/device/dram/ddr3: Parse additional information by Patrick Rudolph · 8 years ago
  100. c3a08a9 amdfwtool: Fix some PSP2 issues by zbao · 8 years ago