[coreboot-gerrit] Patch merged into coreboot/master: soc/intel/skylake: Clean up SoC ASL code.

gerrit at coreboot.org gerrit at coreboot.org
Mon Aug 8 18:31:44 CEST 2016


the following patch was just integrated into master:
commit a7b97510aeb1652fd0006c9b2d10df6568f37e2e
Author: Barnali Sarkar <barnali.sarkar at intel.com>
Date:   Thu Aug 4 17:46:55 2016 +0530

    soc/intel/skylake: Clean up SoC ASL code.
    
    List of changes done here in this patch
    
    1. Remove CARD definition from EMMC and SD Card Controller in scs.asl
    since _RMV method does not get evaluated while setting up removable
    attribute in sysfs in kernel.
    "cat /sys/block/mmcblk1/removable" this command always returns 0.
    
    This CARD Device includes _ADR which follows SDIO Bus format. But,
    SD/EMMC sits on PCI Bus.
    Hence this CARD Device specific _ADR code is also not needed.
    
    2. Remove Base Address for ACPI debug output memory buffer in
    systemagent.asl as it is not getting used throughout the code.
    
    BUG=none
    BRANCH=none
    TEST=Build and boot kunimitsu
    
    Change-Id: I29effaffdafcc21e26445ec3c54aedecdbc50274
    Signed-off-by: Barnali Sarkar <barnali.sarkar at intel.com>
    Reviewed-on: https://review.coreboot.org/16068
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-by: Subrata Banik <subrata.banik at intel.com>


See https://review.coreboot.org/16068 for details.

-gerrit



More information about the coreboot-gerrit mailing list