aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/148_intel_fit_missing.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-24 07:22:50 -0600
committerSimon Glass <sjg@chromium.org>2019-10-15 08:40:02 -0600
commit5af1207ec96e101e893605c0074205472f794982 (patch)
tree44591fc66eb9d21437e70c511880100f522264a0 /tools/binman/test/148_intel_fit_missing.dts
parent5e239183f62cc3740bf775e5204591cea5bf02ae (diff)
downloadu-boot-5af1207ec96e101e893605c0074205472f794982.zip
u-boot-5af1207ec96e101e893605c0074205472f794982.tar.gz
u-boot-5af1207ec96e101e893605c0074205472f794982.tar.bz2
binman: Add support for Intel FIT
A Firmware Image Table (FIT) is a data structure defined by Intel which contains information about various things needed by the SoC, such as microcode. Add support for this entry as well as the pointer to it. The contents of FIT are fixed at present. Future work is needed to support adding microcode, etc. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test/148_intel_fit_missing.dts')
-rw-r--r--tools/binman/test/148_intel_fit_missing.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/binman/test/148_intel_fit_missing.dts b/tools/binman/test/148_intel_fit_missing.dts
new file mode 100644
index 0000000..388c76b
--- /dev/null
+++ b/tools/binman/test/148_intel_fit_missing.dts
@@ -0,0 +1,17 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ end-at-4gb;
+ size = <0x80>;
+
+ u-boot {
+ };
+
+ intel-fit-ptr {
+ };
+ };
+};