summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
* commonlib/region: expose subregion helper functionAaron Durbin2017-12-152-7/+10
* commonlib: Add timestamp codes for AGESAMartin Roth2017-12-111-0/+32
* boardid: Add helpers to read sku_id strapping into coreboot tablesJulius Werner2017-12-071-0/+1
* boardid: Minor clean up and standardizationJulius Werner2017-12-071-9/+3
* riscv: Remove config string supportJonathan Neuschäfer2017-12-022-261/+0
* commonlib/helpers.h: Include stddef.hJonathan Neuschäfer2017-11-041-0/+4
* LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33Ronald G. Minnich2017-10-291-13/+13
* arch/x86: restore forwarding table on resume for EARLY_EBDA_INITAaron Durbin2017-10-181-0/+2
* commonlib: Consistently spell *romstage* without spacePaul Menzel2017-09-271-1/+1
* sb/intel/bd82x6x: Add time-stamp around ME DRAM updateNathaniel Roach2017-09-131-0/+8
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-136-18/+24
* riscv: Update the gcc built-in macro __riscv__wxjstz2017-07-011-1/+1
* commonlib/storage: Zero extend MMC capacityLee Leahy2017-06-271-1/+1
* arch/x86/ebda: Change memcpy() to endian wrappersRyan Salsamendi2017-06-201-0/+6
* commonlib/storage: Fix MMC buildLee Leahy2017-06-201-0/+2
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-1222-0/+4236
* commonlib: Add ID for STORAGE_DATALee Leahy2017-04-281-0/+2
* include: Add xmalloc, xzmalloc and dma routinesLee Leahy2017-04-251-0/+74
* commonlib/helpers: Add helper macro for member_sizeFurquan Shaikh2017-04-241-0/+3
* commonlib: add input and output buffer helpersAaron Durbin2017-04-243-0/+591
* commonlib: Wrap lines at 80 columnsLee Leahy2017-03-132-5/+6
* commonlib: Remove space after *Lee Leahy2017-03-101-1/+1
* commonlib: Fix issues with { } and elseLee Leahy2017-03-103-8/+4
* commonlib: Wrap lines at 80 columnsLee Leahy2017-03-101-11/+11
* commonlib: Fix spacing issuesLee Leahy2017-03-102-12/+12
* commonlib/fsp.h: include sys/types.h for ssize_tJonathan Neuschäfer2017-02-221-0/+1
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* commonlib: provide incoherent region deviceAaron Durbin2016-12-082-0/+102
* lib: Add time stamp when starting to finalize chipsPaul Menzel2016-12-071-0/+2
* soc/intel/common: Add suppport for Extended VBTAbhay Kumar2016-12-021-1/+3
* soc/intel/common: Add save/restore for variable MRC dataAndrey Petrov2016-11-301-0/+2
* commonlib/include: remove NEED_VB20_INTERNALSAaron Durbin2016-11-191-2/+0
* commonlib: Add new cbmem id for EC_HOSTEVENTFurquan Shaikh2016-11-141-1/+3
* riscv: start to use the configstring functionsRonald G. Minnich2016-11-121-2/+1
* riscv: bring in the configstring parsing functions from UCBRonald G. Minnich2016-11-122-0/+263
* drivers/intel/fsp2_0: track end of firmware notificationsAaron Durbin2016-11-121-1/+6
* commonlib: move DIV_ROUND macros from nvidia/tegraArthur Heymans2016-09-071-0/+16
* commonlib: update fsp_relocate to make it compatible with UEFI 2.6Brandon Breitenstein2016-09-021-2/+9
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+1
* commonlib: cbfs: Add CBFS attribute supportJulius Werner2016-08-273-1/+113
* commonlib/region: allow empty mmap()/munmap() in region_device_opsAaron Durbin2016-08-151-0/+6
* commonlib/region: make buffer argument const for writeatAaron Durbin2016-08-082-7/+7
* cbmem: share additional time stamps IDsAntonello Dettori2016-07-201-0/+96
* drivers/intel/fsp2_0: load and relocate FSPS in cbmemAaron Durbin2016-07-191-0/+1
* commonlib: fix 'AFTER CAR' spacing to align with othersAaron Durbin2016-07-191-1/+1
* region: Add writeat and eraseat supportAntonello Dettori2016-06-242-22/+220
* src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copyBenjamin Barenblat2016-06-241-9/+13
* commonlib/region: Add helpers for dynamic initialization of region devFurquan Shaikh2016-06-212-0/+34
* commonlib/region: Rename XLATE region device init macroFurquan Shaikh2016-06-211-1/+1
* commonlib/lz4: Avoid unaligned memory access on RISC-VJonathan Neuschäfer2016-05-311-0/+5