index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
mrccache.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
x86: Remove <common.h> and add needed includes
Tom Rini
2023-07-17
x86: Convert some debug statements to use logging
Simon Glass
2023-05-11
x86: mrc: Correct SPL debug message
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-06-02
x86: mrccache: Allow use before driver model is active
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-03-05
x86: Correct error return value in mrccache_get_region()
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-15
x86: Don't export mrccache_update()
Simon Glass
2019-12-15
x86: Add mrccache support for a 'variable' cache
Simon Glass
2019-12-15
x86: Update mrccache to support multiple caches
Simon Glass
2019-12-15
x86: Tidy up error handling in mrccache_save()
Simon Glass
2019-12-15
x86: Add a new global_data member for the cache record
Simon Glass
2019-12-15
x86: Adjust mrccache_get_region() to support get_mmap()
Simon Glass
2019-12-15
x86: Adjust mrccache_get_region() to use livetree
Simon Glass
2019-12-15
x86: Correct mrccache find_next_mrc_cache() calculation
Simon Glass
2019-10-11
x86: Add a function to find the size of an mrccache record
Simon Glass
2019-05-08
x86: mrccache: Add more debugging
Simon Glass
2019-05-08
x86: Support saving MRC data from SPL
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-10-11
x86: mrccache: Fix error handling in mrccache_get_region()
Simon Glass
2016-01-24
x86: Don't show an error when the MRC cache is up to date
Simon Glass
2015-10-21
x86: Use struct mrc_region to describe a mrc region
Bin Meng
2015-10-21
x86: Add more common routines to manipulate mrc cache
Bin Meng
2015-10-21
x86: Add various minor tidy-ups in mrccache codes
Bin Meng
2015-10-21
x86: Do sanity test on the cache record in mrccache_update()
Bin Meng
2015-10-21
x86: Move mrccache.[c|h] to a common place
Bin Meng