summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib/version: Correct whitespace alignmentPaul Menzel2016-07-151-7/+7
* tpm2: implement and use pcr_extend commandVadim Bendebury2016-07-143-2/+86
* tpm2: implement locking firmware rollback counterVadim Bendebury2016-07-143-12/+34
* tpm2: fix tpm_write() error reportingVadim Bendebury2016-07-131-4/+4
* tpm2: add tlcl_force_clear and use it before factory initVadim Bendebury2016-07-131-1/+9
* tpm2: use pcr0 dependent nvram space policy definitionsVadim Bendebury2016-07-131-7/+21
* tpm2: add TPM_Clear command processingVadim Bendebury2016-07-132-0/+15
* tpm2: refactor session header marshallingVadim Bendebury2016-07-131-22/+31
* tpm2: clean up tpm_marshal_command()Vadim Bendebury2016-07-131-6/+10
* tpm2: avoid comparison between signed and unsigned intsVadim Bendebury2016-07-132-34/+63
* tpm2: drop unused structuresVadim Bendebury2016-07-131-22/+0
* tpm2: remove unused buffer size definitionVadim Bendebury2016-07-131-1/+1
* lib/selfboot: clear BSS segmentsAaron Durbin2016-07-121-77/+71
* lib/selfboot: remove duplicate prog_set_area()Aaron Durbin2016-07-121-3/+0
* lib/selfboot: don't open code linked list operationsAaron Durbin2016-07-121-12/+19
* tpm2: add marshaling/unmarshaling layerVadim Bendebury2016-07-113-0/+566
* tpm2: implement tlcl layerVadim Bendebury2016-07-113-1/+611
* intel post-car: Consolidate choose_top_of_stack()Kyösti Mälkki2016-07-102-0/+49
* lib/gpio: add pullup & pulldown gpio_base2_value() variantsAaron Durbin2016-07-071-4/+31
* gpio: Add support for translating gpio_t into ACPI pinDuncan Laurie2016-07-021-0/+6
* lib: remove ulzma()Aaron Durbin2016-07-011-5/+0
* lib/nhlt: add helper functions for adding endpointsAaron Durbin2016-06-291-1/+59
* region: Add writeat and eraseat supportAntonello Dettori2016-06-241-1/+2
* lib: Add real-time-clock functionsSimon Glass2016-06-242-0/+155
* lib: Build reg_script for bootblockLee Leahy2016-06-091-0/+1
* lib: Add asmlinkage attribute to bootblock_main_with_timestampLee Leahy2016-06-091-1/+1
* cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIPFurquan Shaikh2016-06-021-1/+1
* lib/hardwaremain: Add \n to "Boot failed" messageJonathan Neuschäfer2016-05-311-1/+1
* program.ld: Don't exclude sbe region from verstageStefan Reinauer2016-05-211-1/+1
* gpio: Add a function to map GPIO to ACPI pathDuncan Laurie2016-05-211-0/+6
* hexstrtobin: Add a library function to decode ASCII hex into binaryDuncan Laurie2016-05-212-0/+45
* lib/bootblock: Provide mechanism to pass in an early timestampAlexandru Gagniuc2016-05-191-4/+14
* lib/timestamp: Do not initialize cache in timestamp_cache_get()Alexandru Gagniuc2016-05-191-3/+0
* lib: remove FLASHMAP_OFFSET config variableAaron Durbin2016-05-112-1/+10
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+2
* lib/prog_loaders: Allow platforms to skip stage cacheFurquan Shaikh2016-05-091-2/+7
* lib/reg_script: Fix bracesStefan Reinauer2016-05-051-1/+2
* lib/reg_script: Add display supportLee Leahy2016-05-041-11/+71
* lib/cbfs: Use fmap derived information about the COREBOOT regionPatrick Georgi2016-05-032-2/+14
* lib/coreboot_table: use the architecture dependent table sizeAaron Durbin2016-05-021-1/+2
* lib/reg_script: Allow multiple independent handlersLee Leahy2016-04-302-19/+12
* lib/regscript: Add exclusive-or (xor) supportLee Leahy2016-04-301-0/+38
* ensure correct byte ordering for cbfs segment listGeorge Trudeau2016-04-251-40/+55
* lib: add common write_tables() implementationAaron Durbin2016-04-211-29/+34
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-211-0/+3
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+2
* lib: add helper for constructing coreboot forwarding tableAaron Durbin2016-04-211-0/+13
* arch/x86: remove low coreboot table supportAaron Durbin2016-04-211-14/+1
* arch: only print cbmem entries in one placeAaron Durbin2016-04-211-0/+3
* program.ld: make sure that zeroptr isn't assigned to debug sectionsPatrick Georgi2016-04-161-3/+1