[coreboot] Patch merged into coreboot/master: 0af03d2 Refactor the endianness conversion functions and header files.

gerrit at coreboot.org gerrit at coreboot.org
Thu Nov 8 19:49:52 CET 2012


the following patch was just integrated into master:
commit 0af03d24f816ae1e7f1610cf40d6a23c32dbd470
Author: Gabe Black <gabeblack at google.com>
Date:   Mon Mar 19 03:06:46 2012 -0700

    Refactor the endianness conversion functions and header files.
    
    The endianness of an architecture is now set up automatically using Kconfig
    and some common code. The available conversion functions were also expanded
    to go to or from a particular endianness. Those use the abbreviation le or be
    for little or big endian.
    
    Built for Stumpy and saw coreinfo cbfs support work which uses network
    byte order. Used the functions which convert to little endian to implement an
    AHCI driver. The source arch is also little endian, so they were effectively
    (and successfully) inert.
    
    Change-Id: I3a2d2403855b3e0e93fa34f45e8e542b3e5afeac
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: http://review.coreboot.org/1719
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

Build-Tested: build bot (Jenkins) at Wed Nov  7 12:57:18 2012, giving +1
See http://review.coreboot.org/1719 for details.

-gerrit




More information about the coreboot mailing list