[coreboot-gerrit] Patch merged into coreboot/master: AMD Binary PI: Fix the build when the user's group has a space

gerrit at coreboot.org gerrit at coreboot.org
Mon Aug 17 03:51:37 CEST 2015


the following patch was just integrated into master:
commit c08acf7f700f9e9cb221a96ec856ef7d28cdf2dd
Author: Dan Christensen <opello at opello.org>
Date:   Sat Aug 15 11:05:04 2015 -0500

    AMD Binary PI: Fix the build when the user's group has a space
    
    When the user's primary group contains a space ls -l and awk get the
    wrong value for the file size.  This results in padding the
    coreboot_psp_directory_combine_pubkey.bin file too much which ultimately
    means RtmPubSigned.key can not be placed at the necessary offset.
    
    Changing from ls -l to ls -ln seemed like the most minimal,
    POSIX-friendly way to effect this change.
    
    Change-Id: Icbeaad476753924626adb6de53dc9a30052d91a6
    Signed-off-by: Dan Christensen <opello at opello.org>
    Reviewed-on: http://review.coreboot.org/11242
    Tested-by: build bot (Jenkins)
    Reviewed-by: Zheng Bao <zheng.bao at amd.com>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


See http://review.coreboot.org/11242 for details.

-gerrit



More information about the coreboot-gerrit mailing list