Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/29417
Change subject: src/soc/intel/braswell/acpi/lpss.asl: Remove SPI1 and PWM asl code
......................................................................
src/soc/intel/braswell/acpi/lpss.asl: Remove SPI1 and PWM asl code
Linux remains using SPI1 and PWM ASL even if these devices are disabled.
SPI1 and PWM are disabled by standard Intel FSP. Remove ASL code when standard Intel FSP is used.
BUG=N/A
TEST=Intel CherryHill CRB
Change-Id: Iec2ca7520081d00bf7a53d58ee054aa6f23e5606
Signed-off-by: Frans Hendriks <fhendriks(a)eltan.com>
---
M src/soc/intel/braswell/Kconfig
M src/soc/intel/braswell/acpi/lpss.asl
2 files changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/29417/1
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index 2ba7992..4723682 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -127,4 +127,16 @@
string
default "soc/intel/braswell/bootblock/timestamp.inc"
+config ENABLE_SPI1_ASL
+ bool "Include ASL code for SPI1 device"
+ default y
+ help
+ Enable this if the SPI1 are supported
+ This device is disabled in Intel FSP.
+config ENABLE_PWM_ASL
+ bool "Include ASL code for PWM devices"
+ default y
+ help
+ Enable this if the PWM interfaces are supported
+ This device is disabled in Intel FSP.
endif
diff --git a/src/soc/intel/braswell/acpi/lpss.asl b/src/soc/intel/braswell/acpi/lpss.asl
index 4cc93cc..19ff1e9 100644
--- a/src/soc/intel/braswell/acpi/lpss.asl
+++ b/src/soc/intel/braswell/acpi/lpss.asl
@@ -2,6 +2,7 @@
* This file is part of the coreboot project.
*
* Copyright (C) 2013 Google Inc.
+ * Copyright (C) 2018 Eltan B.V.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -522,6 +523,7 @@
}
}
+#if IS_ENABLED(CONFIG_ENABLE_SPI1_ASL)
Device (SPI1)
{
Name (_HID, "8086228E")
@@ -574,7 +576,9 @@
Or (PSAT, 0x00000000, PSAT)
}
}
+#endif
+#if IS_ENABLED(CONFIG_ENABLE_PWM_ASL)
Device (PWM1)
{
Name (_HID, "80862288")
@@ -630,6 +634,7 @@
}
}
}
+#endif
Device (UAR1)
{
--
To view, visit https://review.coreboot.org/29417
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec2ca7520081d00bf7a53d58ee054aa6f23e5606
Gerrit-Change-Number: 29417
Gerrit-PatchSet: 1
Gerrit-Owner: Frans Hendriks <fhendriks(a)eltan.com>
Hello build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29403
to look at the new patch set (#7).
Change subject: src: Add missing include <stdint.h>
......................................................................
src: Add missing include <stdint.h>
This is part #2 follows Change-Id: I6a9d71e69
Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/cpu/intel/common/common.h
M src/cpu/intel/haswell/chip.h
M src/device/oprom/yabel/compat/time.h
M src/drivers/pc80/tpm/chip.h
M src/ec/smsc/mec1308/chip.h
M src/include/device/path.h
M src/include/device/pcix.h
M src/mainboard/google/parrot/ec.h
M src/mainboard/roda/rk886ex/m3885.h
M src/mainboard/roda/rv11/variants/rv11/include/variant/hda_verb.h
M src/mainboard/roda/rv11/variants/rw11/include/variant/hda_verb.h
M src/mainboard/siemens/mc_tcu3/lcd_panel.h
M src/northbridge/amd/agesa/family14/chip.h
M src/northbridge/amd/agesa/family15tn/chip.h
M src/northbridge/amd/agesa/family16kb/chip.h
M src/northbridge/amd/amdfam10/northbridge.h
M src/northbridge/amd/amdht/AsPsNb.h
M src/northbridge/amd/pi/00630F01/chip.h
M src/northbridge/amd/pi/00660F01/chip.h
M src/northbridge/amd/pi/00730F01/chip.h
M src/northbridge/intel/pineview/raminit.h
M src/northbridge/intel/x4x/iomap.h
M src/soc/cavium/common/pci/chip.h
M src/soc/intel/broadwell/include/soc/xhci.h
M src/soc/nvidia/tegra210/include/soc/display.h
M src/soc/nvidia/tegra210/include/soc/tegra_dsi.h
M src/soc/rockchip/common/include/soc/pwm.h
M src/soc/rockchip/rk3288/include/soc/display.h
M src/soc/rockchip/rk3399/include/soc/saradc.h
M src/soc/samsung/exynos5250/include/soc/alternate_cbfs.h
M src/soc/samsung/exynos5420/include/soc/alternate_cbfs.h
M src/southbridge/amd/agesa/hudson/chip.h
M src/southbridge/amd/cimx/sb800/sb_cimx.h
M src/southbridge/amd/cimx/sb900/sb_cimx.h
M src/southbridge/amd/sb700/chip.h
M src/southbridge/intel/common/pciehp.h
M src/superio/fintek/f81216h/f81216h.h
M src/superio/nuvoton/nct5104d/chip.h
M src/superio/serverengines/pilot/pilot.h
M src/superio/smsc/lpc47n227/lpc47n227.h
40 files changed, 81 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/29403/7
--
To view, visit https://review.coreboot.org/29403
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543
Gerrit-Change-Number: 29403
Gerrit-PatchSet: 7
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>