binman: Move 'special properties' docs to README.entries
This information should be in the entry it relates to, not in the main README. Move it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
34967c2618
commit
f069303852
|
|
@ -462,17 +462,6 @@ see README.entries. This is generated from the source code using:
|
||||||
binman -E >tools/binman/README.entries
|
binman -E >tools/binman/README.entries
|
||||||
|
|
||||||
|
|
||||||
Special properties
|
|
||||||
------------------
|
|
||||||
|
|
||||||
Some entries support special properties, documented here:
|
|
||||||
|
|
||||||
u-boot-with-ucode-ptr:
|
|
||||||
optional-ucode: boolean property to make microcode optional. If the
|
|
||||||
u-boot.bin image does not include microcode, no error will
|
|
||||||
be generated.
|
|
||||||
|
|
||||||
|
|
||||||
Order of image creation
|
Order of image creation
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -524,6 +524,9 @@ Entry: u-boot-with-ucode-ptr: U-Boot with embedded microcode pointer
|
||||||
|
|
||||||
Properties / Entry arguments:
|
Properties / Entry arguments:
|
||||||
- filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
|
- filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
|
||||||
|
- optional-ucode: boolean property to make microcode optional. If the
|
||||||
|
u-boot.bin image does not include microcode, no error will
|
||||||
|
be generated.
|
||||||
|
|
||||||
See Entry_u_boot_ucode for full details of the three entries involved in
|
See Entry_u_boot_ucode for full details of the three entries involved in
|
||||||
this process. This entry updates U-Boot with the offset and size of the
|
this process. This entry updates U-Boot with the offset and size of the
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@ class Entry_u_boot_with_ucode_ptr(Entry_blob):
|
||||||
|
|
||||||
Properties / Entry arguments:
|
Properties / Entry arguments:
|
||||||
- filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
|
- filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
|
||||||
|
- optional-ucode: boolean property to make microcode optional. If the
|
||||||
|
u-boot.bin image does not include microcode, no error will
|
||||||
|
be generated.
|
||||||
|
|
||||||
See Entry_u_boot_ucode for full details of the three entries involved in
|
See Entry_u_boot_ucode for full details of the three entries involved in
|
||||||
this process. This entry updates U-Boot with the offset and size of the
|
this process. This entry updates U-Boot with the offset and size of the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue