From: Andre Przywara <andre.przywara@arm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig
Date: Fri, 8 Dec 2017 08:50:30 +0000 [thread overview]
Message-ID: <fb9bbff7-e142-19f1-48aa-80ab84ca175e@arm.com> (raw)
In-Reply-To: <1e0c1f57-f869-46d7-c621-dead9ccdbe9d@iki.fi>
Hi Tuomas,
On 08/12/17 06:21, Tuomas Tynkkynen wrote:
> Hi Andre,
>
> On 11/30/2017 03:25 AM, Andre Przywara wrote:
>> SYS_ARCH_TIMER guards the usage of the ARM Generic Timer (aka arch
>> timer) in U-Boot.
>> At the moment it is mandatory for ARMv8 and used by two ARMv7 boards.
>> Add a proper Kconfig symbol to express this dependency properly,
>> allowing certain board configuration to later disable arch timer in case
>> there are any problems with it.
>>
>> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
>> ---
>> arch/arm/Kconfig | 11 +++++++++++
>> arch/arm/cpu/armv8/Makefile | 2 +-
>> arch/arm/mach-imx/mx7ulp/Kconfig | 1 +
>> include/configs/mx7ulp_evk.h | 1 -
>> include/configs/ti_armv7_keystone2.h | 1 -
>> scripts/config_whitelist.txt | 1 -
>> 6 files changed, 13 insertions(+), 4 deletions(-)
>
> This patch needs refreshing, as on master there are more usages of the
> symbol that need conversion:
>
> include/configs/qemu-arm.h:#define CONFIG_SYS_ARCH_TIMER
> include/configs/stm32h743-disco.h:#define CONFIG_SYS_ARCH_TIMER
> include/configs/stm32h743-eval.h:#define CONFIG_SYS_ARCH_TIMER
>
> Otherwise looks good.
Thanks for the heads up!
Will include this in the next version.
Cheers,
Andre.
next prev parent reply other threads:[~2017-12-08 8:50 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 1:24 [U-Boot] [RFC PATCH 00/13] Nexell S5P6818 SoC support Andre Przywara
2017-11-30 1:24 ` [U-Boot] [RFC PATCH 01/13] serial: s5p: rework Samsung UART driver to get rid of uart.h Andre Przywara
2017-12-02 3:30 ` Simon Glass
2017-12-04 10:21 ` Andre Przywara
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 02/13] serial: S5P/Samsung: refactor and Kconfig-ize UART selection Andre Przywara
2017-12-02 3:30 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig Andre Przywara
2017-12-02 3:30 ` Simon Glass
2017-12-08 6:21 ` Tuomas Tynkkynen
2017-12-08 8:50 ` Andre Przywara [this message]
2018-04-12 1:27 ` Tuomas Tynkkynen
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 04/13] reset: add driver for generic reset controllers Andre Przywara
2017-12-02 3:30 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 05/13] mmc: add MMC (glue) driver for Nexell SoCs Andre Przywara
2017-12-02 3:30 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 06/13] arm: add basic framework for Nexell S5P6818 support Andre Przywara
2017-12-02 3:30 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 07/13] arm: nexell: embed NSIH header Andre Przywara
2017-12-02 3:30 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 08/13] arm: nexell: add ARM64 MMU regions Andre Przywara
2017-12-02 3:31 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 09/13] arm: nexell: add UART support Andre Przywara
2017-12-02 3:31 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 10/13] arm: nexell: add timer support Andre Przywara
2017-12-02 3:31 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 11/13] arm: nexell: add preliminary S5P6818 SoC device tree Andre Przywara
2017-12-02 3:31 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 12/13] arm: add NanoPi M3 board support Andre Przywara
2017-12-02 3:31 ` Simon Glass
2017-11-30 1:25 ` [U-Boot] [RFC PATCH 13/13] arm: nexell: switch to 32-bit Andre Przywara
2017-12-02 3:32 ` Simon Glass
2017-11-30 10:01 ` [U-Boot] [RFC PATCH 00/13] Nexell S5P6818 SoC support Lukasz Majewski
2017-11-30 10:22 ` Lukasz Majewski
2017-11-30 10:52 ` Andre Przywara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb9bbff7-e142-19f1-48aa-80ab84ca175e@arm.com \
--to=andre.przywara@arm.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox