summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin2020-07-041-0/+1
* cbmem: Remove IDs for TSEG and BERTMarshall Dawson2020-06-221-4/+0
* src: Substitute `__FUNCTION__` with `__func__`Angel Pons2020-06-211-2/+2
* drivers/intel/fsp2_0: Add FSP 2.2 specific supportSubrata Banik2020-06-141-0/+2
* cbmem_id: Add CBMEM ID for early DRAM usageFurquan Shaikh2020-06-131-0/+2
* commonlib: Add CBFS_TYPE_BOOTBLOCKWim Vervoorn2020-06-021-0/+1
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-4/+0
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-111-26/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1142-42/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* commonlib/region: Add region_overlapPatrick Rudolph2020-05-081-0/+7
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0620-220/+20
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-0613-13/+26
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0620-40/+20
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/commonlib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0419-228/+38
* helpers: Add a helper macro for calculating power of 2Furquan Shaikh2020-03-301-0/+2
* nb/intel/sandybridge: Rewrite get_FRQAngel Pons2020-03-261-0/+22
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* commonlib/cbfs.c: Remove unused macroElyes HAOUAS2020-03-111-3/+0
* lz4: Fix out-of-bounds readsAlex Rebert2020-03-022-0/+4
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-241-6/+6
* src/commonlib: Fix typosElyes HAOUAS2020-02-243-3/+3
* src: capitalize 'RAM'Elyes HAOUAS2020-02-241-2/+2
* vboot: push clear recovery mode switch until BS_WRITE_TABLESJoel Kitching2020-02-171-1/+1
* commonlib/cbfs.h: Correct spelling error in commentMarshall Dawson2020-02-041-1/+1
* commonlib: Add commonlib/bsdJulius Werner2020-01-2812-274/+198
* include/commonlib: Fix typosElyes HAOUAS2020-01-101-2/+2
* src/commonlib/storage: Fix typosElyes HAOUAS2020-01-103-3/+3
* commonlib/fsp_relocate: Fix typosElyes HAOUAS2019-12-191-2/+2
* storage/mmc: Fix wrong frequency setting for HS speed modeBora Guvendik2019-12-191-0/+1
* Drop ROMCC code and header guardsArthur Heymans2019-12-192-15/+1
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* src: Add missing include <stdlib.h>Elyes HAOUAS2019-12-031-0/+1
* commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-7/+6
* security/vboot/sync_ec: Add timestampsTim Wawrzynczak2019-11-201-0/+9
* {drivers,mainboard}: Move FSP logo support to fsp1_1Frans Hendriks2019-11-141-0/+1
* region: publicize region_end() and add region_device_end()Aaron Durbin2019-11-112-5/+10
* region: add rdev_chain_full()Aaron Durbin2019-11-112-4/+9
* commonlib: Use __builtin_offsetof with supported compilersAlex James2019-11-051-4/+4
* commonlib/helpers: Add alloca() macroTim Wawrzynczak2019-10-301-0/+4
* cbmem: Add IDs for TSEG and BERT table dataMarshall Dawson2019-10-201-0/+4
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-0/+1
* device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-6/+2
* lib/fmap: Cache FMAP in cbmemPatrick Rudolph2019-09-232-1/+4
* AUTHORS: Move src/commonlib copyrights into AUTHORS fileMartin Roth2019-09-1041-152/+54
* commonlib/region: Fix up overflow check in region_is_subregion()Julius Werner2019-08-191-2/+2
* lib/edid: Add suport for display rotationNicolas Boichat2019-08-081-0/+13
* vboot: deprecate vboot_handoff structureJoel Kitching2019-07-232-2/+2