aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2016-07-26lib: Don't require ULZMA compression for postcarLee Leahy
2016-07-26src/lib: Enable display of cbmem during romstage and postcarLee Leahy
2016-07-25lib/bootmode: Use newly-add recovery moduleFurquan Shaikh
2016-07-25vboot: Clean up vboot codeFurquan Shaikh
2016-07-20tpm2_tlcl: Use signed integer for tpm2_marshal_command return valueDuncan Laurie
2016-07-19lib: provide memrange library in romstageAaron Durbin
2016-07-15AGESA: Use common romstage ram stackKyösti Mälkki
2016-07-15lib/version: Correct whitespace alignmentPaul Menzel
2016-07-14tpm2: implement and use pcr_extend commandVadim Bendebury
2016-07-14tpm2: implement locking firmware rollback counterVadim Bendebury
2016-07-13tpm2: fix tpm_write() error reportingVadim Bendebury
2016-07-13tpm2: add tlcl_force_clear and use it before factory initVadim Bendebury
2016-07-13tpm2: use pcr0 dependent nvram space policy definitionsVadim Bendebury
2016-07-13tpm2: add TPM_Clear command processingVadim Bendebury
2016-07-13tpm2: refactor session header marshallingVadim Bendebury
2016-07-13tpm2: clean up tpm_marshal_command()Vadim Bendebury
2016-07-13tpm2: avoid comparison between signed and unsigned intsVadim Bendebury
2016-07-13tpm2: drop unused structuresVadim Bendebury
2016-07-13tpm2: remove unused buffer size definitionVadim Bendebury
2016-07-12lib/selfboot: clear BSS segmentsAaron Durbin
2016-07-12lib/selfboot: remove duplicate prog_set_area()Aaron Durbin
2016-07-12lib/selfboot: don't open code linked list operationsAaron Durbin
2016-07-11tpm2: add marshaling/unmarshaling layerVadim Bendebury
2016-07-11tpm2: implement tlcl layerVadim Bendebury
2016-07-10intel post-car: Consolidate choose_top_of_stack()Kyösti Mälkki
2016-07-07lib/gpio: add pullup & pulldown gpio_base2_value() variantsAaron Durbin
2016-07-02gpio: Add support for translating gpio_t into ACPI pinDuncan Laurie
2016-07-01lib: remove ulzma()Aaron Durbin
2016-06-29lib/nhlt: add helper functions for adding endpointsAaron Durbin
2016-06-24region: Add writeat and eraseat supportAntonello Dettori
2016-06-24lib: Add real-time-clock functionsSimon Glass
2016-06-09lib: Build reg_script for bootblockLee Leahy
2016-06-09lib: Add asmlinkage attribute to bootblock_main_with_timestampLee Leahy
2016-06-02cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIPFurquan Shaikh
2016-05-31lib/hardwaremain: Add \n to "Boot failed" messageJonathan Neuschäfer
2016-05-21program.ld: Don't exclude sbe region from verstageStefan Reinauer
2016-05-21gpio: Add a function to map GPIO to ACPI pathDuncan Laurie
2016-05-21hexstrtobin: Add a library function to decode ASCII hex into binaryDuncan Laurie
2016-05-19lib/bootblock: Provide mechanism to pass in an early timestampAlexandru Gagniuc
2016-05-19lib/timestamp: Do not initialize cache in timestamp_cache_get()Alexandru Gagniuc
2016-05-11lib: remove FLASHMAP_OFFSET config variableAaron Durbin
2016-05-09coreboot_tables: Extend serial port descriptionLee Leahy
2016-05-09lib/prog_loaders: Allow platforms to skip stage cacheFurquan Shaikh
2016-05-05lib/reg_script: Fix bracesStefan Reinauer
2016-05-04lib/reg_script: Add display supportLee Leahy
2016-05-03lib/cbfs: Use fmap derived information about the COREBOOT regionPatrick Georgi
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-04-30lib/reg_script: Allow multiple independent handlersLee Leahy
2016-04-30lib/regscript: Add exclusive-or (xor) supportLee Leahy
2016-04-25ensure correct byte ordering for cbfs segment listGeorge Trudeau
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21lib: add helper for constructing coreboot forwarding tableAaron Durbin
2016-04-21arch/x86: remove low coreboot table supportAaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-16program.ld: make sure that zeroptr isn't assigned to debug sectionsPatrick Georgi
2016-04-07edid: Make framebuffer row alignment configurableJulius Werner
2016-04-05chromeos: Simplify fill_lb_gpios even furtherJulius Werner
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-03-24edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-22gpio: Add support for binary_first base3 number systemJulius Werner
2016-03-22lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin
2016-03-11cbmem: Fix cbmem_add_bootmem()Andrey Petrov
2016-03-10cbmem: Add utility to get memory region occupied by cbmemAlexandru Gagniuc
2016-03-10src/lib/trace.c: Make address size genericMartin Roth
2016-03-08lib: Implement framework for retrieving WiFi regulatory domainFelix Durairaj
2016-02-26lib/bootblock: provide SoC callback parity with mainboardAaron Durbin
2016-02-26lib/memrange: avoid shadow object declarationsAaron Durbin
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-22fsp_baytrail: Add full support for iosf access in reg_scriptWerner Zeh
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-18lib: Add Kconfig to toggle boot state debuggingLee Leahy
2016-02-13FMAP: Clean up debug outputDuncan Laurie
2016-02-12lzma: Port size-checking ulzman() version to corebootJulius Werner
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-02-11lib/prog_loaders.c: remove arch/stages.h includeAaron Durbin
2016-02-11timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regionsJulius Werner
2016-02-09nhlt: add api to override oem_id and oem_table_id of acpi_header_tFang, Yang A
2016-02-09chromeos: Remove CONFIG_VBNV_SIZE variableDuncan Laurie
2016-02-04lib: add bootmode.c to verstageAaron Durbin
2016-02-03lib: Support UNCOMPRESSED_RAMSTAGELee Leahy
2016-02-02lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macroJean Lucas
2016-01-28Provide a gcc-safe zero pointerPatrick Georgi
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-23arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCKAaron Durbin
2016-01-23lib/memrange: allow stack allocated free listAaron Durbin
2016-01-22lib: compile mdelay for romstagePatrick Georgi
2016-01-22lib/Makefile.inc: Link hexdump.c in the bootblock as wellAlexandru Gagniuc
2016-01-22lib/hexdump: Refactor to skip lines with all ones as wellAlexandru Gagniuc
2016-01-21memlayout: Fix unified CBFS_CACHE macroJulius Werner
2016-01-21*/Makefile.inc: Compile files needed by uart8250 in x86 bootblockAlexandru Gagniuc
2016-01-20lib: compile mdelay for bootblockPatrick Georgi
2016-01-15lib: NHLT ACPI table supportAaron Durbin
2016-01-07Correct some common spelling mistakesMartin Roth
2016-01-06commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin
2015-12-10lib: remove assets infrastructureAaron Durbin
2015-12-10cbfs/vboot: remove firmware component supportAaron Durbin