summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbfstool/fsp: Rename fsp1_1_relocateFurquan Shaikh2016-05-113-7/+15
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+15
* ensure correct byte ordering for cbfs segment listGeorge Trudeau2016-04-251-5/+5
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-232-0/+6
* lz4_wrapper: Use __asm__ rather than asm.Vladimir Serbinenko2016-03-051-1/+1
* cbfs: Fix compiler error for gcc versions < 4.6Werner Zeh2016-02-251-1/+1
* commonlib/lz4_wrapper: Use correct casts to ensure valid calculationsPaul Menzel2016-02-241-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-226-0/+515
* x86: add coreboot table entry for TSC infoAaron Durbin2016-02-191-0/+8
* commonlib: move uefi includes out of commonlib includesStefan Reinauer2016-02-022-16/+14