summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/cbmem: provide optional cbmem top initialization hookAaron Durbin2017-08-041-0/+21
* lib/cbmem: use globals for non CAR global migration platformsAaron Durbin2017-08-031-12/+18
* lib/cbmem: remove cbmem_region_used()Aaron Durbin2017-08-031-10/+3
* lib/imd_cbmem: remove unused #includeAaron Durbin2017-08-031-3/+0
* lib/imd_cbmem: remove unused funcitonAaron Durbin2017-08-031-7/+0
* lib/program.ld: Guard .id section placementNico Huber2017-07-301-0/+3
* timestamp: Apply factor to recorded stampsKyösti Mälkki2017-07-271-0/+28
* Port cmos.default handling to C environment bootblockNico Huber2017-07-261-0/+1
* src/lib: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-251-1/+1
* Fix files with multiple newlines at the end.Martin Roth2017-07-241-1/+0
* 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