1. bce49c2 security/tpm: Improve TCPA log generation by Philipp Deppenwiese · 6 years ago
  2. 791ba97 security/tpm: Use unique CBMEM names for TCPA logs by Philipp Deppenwiese · 6 years ago
  3. fa1f6ff util/cbmem: Add cbmem TCPA log support by Philipp Deppenwiese · 6 years ago
  4. f18dc5c security/tpm: Add TCPA logging functionality by Philipp Deppenwiese · 7 years ago
  5. 6c9737b src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  6. e1416fd commonlib/storage: Make sd_mmc_go_idle an api by Bora Guvendik · 6 years ago
  7. 7ee05ed util/cbfstool: Support FIT payloads by Patrick Rudolph · 6 years ago
  8. 6ec87da src/commonlib/storage: Move include <console.h> to sd_mmc.h by Elyes HAOUAS · 6 years ago
  9. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  10. eeb4e20 commonlib/cbfs: Make cbfsf_file_type public by Patrick Rudolph · 6 years ago
  11. 60fd684 cbfs_locate: Optionally return file type by Ronald G. Minnich · 6 years ago
  12. 4c518e1 timestamp: Add timestamps for TPM communication by Raul E Rangel · 6 years ago
  13. 4f5bed5 cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF by Patrick Rudolph · 6 years ago
  14. f658edf commonlib: Add descriptions for new AGESA timestamps by Martin Roth · 6 years ago
  15. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  16. 5dd4a2a timestamps: Add timestamps around the vbios load & init by Martin Roth · 6 years ago
  17. 8d6e0e0 lib/stage_cache: Add save/get raw storage by Marshall Dawson · 7 years ago
  18. e962840 storage: Fix CMD13 failure issue by Barnali Sarkar · 7 years ago
  19. 310abe0 coreboot_tables: Document coreboot framebuffer by Nico Huber · 7 years ago
  20. 34fa425 commonlib: Add AGESA S3 resume defines by Marshall Dawson · 7 years ago
  21. 00c0cd2 device/pci_rom: Write _ROM method for VGA devices by Patrick Rudolph · 7 years ago
  22. 02103e3 commonlib/region: expose subregion helper function by Aaron Durbin · 7 years ago
  23. fbfe654 commonlib: Add timestamp codes for AGESA by Martin Roth · 7 years ago
  24. 96ed92d boardid: Add helpers to read sku_id strapping into coreboot tables by Julius Werner · 7 years ago
  25. e2f17f7 boardid: Minor clean up and standardization by Julius Werner · 7 years ago
  26. c0c31b6 riscv: Remove config string support by Jonathan Neuschäfer · 7 years ago
  27. 7bd4715 commonlib/helpers.h: Include stddef.h by Jonathan Neuschäfer · 7 years ago
  28. 8db7f8b LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33 by Ronald G. Minnich · 7 years ago
  29. f46a9a0 arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT by Aaron Durbin · 7 years ago
  30. 395b469 commonlib: Consistently spell *romstage* without space by Paul Menzel · 7 years ago
  31. 52f0871 sb/intel/bd82x6x: Add time-stamp around ME DRAM update by Nathaniel Roach · 7 years ago
  32. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  33. 0578238 riscv: Update the gcc built-in macro __riscv__ by wxjstz · 7 years ago
  34. f968a4c commonlib/storage: Zero extend MMC capacity by Lee Leahy · 7 years ago
  35. f511c1f arch/x86/ebda: Change memcpy() to endian wrappers by Ryan Salsamendi · 7 years ago
  36. 927f06a commonlib/storage: Fix MMC build by Lee Leahy · 7 years ago
  37. 48dbc66 commonlib: Move drivers/storage into commonlib/storage by Lee Leahy · 7 years ago
  38. 13c6dbf commonlib: Add ID for STORAGE_DATA by Lee Leahy · 7 years ago
  39. bb70c40 include: Add xmalloc, xzmalloc and dma routines by Lee Leahy · 7 years ago
  40. 10d1fde commonlib/helpers: Add helper macro for member_size by Furquan Shaikh · 7 years ago
  41. 88b26b8 commonlib: add input and output buffer helpers by Aaron Durbin · 7 years ago
  42. 49fd42d commonlib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  43. 36d5b41 commonlib: Remove space after * by Lee Leahy · 7 years ago
  44. 72c60a4 commonlib: Fix issues with { } and else by Lee Leahy · 7 years ago
  45. f339973 commonlib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  46. d5a2a29 commonlib: Fix spacing issues by Lee Leahy · 7 years ago
  47. b89b2c5 commonlib/fsp.h: include sys/types.h for ssize_t by Jonathan Neuschäfer · 7 years ago
  48. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  49. 256db40 commonlib: provide incoherent region device by Aaron Durbin · 8 years ago
  50. 00563bf lib: Add time stamp when starting to finalize chips by Paul Menzel · 8 years ago
  51. b1feb51 soc/intel/common: Add suppport for Extended VBT by Abhay Kumar · 8 years ago
  52. ef9a9ea soc/intel/common: Add save/restore for variable MRC data by Andrey Petrov · 8 years ago
  53. 1f0ce3a commonlib/include: remove NEED_VB20_INTERNALS by Aaron Durbin · 8 years ago
  54. b36cb079 commonlib: Add new cbmem id for EC_HOSTEVENT by Furquan Shaikh · 8 years ago
  55. 574df1b riscv: start to use the configstring functions by Ronald G. Minnich · 8 years ago
  56. 04c94de riscv: bring in the configstring parsing functions from UCB by Ronald G. Minnich · 8 years ago
  57. 96b3c6f drivers/intel/fsp2_0: track end of firmware notifications by Aaron Durbin · 8 years ago
  58. 29fc9bb commonlib: move DIV_ROUND macros from nvidia/tegra by Arthur Heymans · 8 years ago
  59. 51a0f7c commonlib: update fsp_relocate to make it compatible with UEFI 2.6 by Brandon Breitenstein · 8 years ago
  60. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  61. 71885a4 commonlib: cbfs: Add CBFS attribute support by Julius Werner · 8 years ago
  62. edd7959 commonlib/region: allow empty mmap()/munmap() in region_device_ops by Aaron Durbin · 8 years ago
  63. 258a350 commonlib/region: make buffer argument const for writeat by Aaron Durbin · 8 years ago
  64. 613702b cbmem: share additional time stamps IDs by Antonello Dettori · 8 years ago
  65. 32ac018 drivers/intel/fsp2_0: load and relocate FSPS in cbmem by Aaron Durbin · 8 years ago
  66. 28a4e0e commonlib: fix 'AFTER CAR' spacing to align with others by Aaron Durbin · 8 years ago
  67. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  68. 82ef8ad src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copy by Benjamin Barenblat · 8 years ago
  69. 2b57691 commonlib/region: Add helpers for dynamic initialization of region dev by Furquan Shaikh · 8 years ago
  70. f4dac8a commonlib/region: Rename XLATE region device init macro by Furquan Shaikh · 8 years ago
  71. 4acb0e7 commonlib/lz4: Avoid unaligned memory access on RISC-V by Jonathan Neuschäfer · 8 years ago
  72. b0c2fe0 cbfstool/fsp: Rename fsp1_1_relocate by Furquan Shaikh · 8 years ago
  73. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  74. c1b98b9 ensure correct byte ordering for cbfs segment list by George Trudeau · 8 years ago
  75. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  76. ca1b2d1 lz4_wrapper: Use __asm__ rather than asm. by Vladimir Serbinenko · 8 years ago
  77. 116485a cbfs: Fix compiler error for gcc versions < 4.6 by Werner Zeh · 8 years ago
  78. 87fe236 commonlib/lz4_wrapper: Use correct casts to ensure valid calculations by Paul Menzel · 8 years ago
  79. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  80. e0969ae x86: add coreboot table entry for TSC info by Aaron Durbin · 9 years ago
  81. f76ceea7 commonlib: move uefi includes out of commonlib includes by Stefan Reinauer · 9 years ago
  82. 4f7a361 chromeos: Add timestamps to measure VPD read times by Julius Werner · 9 years ago
  83. f4d015d commonlib/: Add missing license headers by Martin Roth · 9 years ago
  84. cbb6c75 commonlib: Add function to hash contents of a CBFS region. by Aaron Durbin · 9 years ago
  85. 3e6303e commonlib/cbfs: Add type ids for empty files by Patrick Georgi · 9 years ago
  86. ca0a676 commonlib: Prepare code to be included in cbfstool builds. by Aaron Durbin · 9 years ago
  87. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  88. 990ab7e commonlib: Add function to compute relative offsets from two region_devices. by Aaron Durbin · 9 years ago
  89. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  90. acd47ae commonlib/cbmem_id.h: Add CBMEM_ID_HOB_POINTER to CBMEM_ID_TO_NAME_TABLE by Ben Gardner · 9 years ago
  91. b90b94d intel: Add MMA feature in coreboot by Pratik Prajapati · 9 years ago
  92. b15a0d0 vendorcode/google/chromeos: Cache VPD data into CBMEM by Hung-Te Lin · 9 years ago
  93. f8537c1 commonlib: Remove unused static function. by zbao · 9 years ago
  94. 1148786 arm64: remove spin table support by Aaron Durbin · 9 years ago
  95. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  96. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  97. 5907eb8 commonlib/region: add xlate_region_device by Aaron Durbin · 9 years ago
  98. b593366 vboot: prepare for x86 verstage by Aaron Durbin · 9 years ago
  99. 7ffcc0b commonlib/helpers.h: handle interaction with other environments by Aaron Durbin · 9 years ago
  100. 04ebf59 fsp1_1: move relocation algorithm to commonlib by Aaron Durbin · 9 years ago