summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-137-32/+36
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-068-39/+39
* lib/spd_bin: Use proper I2C addressesNico Huber2017-06-291-2/+0
* lib/coreboot_tables: Zero framebuffer structureDuncan Laurie2017-06-271-1/+1
* cr50: process uninitialized values gracefullyVadim Bendebury2017-06-212-1/+17
* Add support for Undefined Behavior SanitizerRyan Salsamendi2017-06-142-0/+364
* cbmem_console: Fix undefined behaviorRyan Salsamendi2017-06-141-1/+1
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-132-0/+66
* lib/spd_bin: Print out correct SMBus SPD address in dump_spd_infoFurquan Shaikh2017-06-091-1/+1
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* lib/coreboot_tables: Remove weak fill_lb_framebuffer()Nico Huber2017-06-041-6/+1
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-4/+6
* lib/edid: Split out fill_lb_framebuffer()Nico Huber2017-05-304-70/+102
* lib/spd_bin: make SMBus SPD addresses an inputAaron Durbin2017-05-271-1/+1
* cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner2017-05-181-2/+2
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-182-15/+16
* lib/edid: Save the display ASCII stringArthur Heymans2017-05-031-2/+4
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-031-16/+17
* lib/edid.c: Allow use of when not NGIArthur Heymans2017-05-031-1/+1
* cbmem_console: Document known reimpementations of console structure/APIJulius Werner2017-04-261-0/+10
* drivers/i2c/tpm: use iobuf library for marshaling commandsAaron Durbin2017-04-243-406/+265
* Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner2017-04-201-139/+71
* src/lib/jpeg: Fix missing closing braceYouness Alaoui2017-03-291-0/+1
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-3/+3
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-2/+2
* chromeos: Remove old MOCK_TPM referencesJulius Werner2017-03-282-147/+0
* cr50: add unmarshaling of vendor commands and process 'enable_update'Vadim Bendebury2017-03-233-10/+53
* src/lib: Clean up general issues found by checkpatch.plLee Leahy2017-03-155-6/+6
* src/lib: Move assignment out of if conditionLee Leahy2017-03-152-13/+23
* src/lib: Remove semicolon from end of macroLee Leahy2017-03-131-3/+3
* src/lib: Remove unnecessary codeLee Leahy2017-03-134-5/+2
* src/lib: Move asmlinkage before typeLee Leahy2017-03-132-2/+2
* src/lib: Fix brace positionsLee Leahy2017-03-138-48/+70
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-1321-240/+496
* src/lib: Fix spacingLee Leahy2017-03-1312-44/+50
* src/lib: Use tabs instead of spacesLee Leahy2017-03-1320-1583/+1518
* src/lib: Remove space between function name and (Lee Leahy2017-03-126-336/+336
* src/lib: Move trailing statements to next lineLee Leahy2017-03-123-35/+91
* vboot/tpm2: enable nvmem commits on cr50 when writing firmware secdataAaron Durbin2017-03-093-0/+66
* lib/tpm2_marshaling: fix in correct buffer space semanticsAaron Durbin2017-03-091-1/+1
* src/lib: Add space before (Lee Leahy2017-03-0915-31/+31
* src/lib: Remove braces for single statementsLee Leahy2017-03-0910-46/+23
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-0910-33/+33
* src/lib: Add "int" following "unsigned"Lee Leahy2017-03-099-81/+81
* src/lib: Remove spaces after ( and before )Lee Leahy2017-03-094-10/+10
* ddr3 spd: move accessor code into lib/spd_bin.cPatrick Georgi2017-02-102-2/+46
* cbmem_console: Remove "buffer_" prefix from all structure fieldsJulius Werner2017-02-081-24/+24
* src/lib: Update Makefile to keep build/spd.bin rule privateMartin Roth2017-01-311-0/+2
* lb_tables: make lb_mainboard and lb_strings record sizes 64-bit alignedRonald G. Minnich2017-01-201-4/+4
* google/chromeos: disable platform hierarchy on resume for TPM2Aaron Durbin2017-01-124-10/+57