summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-071-5/+12
* chromeos: Simplify fill_lb_gpios even furtherJulius Werner2016-04-051-8/+34
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-024-3/+15
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-241-24/+21
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-232-3/+33
* gpio: Add support for binary_first base3 number systemJulius Werner2016-03-221-2/+47
* lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin2016-03-221-0/+3
* cbmem: Fix cbmem_add_bootmem()Andrey Petrov2016-03-111-3/+3
* cbmem: Add utility to get memory region occupied by cbmemAlexandru Gagniuc2016-03-101-1/+8
* src/lib/trace.c: Make address size genericMartin Roth2016-03-101-1/+1
* lib: Implement framework for retrieving WiFi regulatory domainFelix Durairaj2016-03-082-0/+23
* lib/bootblock: provide SoC callback parity with mainboardAaron Durbin2016-02-261-0/+2
* lib/memrange: avoid shadow object declarationsAaron Durbin2016-02-261-2/+2
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-224-44/+69
* fsp_baytrail: Add full support for iosf access in reg_scriptWerner Zeh2016-02-221-7/+10
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+3
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-191-0/+3
* lib: Add Kconfig to toggle boot state debuggingLee Leahy2016-02-181-12/+13
* FMAP: Clean up debug outputDuncan Laurie2016-02-131-7/+12
* lzma: Port size-checking ulzman() version to corebootJulius Werner2016-02-124-12/+22
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-122-15/+31
* lib/prog_loaders.c: remove arch/stages.h includeAaron Durbin2016-02-111-1/+0
* timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regionsJulius Werner2016-02-111-5/+10
* nhlt: add api to override oem_id and oem_table_id of acpi_header_tFang, Yang A2016-02-091-2/+20
* chromeos: Remove CONFIG_VBNV_SIZE variableDuncan Laurie2016-02-091-1/+2
* lib: add bootmode.c to verstageAaron Durbin2016-02-041-0/+1
* lib: Support UNCOMPRESSED_RAMSTAGELee Leahy2016-02-031-1/+3
* lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macroJean Lucas2016-02-021-1/+1
* Provide a gcc-safe zero pointerPatrick Georgi2016-01-281-0/+4
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-7/+7
* arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCKAaron Durbin2016-01-231-5/+2
* lib/memrange: allow stack allocated free listAaron Durbin2016-01-231-24/+33
* lib: compile mdelay for romstagePatrick Georgi2016-01-221-1/+1
* lib/Makefile.inc: Link hexdump.c in the bootblock as wellAlexandru Gagniuc2016-01-221-0/+1
* lib/hexdump: Refactor to skip lines with all ones as wellAlexandru Gagniuc2016-01-221-20/+25