| Commit message (Expand) | Author | Age | Files | Lines |
* | commonlib: Change GCD function to always use 64 bits | Julius Werner | 2024-02-08 | 2 | -3/+3 |
* | commonlib: Add assembly optimization for ipchksum() on x86 | Julius Werner | 2024-02-02 | 1 | -1/+24 |
* | commonlib: Add assembly optimization for ipchksum() on arm64 | Julius Werner | 2024-02-02 | 1 | -0/+25 |
* | lib: Move IP checksum to commonlib | Julius Werner | 2024-02-02 | 3 | -0/+66 |
* | acpi,arch,commonlib: Rename Makefiles from .inc to .mk | Martin Roth | 2024-01-24 | 2 | -0/+0 |
* | commonlib/bsd/compiler.h: Define __section(section) macro | Yu-Ping Wu | 2024-01-22 | 1 | -0/+4 |
* | commonlib/bsd: Tag CBMEM IDs deprecated for crashlog | Pratikkumar Prajapati | 2023-12-20 | 1 | -2/+2 |
* | vendorcode/amd/opensil: Add initial setup and API calls | Arthur Heymans | 2023-12-06 | 1 | -1/+3 |
* | commonlib/bsd: Use tabs instead of whitespaces | Varshit Pandya | 2023-12-06 | 1 | -3/+3 |
* | Allow to build romstage sources inside the bootblock | Arthur Heymans | 2023-11-09 | 1 | -1/+1 |
* | commonlib: Add GCD function | Yidi Lin | 2023-11-04 | 3 | -0/+36 |
* | commonlib/fsp_relocate: Fix potential NULL pointer dereference | Jeremy Compostella | 2023-11-02 | 1 | -9/+3 |
* | cbfs: Restore 32-bit padding in cbfs_header | Ivan Jager | 2023-10-06 | 1 | -1/+1 |
* | {commonlib, libpayload}: Add "has_external_display" in coreboot table | Subrata Banik | 2023-10-04 | 1 | -1/+7 |
* | commonlib: Make CBMEM_ID_CSE_BP_INFO little endian, fix id for string | Subrata Banik | 2023-09-25 | 1 | -2/+2 |
* | commonlib: Add CBMEM ID to store CSE Boot Partition Info | Krishna Prasad Bhat | 2023-09-23 | 1 | -1/+3 |
* | soc/intel/cmd/blk/cse: Shorten CBMEM field name for better alignment | Dinesh Gehlot | 2023-09-13 | 1 | -1/+1 |
* | arch to drivers/intel: Fix misspellings & capitalization issues | Martin Roth | 2023-09-08 | 4 | -4/+4 |
* | commonlib: Add ELOG_TYPE_FW_SPLASH_SCREEN eventLog | Subrata Banik | 2023-08-29 | 1 | -0/+5 |
* | commonlib: Add PSR backup eventlog types | Krishna Prasad Bhat | 2023-08-25 | 1 | -0/+7 |
* | commonlib: Remove unused CBMEM ID | Subrata Banik | 2023-08-18 | 1 | -2/+0 |
* | soc/intel/cmn/cse: Refactor CSE RW FW Version implementation | Subrata Banik | 2023-08-18 | 1 | -1/+3 |
* | soc/intel: Update all references to ESE as ISSE | Usha P | 2023-08-17 | 1 | -2/+2 |
* | commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles | Martin Roth | 2023-08-14 | 1 | -0/+2 |
* | commonlib/fsp_relocate: Fix pe_relocate() return value on success | Jeremy Compostella | 2023-08-05 | 1 | -1/+1 |
* | commonlib/tpm_log_serialized.h: Use C99 flexible arrays | Elyes Haouas | 2023-08-01 | 1 | -1/+1 |
* | commonlib/timestamp_serialized.h: Use C99 flexible arrays | Elyes Haouas | 2023-08-01 | 1 | -1/+1 |
* | commonlib/bsd/cbfs_serialized.h: Use C99 flexible arrays | Elyes Haouas | 2023-07-31 | 1 | -3/+3 |
* | include/commonlib/bsd/mem_chip_info.h: Use C99 flexible arrays | Elyes Haouas | 2023-07-30 | 1 | -1/+1 |
* | commonlib/fsp_relocate.c: Use C99 flexible arrays | Elyes Haouas | 2023-07-30 | 1 | -1/+1 |
* | commonlib/coreboot_tables.h: Use C99 flexible arrays | Elyes Haouas | 2023-07-30 | 1 | -7/+7 |
* | util/cbmem: add parsing of TPM logs per specs | Sergii Dmytruk | 2023-07-04 | 1 | -0/+64 |
* | commonlib/post_codes.h: Fix POST_EXIT_PCI_SCAN_BUS description | lilacious | 2023-06-25 | 1 | -2/+2 |
* | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious | 2023-06-23 | 1 | -61/+61 |
* | {commonlib/drivers}: Have option to store MRC version inside CBMEM | Subrata Banik | 2023-06-23 | 1 | -0/+2 |
* | soc/intel/common/crashlog: Add support for IOE die | Pratikkumar Prajapati | 2023-06-06 | 1 | -0/+1 |
* | commonlib/bsd/tpm_log_defs.h: replace macro with enum | Himanshu Sahdev | 2023-05-28 | 1 | -19/+21 |
* | commonlib: compiler.h: Add __printf macro | Jeremy Compostella | 2023-05-15 | 1 | -0/+4 |
* | {commonlib, soc/intel/cmn/cse}: Store CSE firmware version into CBMEM | Subrata Banik | 2023-04-21 | 1 | -1/+3 |
* | commonlib: Add new "DMU load completed" TS | Bora Guvendik | 2023-04-04 | 1 | -0/+2 |
* | commonlib/coreboot_tables.h: Fix typo in enum type name | Angel Pons | 2023-04-03 | 1 | -1/+1 |
* | commonlib/coreboot_tables.h: Replace spaces with tabs | Angel Pons | 2023-04-02 | 1 | -1/+1 |
* | security/tpm: add TPM log format as per 2.0 spec | Sergii Dmytruk | 2023-03-04 | 1 | -0/+37 |
* | security/tpm: add TPM log format as per 1.2 spec | Sergii Dmytruk | 2023-03-04 | 2 | -3/+45 |
* | lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED | Jonathan Zhang | 2023-03-03 | 1 | -0/+1 |
* | commonlib/bsd, libpayload: Do not include helpers.h in stddef.h | Thomas Heijligen | 2023-02-16 | 2 | -0/+2 |
* | commonlib/storage: Add attach callback to sdhci_ctrlr | Shelley Chen | 2023-02-08 | 3 | -5/+24 |
* | bsd/cb_err: Add error code for UEFI variable store | Patrick Rudolph | 2023-02-07 | 1 | -0/+10 |
* | src: Move POST_BOOTBLOCK_CAR to common postcodes and use it | Martin Roth | 2023-02-07 | 1 | -0/+6 |
* | commonlib: Add ELOG_TYPE_FW_EARLY_SOL eventLog type | Tarun Tuli | 2023-02-02 | 1 | -1/+8 |