Bin Meng
4b9f6a669e
x86: Use struct mrc_region to describe a mrc region
...
Currently struct fmap_entry is used to describe a mrc region.
However this structure contains some other fields that are not
related to mrc cache and causes confusion. Besides, it does not
include a base address field to store SPI flash's base address.
Instead in the mrccache.c it tries to use CONFIG_ROM_SIZE to
calculate the SPI flash base address, which unfortunately is
not 100% correct as CONFIG_ROM_SIZE may not match the whole
SPI flash size.
Define a new struct mrc_region and use it instead.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-10-21 07:46:27 -06:00
..
2015-08-14 03:24:21 -06:00
2015-08-26 07:54:06 -07:00
2015-08-05 08:44:06 -06:00
2015-10-21 07:46:26 -06:00
2015-07-28 10:36:25 -06:00
2015-09-16 19:53:53 -06:00
2015-10-21 07:46:25 -06:00
2015-08-14 09:50:13 -06:00
2011-04-13 19:43:28 +10:00
2015-08-26 07:54:13 -07:00
2014-11-25 06:34:00 -07:00
2015-04-29 21:02:33 -06:00
2012-11-28 11:40:03 -08:00
2014-10-28 20:43:58 -06:00
2011-04-13 19:43:28 +10:00
2011-04-13 19:43:28 +10:00
2013-07-24 09:44:38 -04:00
2015-03-28 09:03:08 -04:00
2013-07-24 09:44:38 -04:00
2015-07-14 18:03:15 -06:00
2015-08-05 08:44:07 -06:00
2015-10-21 07:46:25 -06:00
2015-08-05 08:44:05 -06:00
2011-04-13 19:43:28 +10:00
2015-08-14 09:50:10 -06:00
2015-06-04 03:32:08 -06:00
2014-11-21 07:24:10 +01:00
2014-11-25 06:34:02 -07:00
2015-08-26 07:54:12 -07:00
2015-08-26 07:54:07 -07:00
2015-07-28 10:36:21 -06:00
2014-12-08 09:35:46 -05:00
2015-07-14 18:03:17 -06:00
2011-04-13 19:43:28 +10:00
2015-08-14 03:24:21 -06:00
2013-07-24 09:44:38 -04:00
2015-07-14 18:03:17 -06:00
2014-12-15 07:22:53 -07:00
2015-07-14 18:03:16 -06:00
2015-07-28 10:36:24 -06:00
2015-10-21 07:46:27 -06:00
2015-04-30 16:13:50 -06:00
2015-04-30 16:13:46 -06:00
2015-07-28 10:36:22 -06:00
2015-07-28 10:36:22 -06:00
2015-04-29 18:51:49 -06:00
2014-12-13 22:32:05 -07:00
2011-04-13 19:43:28 +10:00
2014-12-13 22:32:05 -07:00
2011-04-13 19:43:28 +10:00
2015-04-30 16:13:38 -06:00
2015-07-28 10:36:21 -06:00
2015-08-05 08:42:40 -06:00
2013-07-24 09:44:38 -04:00
2015-04-29 21:02:33 -06:00
2015-04-30 16:13:38 -06:00
2015-10-21 07:46:26 -06:00
2014-11-25 06:34:02 -07:00
2012-01-02 03:58:46 +11:00
2015-07-14 18:03:17 -06:00
2015-04-30 16:13:50 -06:00
2015-08-05 08:44:07 -06:00
2015-08-14 03:24:21 -06:00
2013-07-24 09:44:38 -04:00
2011-04-13 19:43:28 +10:00
2015-10-21 07:46:25 -06:00