The debug FSP image is bigger in size than the normal FSP image. This patch adds a small description on how to use this FSP debug version by changing CONFIG_FSP_ADDR.
Signed-off-by: Stefan Roese <[email protected]> Cc: Bin Meng <[email protected]> Cc: Simon Glass <[email protected]> --- doc/README.x86 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/README.x86 b/doc/README.x86 index 7d694b1..f28605f 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -314,6 +314,10 @@ Offset Description Controlling config Overall ROM image size is controlled by CONFIG_ROM_SIZE. +Note that the debug version of the FSP is bigger in size. If this version +is used, CONFIG_FSP_ADDR needs to be configured to 0xfffb0000 instead of +the default value 0xfffc0000. + --- Intel Galileo instructions for bare mode: -- 2.9.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

