Age | Commit message (Expand) | Author |
2024-05-08 | commonlib/timestamp_serialized: Define VB_AUXFW_SYNC_DONE timestamp | Karthikeyan Ramasubramanian |
2024-04-11 | tree: Drop unused <string.h> | Elyes Haouas |
2024-04-04 | commonlib: Simplify FSP header inclusion | Subrata Banik |
2024-03-30 | commonlib: Remove blank lines before '}' and after '{' | Elyes Haouas |
2024-03-24 | commonlib: Add timestamp entries for eSOL | Subrata Banik |
2024-03-19 | soc/intel/xeon_sp: Drop RMRR entry for USB | Patrick Rudolph |
2024-03-17 | commonlib: list: Include <stdint.h> | Julius Werner |
2024-03-15 | treewide: Move stdlib.h to commonlib | Maximilian Brune |
2024-03-13 | cbfs: Remove broken remnants of PAYLOAD_INFO feature | Julius Werner |
2024-03-08 | drivers/intel/fsp2_0: Add limited to 32-bits FSP 2.4 support | Jeremy Compostella |
2024-02-24 | treewide: Move list.h to commonlib | Maximilian Brune |
2024-02-08 | commonlib: Change GCD function to always use 64 bits | Julius Werner |
2024-02-02 | commonlib: Add assembly optimization for ipchksum() on x86 | Julius Werner |
2024-02-02 | commonlib: Add assembly optimization for ipchksum() on arm64 | Julius Werner |
2024-02-02 | lib: Move IP checksum to commonlib | Julius Werner |
2024-01-24 | acpi,arch,commonlib: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-22 | commonlib/bsd/compiler.h: Define __section(section) macro | Yu-Ping Wu |
2023-12-20 | commonlib/bsd: Tag CBMEM IDs deprecated for crashlog | Pratikkumar Prajapati |
2023-12-06 | vendorcode/amd/opensil: Add initial setup and API calls | Arthur Heymans |
2023-12-06 | commonlib/bsd: Use tabs instead of whitespaces | Varshit Pandya |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-11-04 | commonlib: Add GCD function | Yidi Lin |
2023-11-02 | commonlib/fsp_relocate: Fix potential NULL pointer dereference | Jeremy Compostella |
2023-10-06 | cbfs: Restore 32-bit padding in cbfs_header | Ivan Jager |
2023-10-04 | {commonlib, libpayload}: Add "has_external_display" in coreboot table | Subrata Banik |
2023-09-25 | commonlib: Make CBMEM_ID_CSE_BP_INFO little endian, fix id for string | Subrata Banik |
2023-09-23 | commonlib: Add CBMEM ID to store CSE Boot Partition Info | Krishna Prasad Bhat |
2023-09-13 | soc/intel/cmd/blk/cse: Shorten CBMEM field name for better alignment | Dinesh Gehlot |
2023-09-08 | arch to drivers/intel: Fix misspellings & capitalization issues | Martin Roth |
2023-08-29 | commonlib: Add ELOG_TYPE_FW_SPLASH_SCREEN eventLog | Subrata Banik |
2023-08-25 | commonlib: Add PSR backup eventlog types | Krishna Prasad Bhat |
2023-08-18 | commonlib: Remove unused CBMEM ID | Subrata Banik |
2023-08-18 | soc/intel/cmn/cse: Refactor CSE RW FW Version implementation | Subrata Banik |
2023-08-17 | soc/intel: Update all references to ESE as ISSE | Usha P |
2023-08-14 | commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles | Martin Roth |
2023-08-05 | commonlib/fsp_relocate: Fix pe_relocate() return value on success | Jeremy Compostella |
2023-08-01 | commonlib/tpm_log_serialized.h: Use C99 flexible arrays | Elyes Haouas |
2023-08-01 | commonlib/timestamp_serialized.h: Use C99 flexible arrays | Elyes Haouas |
2023-07-31 | commonlib/bsd/cbfs_serialized.h: Use C99 flexible arrays | Elyes Haouas |
2023-07-30 | include/commonlib/bsd/mem_chip_info.h: Use C99 flexible arrays | Elyes Haouas |
2023-07-30 | commonlib/fsp_relocate.c: Use C99 flexible arrays | Elyes Haouas |
2023-07-30 | commonlib/coreboot_tables.h: Use C99 flexible arrays | Elyes Haouas |
2023-07-04 | util/cbmem: add parsing of TPM logs per specs | Sergii Dmytruk |
2023-06-25 | commonlib/post_codes.h: Fix POST_EXIT_PCI_SCAN_BUS description | lilacious |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-06-23 | {commonlib/drivers}: Have option to store MRC version inside CBMEM | Subrata Banik |
2023-06-06 | soc/intel/common/crashlog: Add support for IOE die | Pratikkumar Prajapati |
2023-05-28 | commonlib/bsd/tpm_log_defs.h: replace macro with enum | Himanshu Sahdev |
2023-05-15 | commonlib: compiler.h: Add __printf macro | Jeremy Compostella |
2023-04-21 | {commonlib, soc/intel/cmn/cse}: Store CSE firmware version into CBMEM | Subrata Banik |
2023-04-04 | commonlib: Add new "DMU load completed" TS | Bora Guvendik |
2023-04-03 | commonlib/coreboot_tables.h: Fix typo in enum type name | Angel Pons |
2023-04-02 | commonlib/coreboot_tables.h: Replace spaces with tabs | Angel Pons |
2023-03-04 | security/tpm: add TPM log format as per 2.0 spec | Sergii Dmytruk |
2023-03-04 | security/tpm: add TPM log format as per 1.2 spec | Sergii Dmytruk |
2023-03-03 | lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED | Jonathan Zhang |
2023-02-16 | commonlib/bsd, libpayload: Do not include helpers.h in stddef.h | Thomas Heijligen |
2023-02-08 | commonlib/storage: Add attach callback to sdhci_ctrlr | Shelley Chen |
2023-02-07 | bsd/cb_err: Add error code for UEFI variable store | Patrick Rudolph |
2023-02-07 | src: Move POST_BOOTBLOCK_CAR to common postcodes and use it | Martin Roth |
2023-02-02 | commonlib: Add ELOG_TYPE_FW_EARLY_SOL eventLog type | Tarun Tuli |
2023-01-16 | commonlib/storage: Add common eMMC functions | Shelley Chen |
2023-01-14 | commonlib/storage: fix int-to-pointer-cast error | Shelley Chen |
2023-01-11 | security/tpm: make tspi/crtm.c agnostic to log format | Sergii Dmytruk |
2023-01-11 | treewide: stop calling custom TPM log "TCPA" | Sergii Dmytruk |
2023-01-07 | vc/google: Add and use POST_CODE_CLEAR definition | Martin Roth |
2022-12-22 | coreboot_tables: Make existing alignment conventions more explicit | Julius Werner |
2022-12-15 | mem_chip_info: Fix potential overflow | Julius Werner |
2022-12-12 | commonlib/clamp.h: Add more clamping functions | Angel Pons |
2022-12-09 | mem_chip_info: Update to new format | Julius Werner |
2022-12-06 | drivers/intel/fsp2_0: Update MRC cache in ramstage | Reka Norman |
2022-12-05 | commonlib: Add essential comments for ELOG_CROS_DIAG_RESULT | Hsuan Ting Chen |
2022-11-25 | commonlib/fsp_relocate.c: Fix cbfstool build on 32-bit host | Werner Zeh |
2022-11-22 | src/commonlib: Remove unnecessary space after casts | Elyes Haouas |
2022-11-17 | commonlib/storage/sdhci.c: Remove "ERROR: " from log message | Elyes Haouas |
2022-11-12 | device & commonlib: Update pci_scan_bus postcodes | Martin Roth |
2022-11-10 | /: Remove "ERROR: "/"WARNING: " prefixes from log messages | Elyes Haouas |
2022-11-08 | arch/x86 & commonlib: Add macros for postcodes used in x86/tables | Martin Roth |
2022-11-04 | commonlib: Fix AMD MP2 BUFFER id | Martin Roth |
2022-10-29 | commonlib...cbmem_id.h: Add AMD STB buffer IDs for CBMEM | Martin Roth |
2022-10-26 | src/commonlib: Clean up includes | Elyes Haouas |
2022-10-26 | util/cbfstool: Check for metadata hash in verstage | Karthikeyan Ramasubramanian |
2022-10-26 | coreboot_tables: Drop uart PCI addr | Arthur Heymans |
2022-10-14 | util/elogtool: Add support for parsing CrOS diagnostics log | Hsuan Ting Chen |
2022-09-24 | commonlib/fsp_relocate: add PE32 section support | Eddie Vas |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-08-17 | commonlib/clamp.h: Relicense file to be BSD-compatible | Angel Pons |
2022-08-07 | commonlib/timestamp_serialized: Add comment explaining "ignore for x86" | Reka Norman |
2022-08-06 | util/elogtool: Mark redundant boot mode event type as `deprecated` | Subrata Banik |
2022-08-03 | commonlib: Add support for rational number approximation | Vinod Polimera |
2022-08-02 | vc/google/elog: Record vboot FW boot information into elog | Subrata Banik |
2022-07-28 | commonlib: compiler.h: Use non-concise comment style | Paul Menzel |
2022-07-17 | commonlib: compiler.h: Improve wording in comment | Paul Menzel |
2022-07-14 | commonlib: Substitude macro "__unused" in compiler.h | Bill XIE |
2022-07-04 | treewide: Unify Google branding | Jon Murphy |
2022-06-30 | commonlib: Add CBMEM tag id for CSE FW Update | Krishna Prasad Bhat |
2022-06-30 | commonlib: Handle DIR64 relocation type in FSP relocation code | Sridhar Siricilla |
2022-06-12 | soc/mediatek: pass access mode to the payload | Wenbin Mei |
2022-06-07 | commonlib: Clean up compiler.h | Julius Werner |
2022-06-06 | drivers/amd/agesa: Don't save regular boot MTRR to flash | Arthur Heymans |