[coreboot-gerrit] Patch merged into coreboot/master: intel/fsp_rangeley: change non-existent config options to #defines

gerrit at coreboot.org gerrit at coreboot.org
Sun Dec 6 18:46:51 CET 2015


the following patch was just integrated into master:
commit 49fdf3f957869dab82b46d6548f73ceab909132b
Author: Martin Roth <martinroth at google.com>
Date:   Thu Nov 26 15:58:12 2015 -0700

    intel/fsp_rangeley: change non-existent config options to #defines
    
    Kconfig symbols CONFIG_ACPI_INCLUDE_PMIO and CONFIG_ACPI_INCLUDE_GPIO
    were never added to the coreboot codebase when the Rangeley code was
    brought in from Sage.  These symbols disabled ACPI code that was unused
    because it caused dmesg warnings due to conflicts with drivers trying to
    claim the same addresses as the ACPI code.  Because it could be used on
    some other platforms, it was left in instead of being completely
    removed.
    
    - Change the Kconfig symbol names to simple #defines in the mainboard
    code.
    - Add the #defines along with comments to the reference platform.
    - Hook everything together in dsdt.asl
    - Update new mainboard littleplains the same way.
    
    Change-Id: I1f62157c6e447ea9b7207699572930e4711fc3e0
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/12552
    Reviewed-by: David Guckian <david.guckian at intel.com>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list