diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2008-09-08 14:56:49 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 15:54:10 +0200 |
commit | f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764 (patch) | |
tree | 0d12b55208085a94dad89b10086173be362c8ffd /doc/uImage.FIT | |
parent | 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a (diff) | |
download | u-boot-f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764.tar.gz |
Add support for booting of INTEGRITY operating system uImages
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'doc/uImage.FIT')
-rw-r--r-- | doc/uImage.FIT/source_file_format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt index 1e30d22005..157936ed53 100644 --- a/doc/uImage.FIT/source_file_format.txt +++ b/doc/uImage.FIT/source_file_format.txt @@ -169,7 +169,7 @@ the '/images' node should have the following layout: - os : OS name, mandatory for type="kernel", valid OS names are: "openbsd", "netbsd", "freebsd", "4_4bsd", "linux", "svr4", "esix", "solaris", "irix", "sco", "dell", "ncr", "lynxos", "vxworks", "psos", "qnx", "u_boot", - "rtems", "unity". + "rtems", "unity", "integrity". - arch : Architecture name, mandatory for types: "standalone", "kernel", "firmware", "ramdisk" and "fdt". Valid architecture names are: "alpha", "arm", "i386", "ia64", "mips", "mips64", "ppc", "s390", "sh", "sparc", |