1. 6c191d8 romstage_handoff: add helper to determine resume status by Aaron Durbin · 8 years ago
  2. 335781a lib: Add library to handle SPD data in CBFS or DIMM by Naresh G Solanki · 8 years ago
  3. c83239e Hook up libhwbase in ramstage by Nico Huber · 8 years ago
  4. de01136 intel post-car: Increase stacktop alignment by Kyösti Mälkki · 8 years ago
  5. af8ae93 vboot: TPM2 - report attempts to re-create NVRAM spaces by Vadim Bendebury · 8 years ago
  6. 289ee8f lib/tpm2: do not create all NVRAM spaces with the same set of attributes by Vadim Bendebury · 8 years ago
  7. 8b5d04e lib/tlcl: Ensure tlcl library is initialized only once by Furquan Shaikh · 8 years ago
  8. fb81474 TPM: Add TPM driver files to romstage by Furquan Shaikh · 8 years ago
  9. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  10. 19652e6 quick_ram_check: Remove reference to RAMBASE by Kyösti Mälkki · 8 years ago
  11. e0ed902 Add option to use Ada code in ramstage by Nico Huber · 8 years ago
  12. 8cd723b lib/prog_loaders: use common ramstage_cache_invalid() by Aaron Durbin · 8 years ago
  13. 9a2790e lib/program.ld: add .sdata sections by Aaron Durbin · 8 years ago
  14. 135eae9 soc/intel/apollolake: Implement stage cache to improve resume time by Brandon Breitenstein · 8 years ago
  15. 7ae73fc arm64: Use 'payload' format for ATF instead of 'stage' by Simon Glass · 8 years ago
  16. cc3365a TPM2: Fill in empty tlcl_resume function in TPM2 tlcl by Furquan Shaikh · 8 years ago
  17. 78c6386 selfboot: Move the usable-RAM check into a function by Simon Glass · 8 years ago
  18. 1e9a914 arch/x86,lib: make cbmem console work in postcar stage by Aaron Durbin · 8 years ago
  19. be5492a Add minimal GNAT run time system (RTS) by Nico Huber · 9 years ago
  20. 994a4a1 edid: Fix a function signature by Nico Huber · 8 years ago
  21. 7fbdad8 lib: Enable hexdump in verstage by Duncan Laurie · 8 years ago
  22. cbc0416 src/lib: Fix checkpatch warnings by Stefan Reinauer · 8 years ago
  23. 4a56076 tpm2: Fix tlcl and marshaling code for CAR usage by Duncan Laurie · 8 years ago
  24. f706020 Provide CAR decoration for tpm2 statics by Victor Prupis · 8 years ago
  25. 3c814b2 cbmem: Always maintain backing store struct in a global on non-x86 by Julius Werner · 8 years ago
  26. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  27. 85b1aad memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG() by Julius Werner · 8 years ago
  28. bccaab8 lib/fmap: provide RW region device support by Aaron Durbin · 8 years ago
  29. c0a823c drivers/spi: ensure SPI flash is boot device for coreboot tables by Aaron Durbin · 8 years ago
  30. dcbccd6 lib/boot_device: add RW boot device construct by Aaron Durbin · 8 years ago
  31. 3326f15 drivers/spi: move cbfs_spi.c location by Aaron Durbin · 8 years ago
  32. 16c173f Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  33. 08e842c Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS by Aaron Durbin · 8 years ago
  34. c3b024e Revert "Kconfig: separate memory mapped boot device from SPI" by Aaron Durbin · 8 years ago
  35. a83bbf5 Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  36. e85de02 lib/timestamp: Add timestamps to CBMEM in POSTCAR stage by Furquan Shaikh · 8 years ago
  37. 0cd338e Remove non-ascii & unprintable characters by Martin Roth · 8 years ago
  38. 91e0e3c src/lib: Capitalize ROM, RAM, NVRAM and CPU by Elyes HAOUAS · 8 years ago
  39. 50b9258 skylake/mainboard: Define mainboard hook in bootblock by Subrata Banik · 8 years ago
  40. 0325dc6 bootmode: Get rid of CONFIG_BOOTMODE_STRAPS by Furquan Shaikh · 8 years ago
  41. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  42. d950f51 lib: Don't require ULZMA compression for postcar by Lee Leahy · 8 years ago
  43. e2422e3 src/lib: Enable display of cbmem during romstage and postcar by Lee Leahy · 8 years ago
  44. 8edfc1c lib/bootmode: Use newly-add recovery module by Furquan Shaikh · 8 years ago
  45. a6c5ddd vboot: Clean up vboot code by Furquan Shaikh · 8 years ago
  46. ed75b27 tpm2_tlcl: Use signed integer for tpm2_marshal_command return value by Duncan Laurie · 8 years ago
  47. 5fbe12d lib: provide memrange library in romstage by Aaron Durbin · 8 years ago
  48. bce9bbd AGESA: Use common romstage ram stack by Kyösti Mälkki · 8 years ago
  49. 3030eaf lib/version: Correct whitespace alignment by Paul Menzel · 8 years ago
  50. f5ef699 tpm2: implement and use pcr_extend command by Vadim Bendebury · 8 years ago
  51. 4c0851c tpm2: implement locking firmware rollback counter by Vadim Bendebury · 8 years ago
  52. 1ec7603 tpm2: fix tpm_write() error reporting by Vadim Bendebury · 8 years ago
  53. adfbbde tpm2: add tlcl_force_clear and use it before factory init by Vadim Bendebury · 8 years ago
  54. 7ee057c tpm2: use pcr0 dependent nvram space policy definitions by Vadim Bendebury · 8 years ago
  55. 6acb9a6 tpm2: add TPM_Clear command processing by Vadim Bendebury · 8 years ago
  56. ebba4d7 tpm2: refactor session header marshalling by Vadim Bendebury · 8 years ago
  57. d9137d5 tpm2: clean up tpm_marshal_command() by Vadim Bendebury · 8 years ago
  58. bc92710 tpm2: avoid comparison between signed and unsigned ints by Vadim Bendebury · 8 years ago
  59. 03e4472 tpm2: drop unused structures by Vadim Bendebury · 8 years ago
  60. 1a98050 tpm2: remove unused buffer size definition by Vadim Bendebury · 8 years ago
  61. 044fb53 lib/selfboot: clear BSS segments by Aaron Durbin · 8 years ago
  62. 0dd655f lib/selfboot: remove duplicate prog_set_area() by Aaron Durbin · 8 years ago
  63. edfcce8 lib/selfboot: don't open code linked list operations by Aaron Durbin · 8 years ago
  64. 627afc2 tpm2: add marshaling/unmarshaling layer by Vadim Bendebury · 8 years ago
  65. 245d457 tpm2: implement tlcl layer by Vadim Bendebury · 8 years ago
  66. e5c00a5 intel post-car: Consolidate choose_top_of_stack() by Kyösti Mälkki · 8 years ago
  67. f41ac22 lib/gpio: add pullup & pulldown gpio_base2_value() variants by Aaron Durbin · 8 years ago
  68. 5b6c28c gpio: Add support for translating gpio_t into ACPI pin by Duncan Laurie · 8 years ago
  69. 8f9c866 lib: remove ulzma() by Aaron Durbin · 8 years ago
  70. ed0f6d7 lib/nhlt: add helper functions for adding endpoints by Aaron Durbin · 8 years ago
  71. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  72. 2cf99e1 lib: Add real-time-clock functions by Simon Glass · 8 years ago
  73. 7a29cdc lib: Build reg_script for bootblock by Lee Leahy · 8 years ago
  74. 538b324 lib: Add asmlinkage attribute to bootblock_main_with_timestamp by Lee Leahy · 8 years ago
  75. d5583a5 cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP by Furquan Shaikh · 8 years ago
  76. 0a54fb5 lib/hardwaremain: Add \n to "Boot failed" message by Jonathan Neuschäfer · 8 years ago
  77. f6b1039 program.ld: Don't exclude sbe region from verstage by Stefan Reinauer · 8 years ago
  78. 3a39f44 gpio: Add a function to map GPIO to ACPI path by Duncan Laurie · 8 years ago
  79. b955284 hexstrtobin: Add a library function to decode ASCII hex into binary by Duncan Laurie · 8 years ago
  80. ff196b6 lib/bootblock: Provide mechanism to pass in an early timestamp by Alexandru Gagniuc · 8 years ago
  81. 63e7b5b lib/timestamp: Do not initialize cache in timestamp_cache_get() by Alexandru Gagniuc · 8 years ago
  82. bf1e481 lib: remove FLASHMAP_OFFSET config variable by Aaron Durbin · 8 years ago
  83. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  84. 1e162bf lib/prog_loaders: Allow platforms to skip stage cache by Furquan Shaikh · 8 years ago
  85. f7dd6d5 lib/reg_script: Fix braces by Stefan Reinauer · 8 years ago
  86. 564dc9c lib/reg_script: Add display support by Lee Leahy · 8 years ago
  87. 58a150a lib/cbfs: Use fmap derived information about the COREBOOT region by Patrick Georgi · 8 years ago
  88. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  89. efcee9f lib/reg_script: Allow multiple independent handlers by Lee Leahy · 8 years ago
  90. 6bcbe57 lib/regscript: Add exclusive-or (xor) support by Lee Leahy · 8 years ago
  91. c1b98b9 ensure correct byte ordering for cbfs segment list by George Trudeau · 8 years ago
  92. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  93. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  94. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  95. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  96. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  97. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  98. fab8ae7 program.ld: make sure that zeroptr isn't assigned to debug sections by Patrick Georgi · 8 years ago
  99. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  100. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago