2016-07-27 12:41:04 +02:00
|
|
|
##
|
|
|
|
##
|
payloads: Replace GPL boilerplate with SPDX headers
Used commands:
perl -i -p0e 's|\/\*[\s*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-only */|' $(cat filelist)
perl -i -p0e 's|\/\*[\s*]*.*is[\s*]*free[\s*]*software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*either[\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License,[\s*]*or[\s*]*.at[\s*]*your[\s*]*option.*[\s*]*any[\s*]*later[\s*]*version.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-or-later */|' $(cat filelist)
perl -i -p0e 's|\/\*[\s*]*.*is[\s*#]*free[\s*#]*software[;:,][\s*#]*you[\s*#]*can[\s*#]*redistribute[\s*#]*it[\s*#]*and/or[\s*#]*modify[\s*#]*it[\s*#]*under[\s*#]*the[\s*#]*terms[\s*#]*of[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*as[\s*#]*published[\s*#]*by[\s*#]*the[\s*#]*Free[\s*#]*Software[\s*#]*Foundation[;:,][\s*#]*either[\s*#]*version[\s*#]*3[\s*#]*of[\s*#]*the[\s*#]*License[;:,][\s*#]*or[\s*#]*.at[\s*#]*your[\s*#]*option.*[\s*#]*any[\s*#]*later[\s*#]*version.[\s*#]*This[\s*#]*program[\s*#]*is[\s*#]*distributed[\s*#]*in[\s*#]*the[\s*#]*hope[\s*#]*that[\s*#]*it[\s*#]*will[\s*#]*be[\s*#]*useful[;:,][\s*#]*but[\s*#]*WITHOUT[\s*#]*ANY[\s*#]*WARRANTY[;:,][\s*#]*without[\s*#]*even[\s*#]*the[\s*#]*implied[\s*#]*warranty[\s*#]*of[\s*#]*MERCHANTABILITY[\s*#]*or[\s*#]*FITNESS[\s*#]*FOR[\s*#]*A[\s*#]*PARTICULAR[\s*#]*PURPOSE.[\s*#]*See[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*for[\s*#]*more[\s*#]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-3.0-or-later */|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w]*.*is free software[:;][\#\s]*you[\#\s]*can[\#\s]*redistribute[\#\s]*it[\#\s]*and\/or[\#\s]*modify[\#\s]*it[\s\#]*under[\s \#]*the[\s\#]*terms[\s\#]*of[\s\#]*the[\s\#]*GNU[\s\#]*General[\s\#]*Public[\s\#]*License[\s\#]*as[\s\#]*published[\s\#]*by[\s\#]*the[\s\#]*Free[\s\#]*Software[\s\#]*Foundation[;,][\s\#]*version[\s\#]*2[\s\#]*of[\s\#]*the[\s\#]*License.*[\s\#]*This[\s\#]*program[\s\#]*is[\s\#]*distributed[\s\#]*in[\s\#]*the[\s\#]*hope[\s\#]*that[\s\#]*it[\s\#]*will[\#\s]*be[\#\s]*useful,[\#\s]*but[\#\s]*WITHOUT[\#\s]*ANY[\#\s]*WARRANTY;[\#\s]*without[\#\s]*even[\#\s]*the[\#\s]*implied[\#\s]*warranty[\#\s]*of[\#\s]*MERCHANTABILITY[\#\s]*or[\#\s]*FITNESS[\#\s]*FOR[\#\s]*A[\#\s]*PARTICULAR[\#\s]*PURPOSE.[\#\s]*See[\#\s]*the[\#\s]*GNU[\#\s]*General[\#\s]*Public[\#\s]*License[\#\s]*for[\#\s]*more[\#\s]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
Change-Id: I9f74ed19257bc4234465b8f912deff1b485173f9
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41179
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-08 22:50:46 +02:00
|
|
|
## SPDX-License-Identifier: GPL-2.0-only
|
2016-07-27 12:41:04 +02:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Timer driver"
|
2018-01-25 22:02:33 +01:00
|
|
|
default TIMER_NONE if !ARCH_X86
|
|
|
|
default TIMER_RDTSC if ARCH_X86
|
|
|
|
|
|
|
|
config TIMER_RDTSC
|
|
|
|
bool "x86 rdtsc"
|
|
|
|
depends on ARCH_X86
|
2016-07-27 12:41:04 +02:00
|
|
|
|
|
|
|
config TIMER_NONE
|
|
|
|
bool "None"
|
|
|
|
help
|
|
|
|
The timer driver is provided by the payload itself.
|
|
|
|
|
|
|
|
config TIMER_MCT
|
|
|
|
bool "Exynos MCT"
|
|
|
|
|
|
|
|
config TIMER_TEGRA_1US
|
|
|
|
bool "Tegra 1us"
|
|
|
|
|
|
|
|
config TIMER_IPQ806X
|
|
|
|
bool "Timer for ipq806x platforms"
|
|
|
|
|
|
|
|
config TIMER_IPQ40XX
|
|
|
|
bool "Timer for ipq40xx platforms"
|
|
|
|
help
|
|
|
|
This is the timer driver for QCA IPQ40xx based
|
|
|
|
platforms.
|
|
|
|
|
2018-04-24 23:07:26 +02:00
|
|
|
config TIMER_ARM64_ARCH
|
|
|
|
bool "Architecture Timer for ARM64 platforms"
|
|
|
|
help
|
|
|
|
The cntfrq register needs to have been pre-initialized.
|
|
|
|
|
2016-05-17 00:39:12 +02:00
|
|
|
config TIMER_RK3288
|
|
|
|
bool "Timer for Rockchip RK3288"
|
2016-07-27 12:41:04 +02:00
|
|
|
|
2016-05-17 00:39:12 +02:00
|
|
|
config TIMER_RK3399
|
|
|
|
bool "Timer for Rockchip RK3399"
|
2016-07-27 12:41:04 +02:00
|
|
|
|
|
|
|
config TIMER_MTK
|
2019-04-08 05:01:40 +02:00
|
|
|
bool "Timer for MediaTek"
|
2016-07-27 12:41:04 +02:00
|
|
|
|
2021-08-05 17:51:28 +02:00
|
|
|
config TIMER_MTK_V2
|
|
|
|
bool "Timer for MediaTek V2"
|
|
|
|
|
2016-07-27 12:41:04 +02:00
|
|
|
endchoice
|
|
|
|
|
2016-05-17 00:39:12 +02:00
|
|
|
config TIMER_GENERIC_HZ
|
|
|
|
int "Generic Timer Frequency"
|
|
|
|
default 48000000 if TIMER_IPQ40XX
|
|
|
|
default 6250000 if TIMER_IPQ806X
|
|
|
|
default 24000000 if TIMER_MCT
|
|
|
|
default 13000000 if TIMER_MTK
|
2021-08-05 17:51:28 +02:00
|
|
|
default 13000000 if TIMER_MTK_V2
|
2016-05-17 00:39:12 +02:00
|
|
|
default 24000000 if TIMER_RK3288
|
|
|
|
default 24000000 if TIMER_RK3399
|
|
|
|
default 1000000 if TIMER_TEGRA_1US
|
|
|
|
default 0
|
2016-07-27 12:41:04 +02:00
|
|
|
help
|
2016-05-17 00:39:12 +02:00
|
|
|
Clock frequency of generic time counter in Hertz. Leave at 0 to
|
|
|
|
disable when using a non-generic timer driver.
|
|
|
|
|
|
|
|
config TIMER_GENERIC_REG
|
|
|
|
hex "Generic Timer Register Address"
|
|
|
|
default 0x004A2000 if TIMER_IPQ40XX
|
|
|
|
default 0x0200A028 if TIMER_IPQ806X
|
|
|
|
default 0x101C0100 if TIMER_MCT
|
2019-04-08 05:01:40 +02:00
|
|
|
default 0x10008068 if TIMER_MTK
|
2021-08-05 17:51:28 +02:00
|
|
|
default 0x100080A8 if TIMER_MTK_V2
|
2016-05-17 00:39:12 +02:00
|
|
|
default 0xff810028 if TIMER_RK3288
|
|
|
|
default 0xff850008 if TIMER_RK3399
|
|
|
|
default 0x60005010 if TIMER_TEGRA_1US
|
|
|
|
default 0x0
|
|
|
|
help
|
|
|
|
Register address to read generic time counter from.
|
|
|
|
|
|
|
|
config TIMER_GENERIC_HIGH_REG
|
|
|
|
hex "Generic Timer High Register Address"
|
|
|
|
default 0x004A2004 if TIMER_IPQ40XX
|
|
|
|
default 0x101C0104 if TIMER_MCT
|
2019-04-08 05:01:40 +02:00
|
|
|
default 0x10008078 if TIMER_MTK
|
2021-08-05 17:51:28 +02:00
|
|
|
default 0x100080B0 if TIMER_MTK_V2
|
2016-05-17 00:39:12 +02:00
|
|
|
default 0xff81002C if TIMER_RK3288
|
|
|
|
default 0xff85000C if TIMER_RK3399
|
|
|
|
default 0x0
|
2016-07-27 12:41:04 +02:00
|
|
|
help
|
2016-05-17 00:39:12 +02:00
|
|
|
Register address to read high 32 bits of generic time counter from.
|
|
|
|
Leave at 0x0 for 32-bit counters.
|