[coreboot-gerrit] Change in ...coreboot[master]: libpayload: Remove purin/cygnus

Julius Werner (Code Review) gerrit at coreboot.org
Tue Dec 4 00:40:21 CET 2018


Hello HAOUAS Elyes, Philipp Deppenwiese,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/c/coreboot/+/30029

to review the following change.


Change subject: libpayload: Remove purin/cygnus
......................................................................

libpayload: Remove purin/cygnus

The Purin mainboard and Cygnus SoC have been removed from coreboot, so
also remove the corresponding libpayload Kconfigs.

Change-Id: I589ca7f1a3b479f1c2b1b668a175a71583441ac9
Signed-off-by: Julius Werner <jwerner at chromium.org>
---
D payloads/libpayload/configs/config.purin
M payloads/libpayload/drivers/timer/Kconfig
2 files changed, 0 insertions(+), 17 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/30029/1

diff --git a/payloads/libpayload/configs/config.purin b/payloads/libpayload/configs/config.purin
deleted file mode 100644
index afcc199..0000000
--- a/payloads/libpayload/configs/config.purin
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG_LP_GPL=y
-CONFIG_LP_ARCH_ARM=y
-# CONFIG_LP_CURSES is not set
-CONFIG_LP_SKIP_CONSOLE_INIT=y
-# CONFIG_LP_VIDEO_CONSOLE is not set
-# CONFIG_LP_STORAGE is not set
-CONFIG_LP_TIMER_CYGNUS=y
-CONFIG_LP_USB=y
-# CONFIG_LP_USB_HID is not set
-# CONFIG_LP_USB_HUB is not set
-# CONFIG_LP_USB_MSC is not set
diff --git a/payloads/libpayload/drivers/timer/Kconfig b/payloads/libpayload/drivers/timer/Kconfig
index 54cbe4a..d0d3494 100644
--- a/payloads/libpayload/drivers/timer/Kconfig
+++ b/payloads/libpayload/drivers/timer/Kconfig
@@ -56,9 +56,6 @@
 config TIMER_RK3399
 	bool "Timer for Rockchip RK3399"
 
-config TIMER_CYGNUS
-	bool "Timer for Cygnus"
-
 config TIMER_IMG_PISTACHIO
 	bool "Timer for IMG Pistachio"
 
@@ -92,7 +89,6 @@
 
 config TIMER_GENERIC_HZ
 	int "Generic Timer Frequency"
-	default 500000000 if TIMER_CYGNUS
 	default 48000000 if TIMER_IPQ40XX
 	default 6250000 if TIMER_IPQ806X
 	default 24000000 if TIMER_MCT
@@ -107,7 +103,6 @@
 
 config TIMER_GENERIC_REG
 	hex "Generic Timer Register Address"
-	default 0x19020200 if TIMER_CYGNUS
 	default 0x004A2000 if TIMER_IPQ40XX
 	default 0x0200A028 if TIMER_IPQ806X
 	default 0x101C0100 if TIMER_MCT
@@ -121,7 +116,6 @@
 
 config TIMER_GENERIC_HIGH_REG
 	hex "Generic Timer High Register Address"
-	default 0x19020204 if TIMER_CYGNUS
 	default 0x004A2004 if TIMER_IPQ40XX
 	default 0x101C0104 if TIMER_MCT
 	default 0xff81002C if TIMER_RK3288

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30029
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I589ca7f1a3b479f1c2b1b668a175a71583441ac9
Gerrit-Change-Number: 30029
Gerrit-PatchSet: 1
Gerrit-Owner: Julius Werner <jwerner at chromium.org>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181203/56b2791e/attachment.html>


More information about the coreboot-gerrit mailing list