[coreboot-gerrit] Patch merged into coreboot/master: cbfstool: don't use endian to fix BSD hosts

gerrit at coreboot.org gerrit at coreboot.org
Mon Sep 21 19:10:30 CET 2015


the following patch was just integrated into master:
commit 4b93a4f47a7457162d1be20eeffe57f81d5cd6af
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Sep 21 13:10:13 2015 -0500

    cbfstool: don't use endian to fix BSD hosts
    
    endian.h lives in under sys on the BSDs. Replace htole32() with
    swab32(htonl(..)) as a proxy for little endian operations.
    
    Change-Id: I84a88f6882b6c8f14fb089e4b629e916386afe4d
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/11695
    Tested-by: build bot (Jenkins)
    Reviewed-by: Idwer Vollering <vidwer at gmail.com>
    Reviewed-by: Jonathan A. Kollasch <jakllsch at kollasch.net>


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

-gerrit



More information about the coreboot-gerrit mailing list