From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Date: Thu, 12 Apr 2018 04:27:50 +0300 Subject: [U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig In-Reply-To: <20171130012511.16333-4-andre.przywara@arm.com> References: <20171130012511.16333-1-andre.przywara@arm.com> <20171130012511.16333-4-andre.przywara@arm.com> Message-ID: <20180412042750.042477d9@duuni> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 30 Nov 2017 01:25:01 +0000 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 I was doing some SYS_ARCH_TIMER related cleanup to qemu-arm, so I took the opportunity to test + send a rebased + resynced version of this patch at the same time. Hope that it doesn't conflict or cause any problems with upgrading this Nexell patchset. - Tuomas