[coreboot-gerrit] Patch merged into coreboot/master: 2cccacf w83627hf/acpi: Fix endianess error in floppy drive enumeration code

gerrit at coreboot.org gerrit at coreboot.org
Wed Jul 10 02:54:01 CEST 2013


the following patch was just integrated into master:
commit 2cccacff900908a76a1e2d9016a46283490e06f5
Author: Christoph Grenz <christophg+cb at grenz-bonn.de>
Date:   Thu Jul 4 02:51:42 2013 +0200

    w83627hf/acpi: Fix endianess error in floppy drive enumeration code
    
    The enumeration results are stored as five DWORDs in one 20 byte buffer.
    Bytes 3, 7, 11 and 15 were used to set the lowest bit of each DWORD.
    ACPI uses little endian, so 1, 4, 8 and 12 are the correct indices.
    
    Change-Id: I793225cb1bb62fd148ecfa1e61e02f5d7be62cdb
    Signed-off-by: Christoph Grenz <christophg+cb at grenz-bonn.de>
    Reviewed-on: http://review.coreboot.org/3602
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


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

-gerrit



More information about the coreboot-gerrit mailing list