x86: Correct error return value in mrccache_get_region()
[oweals/u-boot.git] / arch / x86 / lib / mrccache.c
2020-03-05 Simon Glassx86: Correct error return value in mrccache_get_region()
2020-02-11 Tom RiniMerge tag 'dm-pull-6feb20' of https://gitlab.denx.de...
2020-02-06 Simon Glassdm: core: Create a new header file for 'compat' features
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: Tidy up error handling in mrccache_save()
2019-12-15 Simon Glassx86: Add a new global_data member for the cache record
2019-12-15 Simon Glassx86: Adjust mrccache_get_region() to support get_mmap()
2019-12-15 Simon Glassx86: Adjust mrccache_get_region() to use livetree
2019-12-15 Simon Glassx86: Correct mrccache find_next_mrc_cache() calculation
2019-10-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2019-10-14 Tom RiniMerge tag 'mmc-10-10-2019' of https://gitlab.denx.de...
2019-10-12 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-11 Simon Glassx86: Add a function to find the size of an mrccache...
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: mrccache: Add more debugging
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...
2016-10-13 Tom RiniMerge branch 'master' of git.denx.de/u-boot-mmc
2016-10-13 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-10-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-10-11 Simon Glassx86: mrccache: Fix error handling in mrccache_get_region()
2016-01-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2016-01-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2016-01-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-01-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2016-01-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2016-01-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-imx
2016-01-24 Simon Glassx86: Don't show an error when the MRC cache is up to...
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