
Hi Simon,
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass sjg@chromium.org wrote:
This is left out of the example memory map. Add it to avoid confusion.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
doc/README.x86 | 1 + 1 file changed, 1 insertion(+)
diff --git a/doc/README.x86 b/doc/README.x86 index a38cc1b..42169d8 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -308,6 +308,7 @@ Offset Description Controlling config 6f0000 MRC cache CONFIG_ENABLE_MRC_CACHE 700000 u-boot-dtb.bin CONFIG_SYS_TEXT_BASE 790000 vga.bin CONFIG_VGA_BIOS_ADDR +7a0000 mrc.bin CONFIG_X86_MRC_ADDR
This is for MinnowMax board but it does not require mrc.bin. So this patch is not necessary.
7c0000 fsp.bin CONFIG_FSP_ADDR 7f8000 <spare> (depends on size of fsp.bin) 7ff800 U-Boot 16-bit boot CONFIG_SYS_X86_START16
Regards, Bin