1. 49fd42d commonlib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  2. 36d5b41 commonlib: Remove space after * by Lee Leahy · 7 years ago
  3. 72c60a4 commonlib: Fix issues with { } and else by Lee Leahy · 7 years ago
  4. f339973 commonlib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  5. d5a2a29 commonlib: Fix spacing issues by Lee Leahy · 7 years ago
  6. b89b2c5 commonlib/fsp.h: include sys/types.h for ssize_t by Jonathan Neuschäfer · 7 years ago
  7. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  8. 256db40 commonlib: provide incoherent region device by Aaron Durbin · 8 years ago
  9. 00563bf lib: Add time stamp when starting to finalize chips by Paul Menzel · 8 years ago
  10. b1feb51 soc/intel/common: Add suppport for Extended VBT by Abhay Kumar · 8 years ago
  11. ef9a9ea soc/intel/common: Add save/restore for variable MRC data by Andrey Petrov · 8 years ago
  12. 1f0ce3a commonlib/include: remove NEED_VB20_INTERNALS by Aaron Durbin · 8 years ago
  13. b36cb079 commonlib: Add new cbmem id for EC_HOSTEVENT by Furquan Shaikh · 8 years ago
  14. 574df1b riscv: start to use the configstring functions by Ronald G. Minnich · 8 years ago
  15. 04c94de riscv: bring in the configstring parsing functions from UCB by Ronald G. Minnich · 8 years ago
  16. 96b3c6f drivers/intel/fsp2_0: track end of firmware notifications by Aaron Durbin · 8 years ago
  17. 29fc9bb commonlib: move DIV_ROUND macros from nvidia/tegra by Arthur Heymans · 8 years ago
  18. 51a0f7c commonlib: update fsp_relocate to make it compatible with UEFI 2.6 by Brandon Breitenstein · 8 years ago
  19. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  20. 71885a4 commonlib: cbfs: Add CBFS attribute support by Julius Werner · 8 years ago
  21. edd7959 commonlib/region: allow empty mmap()/munmap() in region_device_ops by Aaron Durbin · 8 years ago
  22. 258a350 commonlib/region: make buffer argument const for writeat by Aaron Durbin · 8 years ago
  23. 613702b cbmem: share additional time stamps IDs by Antonello Dettori · 8 years ago
  24. 32ac018 drivers/intel/fsp2_0: load and relocate FSPS in cbmem by Aaron Durbin · 8 years ago
  25. 28a4e0e commonlib: fix 'AFTER CAR' spacing to align with others by Aaron Durbin · 8 years ago
  26. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  27. 82ef8ad src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copy by Benjamin Barenblat · 8 years ago
  28. 2b57691 commonlib/region: Add helpers for dynamic initialization of region dev by Furquan Shaikh · 8 years ago
  29. f4dac8a commonlib/region: Rename XLATE region device init macro by Furquan Shaikh · 8 years ago
  30. 4acb0e7 commonlib/lz4: Avoid unaligned memory access on RISC-V by Jonathan Neuschäfer · 8 years ago
  31. b0c2fe0 cbfstool/fsp: Rename fsp1_1_relocate by Furquan Shaikh · 8 years ago
  32. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  33. c1b98b9 ensure correct byte ordering for cbfs segment list by George Trudeau · 8 years ago
  34. 7f8afe0 arch/x86: introduce postcar stage/phase by Aaron Durbin · 8 years ago
  35. ca1b2d1 lz4_wrapper: Use __asm__ rather than asm. by Vladimir Serbinenko · 8 years ago
  36. 116485a cbfs: Fix compiler error for gcc versions < 4.6 by Werner Zeh · 8 years ago
  37. 87fe236 commonlib/lz4_wrapper: Use correct casts to ensure valid calculations by Paul Menzel · 8 years ago
  38. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  39. e0969ae x86: add coreboot table entry for TSC info by Aaron Durbin · 8 years ago
  40. f76ceea7 commonlib: move uefi includes out of commonlib includes by Stefan Reinauer · 8 years ago
  41. 4f7a361 chromeos: Add timestamps to measure VPD read times by Julius Werner · 8 years ago
  42. f4d015d commonlib/: Add missing license headers by Martin Roth · 8 years ago
  43. cbb6c75 commonlib: Add function to hash contents of a CBFS region. by Aaron Durbin · 9 years ago
  44. 3e6303e commonlib/cbfs: Add type ids for empty files by Patrick Georgi · 9 years ago
  45. ca0a676 commonlib: Prepare code to be included in cbfstool builds. by Aaron Durbin · 9 years ago
  46. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  47. 990ab7e commonlib: Add function to compute relative offsets from two region_devices. by Aaron Durbin · 9 years ago
  48. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  49. acd47ae commonlib/cbmem_id.h: Add CBMEM_ID_HOB_POINTER to CBMEM_ID_TO_NAME_TABLE by Ben Gardner · 9 years ago
  50. b90b94d intel: Add MMA feature in coreboot by Pratik Prajapati · 9 years ago
  51. b15a0d0 vendorcode/google/chromeos: Cache VPD data into CBMEM by Hung-Te Lin · 9 years ago
  52. f8537c1 commonlib: Remove unused static function. by zbao · 9 years ago
  53. 1148786 arm64: remove spin table support by Aaron Durbin · 9 years ago
  54. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  55. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  56. 5907eb8 commonlib/region: add xlate_region_device by Aaron Durbin · 9 years ago
  57. b593366 vboot: prepare for x86 verstage by Aaron Durbin · 9 years ago
  58. 7ffcc0b commonlib/helpers.h: handle interaction with other environments by Aaron Durbin · 9 years ago
  59. 04ebf59 fsp1_1: move relocation algorithm to commonlib by Aaron Durbin · 9 years ago
  60. f66a026 commonlib: add endian related accessor functions by Aaron Durbin · 9 years ago
  61. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago