summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/mrccache.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Don't export mrccache_update()Simon Glass2019-12-151-2/+14
* x86: Add mrccache support for a 'variable' cacheSimon Glass2019-12-151-1/+2
* x86: Update mrccache to support multiple cachesSimon Glass2019-12-151-30/+58
* x86: Tidy up error handling in mrccache_save()Simon Glass2019-12-151-12/+7
* x86: Add a new global_data member for the cache recordSimon Glass2019-12-151-6/+5
* x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass2019-12-151-4/+14
* x86: Adjust mrccache_get_region() to use livetreeSimon Glass2019-12-151-29/+26
* x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass2019-12-151-4/+14
* x86: Add a function to find the size of an mrccache recordSimon Glass2019-10-111-7/+8
* x86: mrccache: Add more debuggingSimon Glass2019-05-081-4/+12
* x86: Support saving MRC data from SPLSimon Glass2019-05-081-9/+27
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass2016-10-111-3/+5
* x86: Don't show an error when the MRC cache is up to dateSimon Glass2016-01-241-1/+5
* x86: Use struct mrc_region to describe a mrc regionBin Meng2015-10-211-10/+17
* x86: Add more common routines to manipulate mrc cacheBin Meng2015-10-211-0/+89
* x86: Add various minor tidy-ups in mrccache codesBin Meng2015-10-211-8/+6
* x86: Do sanity test on the cache record in mrccache_update()Bin Meng2015-10-211-0/+3
* x86: Move mrccache.[c|h] to a common placeBin Meng2015-10-211-0/+156