[coreboot] Patch merged into filo/master: a6adc2f Add function to convert grub arguments to unix style argc/argv

gerrit at coreboot.org gerrit at coreboot.org
Fri Nov 9 20:08:08 CET 2012


the following patch was just integrated into master:
commit a6adc2f9744284a99ffcc03e69aee342fd661819
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Tue Mar 13 10:24:32 2012 +0100

    Add function to convert grub arguments to unix style argc/argv
    
    This provides a function to_argc_argv() to split a single string
    into argc/argv for easier consumption by getopt(). It honors double
    quotes, but doesn't handle \" (ie. escaped quotes) - they are
    treated like separate tokens.
    
    Change-Id: I28f408de8727c6bd2d098db24f05b04acc91eaea
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
    Reviewed-on: http://review.coreboot.org/1808
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

Build-Tested: build bot (Jenkins) at Fri Nov  9 08:10:47 2012, giving +1
See http://review.coreboot.org/1808 for details.

-gerrit




More information about the coreboot mailing list