summaryrefslogtreecommitdiffstats
path: root/src/lib/imd.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-241-1/+0
* lib/imd: move struct definitions to a new header fileJakub Czapiga2020-10-191-31/+2
* lib/imd: Prohibit removing imd_entry covering root regionJan Dabros2020-08-261-0/+4
* lib/imd: Fix imdr_recover for small regionsJan Dabros2020-08-261-3/+2
* lib/imd: Improve check to filter out 0-size imd_entriesJan Dabros2020-08-261-1/+1
* lib/imd: Add an extra check for root_sizeJan Dabros2020-08-261-3/+4
* include/imd: Improve API documentationJan Dabros2020-08-261-1/+0
* lib/imd: Remove redundant code in imd.cAnna Karas2020-08-261-3/+0
* src/lib: Fix a mistake in a comment in imd.cAnna Karas2020-08-261-1/+1
* src/lib: Remove unused function parameters in imd.cAnna Karas2020-08-041-8/+7
* src/lib: Remove redundant code in imd.cAnna Karas2020-07-111-3/+0
* 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
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* include: Make stdbool.h a separate fileJulius Werner2019-11-181-0/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-3/+4
* src/lib: Remove unnecessary codeLee Leahy2017-03-131-1/+1
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-1/+2
* src/lib: Fix spacingLee Leahy2017-03-131-1/+1
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* cbmem: add coreboot table records for each cbmem entryAaron Durbin2015-11-031-0/+44
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* imd: don't recover on limit == 0Aaron Durbin2015-05-111-0/+3
* coreboot: tiered imdAaron Durbin2015-04-221-127/+347
* coreboot: add imd libraryAaron Durbin2015-04-221-0/+481