[coreboot-gerrit] Patch merged into coreboot/master: 0a50d9b libpayload: x86: correct types used for IO

gerrit at coreboot.org gerrit at coreboot.org
Wed May 13 15:39:55 CEST 2015


the following patch was just integrated into master:
commit 0a50d9b35334d03f13b38e21497ba0aae8b16712
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue May 12 16:46:27 2015 -0500

    libpayload: x86: correct types used for IO
    
    libpayload on x86 defines u32 and uint32_t as typedefs of
    unsigned int. However, the readl/writel routines use long.
    With alias checking this throws type punning errors. Align
    the readl/writel/inl/outl types with the 32-bit fixed width
    ones that are exposed.
    
    Change-Id: Ie51cff8af4596948f6132e3cb743f1bc4ea8f204
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/10186
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


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

-gerrit



More information about the coreboot-gerrit mailing list