summaryrefslogtreecommitdiff
path: root/arch/x86/lib/mrccache.c
AgeCommit message (Expand)Author
2020-03-05x86: Correct error return value in mrccache_get_region()Simon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-15x86: Don't export mrccache_update()Simon Glass
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass
2019-12-15x86: Tidy up error handling in mrccache_save()Simon Glass
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass
2019-12-15x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass
2019-10-11x86: Add a function to find the size of an mrccache recordSimon Glass
2019-05-08x86: mrccache: Add more debuggingSimon Glass
2019-05-08x86: Support saving MRC data from SPLSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-10-11x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass
2016-01-24x86: Don't show an error when the MRC cache is up to dateSimon Glass
2015-10-21x86: Use struct mrc_region to describe a mrc regionBin Meng
2015-10-21x86: Add more common routines to manipulate mrc cacheBin Meng
2015-10-21x86: Add various minor tidy-ups in mrccache codesBin Meng
2015-10-21x86: Do sanity test on the cache record in mrccache_update()Bin Meng
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng