summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/gpio: add pullup & pulldown gpio_base2_value() variantsAaron Durbin2016-07-071-4/+31
* gpio: Add support for translating gpio_t into ACPI pinDuncan Laurie2016-07-021-0/+6
* lib: remove ulzma()Aaron Durbin2016-07-011-5/+0
* lib/nhlt: add helper functions for adding endpointsAaron Durbin2016-06-291-1/+59
* region: Add writeat and eraseat supportAntonello Dettori2016-06-241-1/+2
* lib: Add real-time-clock functionsSimon Glass2016-06-242-0/+155
* lib: Build reg_script for bootblockLee Leahy2016-06-091-0/+1
* lib: Add asmlinkage attribute to bootblock_main_with_timestampLee Leahy2016-06-091-1/+1
* cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIPFurquan Shaikh2016-06-021-1/+1
* lib/hardwaremain: Add \n to "Boot failed" messageJonathan Neuschäfer2016-05-311-1/+1
* program.ld: Don't exclude sbe region from verstageStefan Reinauer2016-05-211-1/+1
* gpio: Add a function to map GPIO to ACPI pathDuncan Laurie2016-05-211-0/+6
* hexstrtobin: Add a library function to decode ASCII hex into binaryDuncan Laurie2016-05-212-0/+45
* lib/bootblock: Provide mechanism to pass in an early timestampAlexandru Gagniuc2016-05-191-4/+14
* lib/timestamp: Do not initialize cache in timestamp_cache_get()Alexandru Gagniuc2016-05-191-3/+0
* lib: remove FLASHMAP_OFFSET config variableAaron Durbin2016-05-112-1/+10
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+2
* 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