NoĆ© Rubinstein ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/286

-gerrit

commit 08bf28b8cd1179161edcedd3aedf8ce8c817d690
Author: Noe Rubinstein <[email protected]>
Date:   Tue Oct 11 18:27:58 2011 +0200

    Document CBFStool's behaviour
    
    Change-Id: I8cd905db0297f2b8194de433f79d483964313e4f
    Signed-off-by: Noe Rubinstein <[email protected]>
---
 util/cbfstool/cbfstool.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index bda8cf7..cc9c8e7 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -315,11 +315,18 @@ void usage(void)
             " add-payload FILE NAME [COMP] [base]  Add a payload to the ROM\n"
             " add-stage FILE NAME [COMP] [base]    Add a stage to the ROM\n"
             " create SIZE BOOTBLOCK [ALIGN]        Create a ROM file\n"
-            " locate FILE NAME ALIGN OFFSET        Find a place for a file of 
that size\n"
-            "                                      OFFSET is relative to the 
ROM start.\n"
+            " locate FILE NAME ALIGN [offset]      Find a place for a file of 
that size\n"
             " print                                Show the contents of the 
ROM\n"
             " extract NAME FILE                    Extracts a raw payload from 
ROM\n"
             "\n"
+            "If COMP is l, the component is LZMA-compressed.\n"
+            "\n"
+            "If base is prefixed with a +, it is interpreted as a minimum\n"
+            "offset relative to the start of the ROM for the CBFS file,\n"
+            "including header. If it does not start with a +, it is\n"
+            "interpreted as the exact absolute physical address of the\n"
+            "content of the file when CBFS will be loaded in memory.\n"
+            "\n"
             "TYPEs:\n"
             );
        print_supported_filetypes();

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to