summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2017-08-04lib/cbmem: provide optional cbmem top initialization hookAaron Durbin
2017-08-03lib/cbmem: use globals for non CAR global migration platformsAaron Durbin
2017-08-03lib/cbmem: remove cbmem_region_used()Aaron Durbin
2017-08-03lib/imd_cbmem: remove unused #includeAaron Durbin
2017-08-03lib/imd_cbmem: remove unused funcitonAaron Durbin
2017-07-30lib/program.ld: Guard .id section placementNico Huber
2017-07-27timestamp: Apply factor to recorded stampsKyösti Mälkki
2017-07-26Port cmos.default handling to C environment bootblockNico Huber
2017-07-25src/lib: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-24Fix files with multiple newlines at the end.Martin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-06src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-29lib/spd_bin: Use proper I2C addressesNico Huber
2017-06-27lib/coreboot_tables: Zero framebuffer structureDuncan Laurie
2017-06-21cr50: process uninitialized values gracefullyVadim Bendebury
2017-06-14Add support for Undefined Behavior SanitizerRyan Salsamendi
2017-06-14cbmem_console: Fix undefined behaviorRyan Salsamendi
2017-06-13Consolidate reset API, add generic reset_prepare mechanismJulius Werner
2017-06-09lib/spd_bin: Print out correct SMBus SPD address in dump_spd_infoFurquan Shaikh
2017-06-07src: change coreboot to lowercaseMartin Roth
2017-06-04lib/coreboot_tables: Remove weak fill_lb_framebuffer()Nico Huber
2017-06-04Kconfig: Add choice of framebuffer modeNico Huber
2017-05-30lib/edid: Split out fill_lb_framebuffer()Nico Huber
2017-05-27lib/spd_bin: make SMBus SPD addresses an inputAaron Durbin
2017-05-18cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner
2017-05-18coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin
2017-05-03lib/edid: Save the display ASCII stringArthur Heymans
2017-05-03lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans
2017-05-03lib/edid.c: Allow use of when not NGIArthur Heymans
2017-04-26cbmem_console: Document known reimpementations of console structure/APIJulius Werner
2017-04-24drivers/i2c/tpm: use iobuf library for marshaling commandsAaron Durbin
2017-04-20Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner
2017-03-29src/lib/jpeg: Fix missing closing braceYouness Alaoui
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
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