aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/README.entries
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-10-20 21:31:36 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-11-02 18:00:51 +0800
commit998d1482cdf980c083cdd95078fd86b53f963c41 (patch)
tree550e950584aa3a2a21518b8dd42d05b0cfe09ec6 /tools/binman/README.entries
parentbc6a88fafef7c9a844136b1f4a8d25b8e79a2b31 (diff)
downloadu-boot-998d1482cdf980c083cdd95078fd86b53f963c41.zip
u-boot-998d1482cdf980c083cdd95078fd86b53f963c41.tar.gz
u-boot-998d1482cdf980c083cdd95078fd86b53f963c41.tar.bz2
binman: Add support for Intel FSP-T
This entry is used to hold an Intel FSP-T (Firmware Support Package Temp-RAM init) binary. Add support for this in binman. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools/binman/README.entries')
-rw-r--r--tools/binman/README.entries16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/binman/README.entries b/tools/binman/README.entries
index 0c0c967..1099433 100644
--- a/tools/binman/README.entries
+++ b/tools/binman/README.entries
@@ -461,6 +461,22 @@ See README.x86 for information about x86 binary blobs.
+Entry: intel-fsp-t: Entry containing Intel Firmware Support Package (FSP) temp ram init
+---------------------------------------------------------------------------------------
+
+Properties / Entry arguments:
+ - filename: Filename of file to read into entry
+
+This file contains a binary blob which is used on some devices to set up
+temporary memory (Cache-as-RAM or CAR). U-Boot executes this code in TPL so
+that it has access to memory for its stack and initial storage.
+
+An example filename is 'fsp_t.bin'
+
+See README.x86 for information about x86 binary blobs.
+
+
+
Entry: intel-ifwi: Entry containing an Intel Integrated Firmware Image (IFWI) file
----------------------------------------------------------------------------------