summaryrefslogtreecommitdiff
path: root/arch/x86/lib/mrccache.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Convert some debug statements to use loggingSimon Glass1-2/+4
2023-05-11x86: mrc: Correct SPL debug messageSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-06-02x86: mrccache: Allow use before driver model is activeSimon Glass1-10/+25
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-05x86: Correct error return value in mrccache_get_region()Simon Glass1-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-15x86: Don't export mrccache_update()Simon Glass1-2/+14
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass1-1/+2
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-30/+58
2019-12-15x86: Tidy up error handling in mrccache_save()Simon Glass1-12/+7
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass1-6/+5
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass1-4/+14
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass1-29/+26
2019-12-15x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass1-4/+14
2019-10-11x86: Add a function to find the size of an mrccache recordSimon Glass1-7/+8
2019-05-08x86: mrccache: Add more debuggingSimon Glass1-4/+12
2019-05-08x86: Support saving MRC data from SPLSimon Glass1-9/+27
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-10-11x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass1-3/+5
2016-01-24x86: Don't show an error when the MRC cache is up to dateSimon Glass1-1/+5
2015-10-21x86: Use struct mrc_region to describe a mrc regionBin Meng1-10/+17
2015-10-21x86: Add more common routines to manipulate mrc cacheBin Meng1-0/+89
2015-10-21x86: Add various minor tidy-ups in mrccache codesBin Meng1-8/+6
2015-10-21x86: Do sanity test on the cache record in mrccache_update()Bin Meng1-0/+3
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng1-0/+156