[coreboot] Patch merged into coreboot/master: ba949d3 libpayload: Start using only internal and compiler headers.

gerrit at coreboot.org gerrit at coreboot.org
Wed Mar 13 22:04:45 CET 2013


the following patch was just integrated into master:
commit ba949d32ba97d96422510967df33532dd39e47c0
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Wed Mar 13 13:42:55 2013 -0700

    libpayload: Start using only internal and compiler headers.
    
    When building other payloads with lpgcc the -nostdinc flag was injected into
    CFLAGS, but when building libpayload itself some headers were being used from
    the host system. This change puts -nostdinc into the Makefile and xcompile
    script, fixes up one include path in include/inttypes.h, adds the compiler
    provided include directory to the include search path, and deletes the two now
    redundant stdint.h files.
    
    BUG=None
    TEST=With this and other changes, built libpayload and depthcharge for Daisy,
    Link, and Fox.
    BRANCH=None
    
    Change-Id: Ia7817fceab5297cd82ccc0d392330de0df61980e
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
    Reviewed-on: http://review.coreboot.org/2710
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Build-Tested: build bot (Jenkins) at Wed Mar 13 21:59:46 2013, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer at coreboot.org> at Wed Mar 13 22:04:37 2013, giving +2
See http://review.coreboot.org/2710 for details.

-gerrit



More information about the coreboot mailing list