summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* chromeos: Add timestamps to measure VPD read timesJulius Werner2016-01-271-0/+3
* commonlib/: Add missing license headersMartin Roth2016-01-182-0/+26
* commonlib: Add function to hash contents of a CBFS region.Aaron Durbin2016-01-062-5/+165
* commonlib/cbfs: Add type ids for empty filesPatrick Georgi2016-01-061-0/+2
* commonlib: Prepare code to be included in cbfstool builds.Aaron Durbin2016-01-064-10/+19
* commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin2016-01-063-0/+237
* commonlib: Add function to compute relative offsets from two region_devices.Aaron Durbin2016-01-062-0/+19
* cbfs/vboot: remove firmware component supportAaron Durbin2015-12-101-2/+8
* commonlib/cbmem_id.h: Add CBMEM_ID_HOB_POINTER to CBMEM_ID_TO_NAME_TABLEBen Gardner2015-11-231-0/+1
* intel: Add MMA feature in corebootPratik Prajapati2015-11-202-0/+4
* vendorcode/google/chromeos: Cache VPD data into CBMEMHung-Te Lin2015-11-192-0/+3
* commonlib: Remove unused static function.zbao2015-11-091-6/+0
* arm64: remove spin table supportAaron Durbin2015-11-071-2/+0
* cbmem: add coreboot table records for each cbmem entryAaron Durbin2015-11-031-0/+13
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3112-48/+0
* commonlib/region: add xlate_region_deviceAaron Durbin2015-10-292-0/+76
* vboot: prepare for x86 verstageAaron Durbin2015-10-111-0/+2
* commonlib/helpers.h: handle interaction with other environmentsAaron Durbin2015-10-021-4/+10
* fsp1_1: move relocation algorithm to commonlibAaron Durbin2015-10-023-0/+590
* commonlib: add endian related accessor functionsAaron Durbin2015-09-221-0/+261
* coreboot: introduce commonlibAaron Durbin2015-09-2213-0/+1634