Commit f069303852bdfa1303cd5787667bd7924f0482d9

Authored by Simon Glass
1 parent 34967c2618

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>

Showing 3 changed files with 7 additions and 12 deletions Side-by-side Diff

... ... @@ -462,17 +462,6 @@
462 462 binman -E >tools/binman/README.entries
463 463  
464 464  
465   -Special properties
466   -------------------
467   -
468   -Some entries support special properties, documented here:
469   -
470   -u-boot-with-ucode-ptr:
471   - optional-ucode: boolean property to make microcode optional. If the
472   - u-boot.bin image does not include microcode, no error will
473   - be generated.
474   -
475   -
476 465 Order of image creation
477 466 -----------------------
478 467  
tools/binman/README.entries
... ... @@ -524,6 +524,9 @@
524 524  
525 525 Properties / Entry arguments:
526 526 - filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
  527 + - optional-ucode: boolean property to make microcode optional. If the
  528 + u-boot.bin image does not include microcode, no error will
  529 + be generated.
527 530  
528 531 See Entry_u_boot_ucode for full details of the three entries involved in
529 532 this process. This entry updates U-Boot with the offset and size of the
... ... @@ -543,7 +546,7 @@
543 546 - kernelkey: Name of the kernel key to use (inside keydir)
544 547 - preamble-flags: Value of the vboot preamble flags (typically 0)
545 548  
546   -Chromium OS signs the read-write firmware and kernel, writing the signature
  549 +Chromium OS signs the read-write firmware and kernel, writing the signature
547 550 in this block. This allows U-Boot to verify that the next firmware stage
548 551 and kernel are genuine.
549 552  
tools/binman/etype/u_boot_with_ucode_ptr.py
... ... @@ -19,6 +19,9 @@
19 19  
20 20 Properties / Entry arguments:
21 21 - filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
  22 + - optional-ucode: boolean property to make microcode optional. If the
  23 + u-boot.bin image does not include microcode, no error will
  24 + be generated.
22 25  
23 26 See Entry_u_boot_ucode for full details of the three entries involved in
24 27 this process. This entry updates U-Boot with the offset and size of the