Skip to content
Snippets Groups Projects
Commit 83d9712e authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

x86: Add queensbay fsp patch information in README.x86


The FSP release version 001 for Intel Queensbay has a bug which
could cause random endless loop during the FspInit call. This bug
was published by Intel although Intel did not describe any details.
Describe this information in the x86 doc so that U-Boot Queensbay
support is invulnerable.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 0eb9dc76
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,13 @@ in this FSP package too. ...@@ -105,6 +105,13 @@ in this FSP package too.
Rename the first one to fsp.bin and second one to cmc.bin and put them in the Rename the first one to fsp.bin and second one to cmc.bin and put them in the
board directory. board directory.
Note the FSP release version 001 has a bug which could cause random endless
loop during the FspInit call. This bug was published by Intel although Intel
did not describe any details. We need manually apply the patch to the FSP
binary using any hex editor (eg: bvi). Go to the offset 0x1fcd8 of the FSP
binary, change the following five bytes values from orginally E8 42 FF FF FF
to B8 00 80 0B 00.
Now you can build U-Boot and obtain u-boot.rom Now you can build U-Boot and obtain u-boot.rom
$ make crownbay_defconfig $ make crownbay_defconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment