summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dannenberg2018-08-31 13:09:00 -0500
committerAndreas Dannenberg2018-09-13 13:43:39 -0500
commit00f62b3e8b3b02a17b8d08686f1a907d6a395ff9 (patch)
tree95775d7d1f7902a2e9a64d2a6039a46ceb1c3929 /.gitignore
downloadk3-image-gen-00f62b3e8b3b02a17b8d08686f1a907d6a395ff9.tar.gz
k3-image-gen-00f62b3e8b3b02a17b8d08686f1a907d6a395ff9.tar.xz
k3-image-gen-00f62b3e8b3b02a17b8d08686f1a907d6a395ff9.zip
Introduce framework to build SYSFW and config data into an ITB
In order to be able to consume system firmware (SYSFW) as well as the associated configuration data from the boot media introduce a framework that allows building the SYSFW image itself as well as the different domain-specific configuration fragments (board, pm, rm, and sec) into an image tree blob (ITB) file called sysfw.itb. To establish a known-good starting point for development and testing use U-Boot commit 7501705610 ("arm: K3: am654: Update board config for v2018.07a enforcement in 2018.08 release of sysfw") as a baseline for the AM654x board configuration data. Furthermore integrate SYSFW v2018.08b as released on 09/12/2018 by way of download URL. See included README.md for a more complete description. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..2c247622e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
1*.o
2*.bin
3*.its
4*.itb