summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2017-03-28chromeos: Remove old MOCK_TPM referencesJulius Werner
2017-03-23cr50: add unmarshaling of vendor commands and process 'enable_update'Vadim Bendebury
2017-03-15src/lib: Clean up general issues found by checkpatch.plLee Leahy
2017-03-15src/lib: Move assignment out of if conditionLee Leahy
2017-03-13src/lib: Remove semicolon from end of macroLee Leahy
2017-03-13src/lib: Remove unnecessary codeLee Leahy
2017-03-13src/lib: Move asmlinkage before typeLee Leahy
2017-03-13src/lib: Fix brace positionsLee Leahy
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2017-03-13src/lib: Fix spacingLee Leahy
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2017-03-12src/lib: Remove space between function name and (Lee Leahy
2017-03-12src/lib: Move trailing statements to next lineLee Leahy
2017-03-09vboot/tpm2: enable nvmem commits on cr50 when writing firmware secdataAaron Durbin
2017-03-09lib/tpm2_marshaling: fix in correct buffer space semanticsAaron Durbin
2017-03-09src/lib: Add space before (Lee Leahy
2017-03-09src/lib: Remove braces for single statementsLee Leahy
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2017-03-09src/lib: Add "int" following "unsigned"Lee Leahy
2017-03-09src/lib: Remove spaces after ( and before )Lee Leahy
2017-02-10ddr3 spd: move accessor code into lib/spd_bin.cPatrick Georgi
2017-02-08cbmem_console: Remove "buffer_" prefix from all structure fieldsJulius Werner
2017-01-31src/lib: Update Makefile to keep build/spd.bin rule privateMartin Roth
2017-01-20lb_tables: make lb_mainboard and lb_strings record sizes 64-bit alignedRonald G. Minnich
2017-01-12google/chromeos: disable platform hierarchy on resume for TPM2Aaron Durbin
2017-01-06arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin
2016-12-14lib/spd_bin: Check return code & remove dead codeNaresh G Solanki
2016-12-13pc80: Move set_boot_successful()Kyösti Mälkki
2016-12-10cbfs: Add API to locate a file from specific regionPratik Prajapati
2016-12-08bootstate: add arch specific hook at coreboot exitAaron Durbin
2016-12-08lib: add region file supportAaron Durbin
2016-12-08lib/compute_ip_checksum: mark data buffer as constAaron Durbin
2016-12-07lib: Add time stamp when starting to finalize chipsPaul Menzel
2016-12-01lib/nhlt: add support for setting the oem_revisionAaron Durbin
2016-12-01lib: put romstage_handoff implementation in own compilation unitAaron Durbin
2016-12-01romstage_handoff: add helper to determine resume statusAaron Durbin
2016-11-30lib: Add library to handle SPD data in CBFS or DIMMNaresh G Solanki
2016-11-29Hook up libhwbase in ramstageNico Huber
2016-11-18intel post-car: Increase stacktop alignmentKyösti Mälkki
2016-11-16vboot: TPM2 - report attempts to re-create NVRAM spacesVadim Bendebury
2016-11-14lib/tpm2: do not create all NVRAM spaces with the same set of attributesVadim Bendebury
2016-11-11lib/tlcl: Ensure tlcl library is initialized only onceFurquan Shaikh
2016-11-10TPM: Add TPM driver files to romstageFurquan Shaikh
2016-11-09ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki
2016-11-08quick_ram_check: Remove reference to RAMBASEKyösti Mälkki
2016-11-06Add option to use Ada code in ramstageNico Huber
2016-10-31lib/prog_loaders: use common ramstage_cache_invalid()Aaron Durbin
2016-10-31lib/program.ld: add .sdata sectionsAaron Durbin
2016-10-07soc/intel/apollolake: Implement stage cache to improve resume timeBrandon Breitenstein
2016-10-06arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass