mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
4b9f6a669e
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> |
||
---|---|---|
.. | ||
bd82x6x.c | ||
car.S | ||
cpu.c | ||
early_init.c | ||
early_me.c | ||
gma.c | ||
gma.h | ||
Kconfig | ||
lpc.c | ||
Makefile | ||
me_status.c | ||
microcode_intel.c | ||
model_206ax.c | ||
northbridge.c | ||
pch.c | ||
pci.c | ||
report_platform.c | ||
sata.c | ||
sdram.c | ||
usb_ehci.c | ||
usb_xhci.c |