1. b567977 Hook up Kconfig Ada spec file by Nico Huber · 6 years ago
  2. dff29e0 bootmem: add new memory type for BL31 by Ting Shen · 5 years ago
  3. 9204355 string: move strdup() & strconcat() to lib/string.c by Thomas Heijligen · 5 years ago
  4. 0553226 selfload: check target memory type in selfload_check by Ting Shen · 5 years ago
  5. 91160e1 lib/hardwaremain: Fix typo ACPI by Subrata Banik · 5 years ago
  6. 6d4c1f5 lib/boot_device: Add API for write protect a region by Rizwan Qureshi · 6 years ago
  7. 60132a4 lib/libgcc.c: Fix shift warnings by Paul Menzel · 6 years ago
  8. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  9. f9e47cc src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  10. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  11. bbaae95 lib/fit: Normalize spaces in board names to dashes by Jonathan Neuschäfer · 6 years ago
  12. 6ee37ef cbfs: Alert if something goes wrong in cbfs_boot_locate() by Nico Huber · 6 years ago
  13. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  14. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  15. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  16. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  17. d840e2b src/lib/edid: avoid buffer overflow by Patrick Georgi · 6 years ago
  18. 718c6fa reset: Finalize move to new API by Nico Huber · 6 years ago
  19. 3d8e53f Add selfboot to the romstage by Ronald G. Minnich · 6 years ago
  20. c308554 selfboot: create selfboot_check function, remove check param by Ronald G. Minnich · 6 years ago
  21. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  22. f677d17 intel: Use CF9 reset (part 2) by Patrick Rudolph · 6 years ago
  23. 4f32b64 reset: Provide new single-function reset API by Nico Huber · 6 years ago
  24. 83bd46e selfboot: remove bounce buffers by Ronald G. Minnich · 6 years ago
  25. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  26. cc335c7 src/lib/edid.c: Replace #if 1 with something useful by Angel Pons · 6 years ago
  27. 5b2a2d0 src/*: normalize Google copyright headers by Patrick Georgi · 6 years ago
  28. 0370bcf complier.h: add __noreturn and use it in code base by Aaron Durbin · 6 years ago
  29. 7160766e lib/gpio.c: Fix _gpio_base3_value invalid shift by Richard Spiegel · 6 years ago
  30. 4cafc88 lib/gpio.c: Validate num_gpio by Richard Spiegel · 6 years ago
  31. 7a5f0a9 lib/nhlt: Use common function to set NHLT version by Marc Jones · 6 years ago
  32. 0a7d690 device_tree/fit: Constify data structures by Patrick Rudolph · 6 years ago
  33. 44cff7a cbtable: remove chromeos_acpi from cbtable by Joel Kitching · 6 years ago
  34. 84258db lib/fit_payload: Add coreboot tables support for FDT. by Philipp Deppenwiese · 6 years ago
  35. 0b13397 src/{commonlib,lib}: Fix typo by Elyes HAOUAS · 6 years ago
  36. fb09693 lib/lzmadecode.c: : Avoid static analysis error for unused value by Richard Spiegel · 6 years ago
  37. 75b1f76 cbmem: rename vdat to chromeos_acpi by Joel Kitching · 6 years ago
  38. 3fca4ed lib/fit: support booting initrd placed above 4GiB by Patrick Rudolph · 6 years ago
  39. 3d45000 src: Fix typo by Elyes HAOUAS · 6 years ago
  40. dfc3013 fit: Handle decompression errors properly by Patrick Rudolph · 6 years ago
  41. 1ec7644 src/lib: Fix typo by Elyes HAOUAS · 6 years ago
  42. 2fdbe0c lib/edid.c: Avoid static analysis error for unused value by Richard Spiegel · 6 years ago
  43. d3131e4 lib/bootmem.c: Remove unused setting of variable "begin" by Richard Spiegel · 6 years ago
  44. 0a0340e gpio: Change gpio_baseX_value() function return types to unsigned by Julius Werner · 6 years ago
  45. fa1f6ff util/cbmem: Add cbmem TCPA log support by Philipp Deppenwiese · 6 years ago
  46. a8fa251 write_tables: return a pointer to the table by Ronald G. Minnich · 6 years ago
  47. 679d624 Coverity: Fix CID1393979 by Patrick Rudolph · 6 years ago
  48. c92f5f2 src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  49. e3e3f4f src: Get rid of unneeded whitespace by Elyes HAOUAS · 6 years ago
  50. 5ccc731 devicetree: Add method to delete property by name by Patrick Rudolph · 6 years ago
  51. 9554b26 vboot: Fix linking error with USE_OPTION_TABLE enabled by Patrick Rudolph · 6 years ago
  52. c3bc6cb lib/rmodule: Fix indentation by Kyösti Mälkki · 6 years ago
  53. a8c0cb3 stage_cache: Disable when APCI S3 is not possible by Kyösti Mälkki · 6 years ago
  54. a892cde lib: Add FIT payload support by Patrick Rudolph · 6 years ago
  55. a45e9f8 lib: Raw import FIT parser by Patrick Rudolph · 6 years ago
  56. 59b8f27 lib/prog_loaders: Move argument selection into selfload by Patrick Rudolph · 6 years ago
  57. 68c851b src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  58. c38960d lib/device_tree: Add method to get phandle by Patrick Rudolph · 6 years ago
  59. 4f51b0f arch/x86: Fix payload loading via bounce-buffer by Kyösti Mälkki · 6 years ago
  60. d022718 bootmem: Clarify usage with bounce-buffer by Kyösti Mälkki · 6 years ago
  61. 1d3fde4 {src,util}: Use NULL instead of 0 for pointer by Elyes HAOUAS · 6 years ago
  62. a48433d selfboot: Move x86 quirk under arch by Kyösti Mälkki · 6 years ago
  63. c32c853 src/lib: Remove unneeded 'console.h' include by Elyes HAOUAS · 6 years ago
  64. b5211ef lib/cbfs: Optimise LZMA away from romstage by Kyösti Mälkki · 6 years ago
  65. 965955e lib/coreboot_table.c: Remove unneeded include by Elyes HAOUAS · 6 years ago
  66. d840eb5 Remove AMD K8 cpu and northbridge support by Kyösti Mälkki · 6 years ago
  67. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  68. 12574dd bootblock: Allow more timestamps in bootblock_main_with_timestamp() by Julius Werner · 6 years ago
  69. 4a027e6 lib/gnat: Drop Restriction `No_Exception_Propagation` by Nico Huber · 6 years ago
  70. 71327fb lib/prog_loaders: Store CBFS type in struct prog by Patrick Rudolph · 6 years ago
  71. b3e0220 timestamp: Increase max number of timestamps by Raul E Rangel · 6 years ago
  72. ae05d09 bootmem: Keep OS memory map separate from the start by Julius Werner · 6 years ago
  73. 1943f37 {device,drivers,lib,mb,nb}: Use only one space after 'if' by Elyes HAOUAS · 6 years ago
  74. 5c31511 lib/nhlt: add support for passing subsystem_id to endpoint's structure by Harsha Priya · 6 years ago
  75. 1ecec5f lib/bootmem: ensure ramstage memory isn't given to OS by Aaron Durbin · 6 years ago
  76. 64049be lib/bootmem: Add method to walk OS POV memory tables by Patrick Rudolph · 6 years ago
  77. c653623 lib/bootmem: Add method to walk memory tables by Patrick Rudolph · 6 years ago
  78. 23d62dd lib/bootmem: Add more bootmem tags by Patrick Rudolph · 6 years ago
  79. d13c4cd lib/cbfs.c: fix typo by Patrick Georgi · 6 years ago
  80. 9ab9db0 lib/bootmem: Introduce custom bootmem tags by Patrick Rudolph · 6 years ago
  81. 666c172 lib/devicetree: Integrate flattened devicetree support by Patrick Rudolph · 6 years ago
  82. 67aca3e lib: Raw import FDT devicetree from depthcharge by Patrick Rudolph · 6 years ago
  83. 3b16e78 lib/ext_stage_cache: include prog arg in stage cache metadata by Aaron Durbin · 6 years ago
  84. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  85. 809fa7b cbfs: Add cbfs_boot_load_file() by T Michael Turney · 6 years ago
  86. 4677f6b lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_table by Aaron Durbin · 6 years ago
  87. d67a4bd lib/memrange: Introduce method to clone memrange by Patrick Rudolph · 6 years ago
  88. 21db6cc src/lib/dimm_info_util.c: Add methods to convert from SMBIOS to SPD by Raul E Rangel · 6 years ago
  89. d538dd1 lib/lzmadecode: Add block around `UpdateBit1()` by Paul Menzel · 6 years ago
  90. f595ba2 lib/lzma: Respect dstn argument by Patrick Rudolph · 6 years ago
  91. b22bbe2 Timestamps: Add option to print timestamps to debug console by Martin Roth · 6 years ago
  92. dc5d24c coreboot_table: Print GPIO state correctly for lb_gpios by Julius Werner · 6 years ago
  93. 591be2d lib: Add delay.c to smm by Furquan Shaikh · 6 years ago
  94. 8d6e0e0 lib/stage_cache: Add save/get raw storage by Marshall Dawson · 6 years ago
  95. 0876caa lib/stage_cache: Add debug messages for failures by Marshall Dawson · 6 years ago
  96. 0660d1f lib: include timer.c for all stages for GENERIC_UDELAY by Aaron Durbin · 6 years ago
  97. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  98. 96ed92d boardid: Add helpers to read sku_id strapping into coreboot tables by Julius Werner · 7 years ago
  99. 4ec3d9d boardid: Switch from Kconfig to weak functions by Julius Werner · 7 years ago
  100. e2f17f7 boardid: Minor clean up and standardization by Julius Werner · 7 years ago