[coreboot-gerrit] Patch merged into coreboot/master: 6fd06b1 chrome ec: Fix ASL to use IO() instead of FixedIO()

gerrit at coreboot.org gerrit at coreboot.org
Thu Jan 30 05:36:17 CET 2014


the following patch was just integrated into master:
commit 6fd06b17302048067b57e2c15d549e9eac884347
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Thu Oct 24 12:37:48 2013 -0700

    chrome ec: Fix ASL to use IO() instead of FixedIO()
    
    FixedIO seems like a nice short version of IO but in reality
    it is limited to 10-bit ISA addresses and so should not really
    be used in most situations.
    
    Change all the references to use IO() directly instead.
    
    BUG=chromium:311294
    BRANCH=none
    TEST=emerge-samus chromeos-coreboot-samus and check for iasl
    warnings using updated iasl compiler revision 20130117.
    Boot the imge and ensure that EC regions are still exported
    in /proc/ioports.
    
    Change-Id: I54de65892bed9e43dbba916990cf2b70c370843c
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/174810
    Reviewed-by: Stefan Reinauer <reinauer at chromium.org>
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>


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

-gerrit



More information about the coreboot-gerrit mailing list