summaryrefslogtreecommitdiffstats
path: root/src/lib/fmap.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Use accessor functions for struct region fieldsNico Huber2024-01-141-4/+4
* fmap: Map less space in fallback path without CBFS verificationJulius Werner2023-11-131-1/+2
* fmap: Eliminate some impossible code pathsJulius Werner2023-11-071-6/+10
* fmap: Die immediately on verification failureJulius Werner2023-11-071-1/+3
* fmap: Map full FMAP for verification in fallback pathJulius Werner2023-11-071-1/+1
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-4/+2
* FMAP: Refactor CBMEM hookKyösti Mälkki2022-04-261-5/+11
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-3/+3
* src/lib/fmap.c: use le*toh() functions where neededKrystian Hebel2021-10-271-6/+8
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-211-7/+7
* lib/fmap: Add null parameters handlingJakub Czapiga2020-12-111-0/+6
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-031-6/+21
* lib/fmap: add ENV_SMM check to setup_preram_cacheJosie Nordrum2020-09-141-0/+4
* lib: Update fmap cache error for psp_verstageMartin Roth2020-08-211-3/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+0
* fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner2019-12-111-10/+0
* lib/fmap.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-15/+9
* lib/fmap: Disable pre-RAM cache for FSP 1.0Julius Werner2019-11-191-4/+7
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-30/+89
* region: add rdev_chain_full()Aaron Durbin2019-11-111-2/+1
* fmap: Add get_fmap_flash_offset()Furquan Shaikh2019-09-271-1/+6
* lib/fmap: Cache FMAP in cbmemPatrick Rudolph2019-09-231-0/+62
* lib/fmap: Add area read/write functionsT Michael Turney2019-04-231-0/+22
* lib/fmap: provide RW region device supportAaron Durbin2016-08-191-0/+10
* lib: remove FLASHMAP_OFFSET config variableAaron Durbin2016-05-111-1/+3
* FMAP: Clean up debug outputDuncan Laurie2016-02-131-7/+12
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreboot: introduce commonlibAaron Durbin2015-09-221-1/+1
* fmap: publish find_fmap_directory()Patrick Georgi2015-07-141-1/+1
* fmap: Introduce new function to derive fmap name from offset/sizePatrick Georgi2015-07-141-0/+43
* fmap: new API using region_deviceAaron Durbin2015-05-261-0/+119