]> git.ipfire.org Git - thirdparty/u-boot.git/history - arch/x86/include/asm/mrccache.h
x86: mrccache: Allow use before driver model is active
[thirdparty/u-boot.git] / arch / x86 / include / asm / mrccache.h
2020-06-02  Simon Glassx86: mrccache: Allow use before driver model is active
2020-01-08  Tom RiniMerge tag 'u-boot-imx-20200108' of https://gitlab.denx...
2020-01-08  Tom RiniMerge tag 'u-boot-amlogic-20200108' of https://gitlab...
2020-01-07  Tom RiniMerge tag 'u-boot-imx-20200107' of https://gitlab.denx...
2020-01-07  Tom RiniMerge tag 'u-boot-atmel-2020.04-a' of https://gitlab...
2020-01-06  Tom RiniMerge branch 'next'
2019-12-18  Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
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