[coreboot-gerrit] Patch merged into coreboot/master: 2d072d4 northbridge/amd/gx2, lx: Treat MSR constant as unsigned long

gerrit at coreboot.org gerrit at coreboot.org
Wed Dec 10 07:06:41 CET 2014


the following patch was just integrated into master:
commit 2d072d415b98804a3cbef5d2478050497b3e7a3d
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sun Dec 7 03:03:08 2014 +1100

    northbridge/amd/gx2,lx: Treat MSR constant as unsigned long
    
    Clang complains that a signed shift result (0x210000000)
    requires 35 bits to represent, but 'int' only has 32 bits.
    However, we write the high bits separately and so this is
    a spurious warning.
    
    Change-Id: I3e1c57334077feb50004d7b39abff4bd84ca095b
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
    Reviewed-on: http://review.coreboot.org/7673
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list