x86: Don't export mrccache_update()
[oweals/u-boot.git] / arch / x86 / include / asm / mrccache.h
2019-12-15 Simon Glassx86: Don't export mrccache_update()
2019-12-15 Simon Glassx86: Add mrccache support for a 'variable' cache
2019-12-15 Simon Glassx86: Update mrccache to support multiple caches
2019-12-15 Simon Glassx86: Reduce mrccache record alignment size
2019-06-10 Tom RiniMerge tag 'u-boot-atmel-fixes-2019.07-a' of git://git...
2019-05-15 Tom RiniMerge tag 'u-boot-stm32-mcu-20190514' of https://github...
2019-05-09 Tom RiniMerge tag 'rockchip-for-v2019.07-rc1' of git://git...
2019-05-09 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2019-05-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-05-08 Tom RiniMerge git://git.denx.de/u-boot-x86
2019-05-08 Simon Glassx86: Support saving MRC data from SPL
2018-05-09 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-07 Tom RiniSPDX: Convert all of our single license tags to Linux...
2015-10-23 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2015-10-22 Tom RiniMerge git://git.denx.de/u-boot-x86
2015-10-21 Bin Mengx86: Use struct mrc_region to describe a mrc region
2015-10-21 Bin Mengx86: Add more common routines to manipulate mrc cache
2015-10-21 Bin Mengx86: Add various minor tidy-ups in mrccache codes
2015-10-21 Bin Mengx86: Do sanity test on the cache record in mrccache_upd...
2015-10-21 Bin Mengx86: Move mrccache.[c|h] to a common place