Re: [U-Boot] [PATCH 1/1] ARM: qemu-arm: enable RTC

2018-07-03 Thread Heinrich Schuchardt
On 07/03/2018 07:29 AM, Takahiro AKASHI wrote: > On Tue, Jul 03, 2018 at 04:07:31AM +0200, Heinrich Schuchardt wrote: >> On 07/03/2018 01:51 AM, Takahiro AKASHI wrote: >>> On Mon, Jul 02, 2018 at 07:07:55PM +0300, Tuomas Tynkkynen wrote: Hi Heinrich, On 06/29/2018 01:34 AM, Heinrich

Re: [U-Boot] [PATCH 1/1] ARM: qemu-arm: enable RTC

2018-07-02 Thread Takahiro AKASHI
On Tue, Jul 03, 2018 at 04:07:31AM +0200, Heinrich Schuchardt wrote: > On 07/03/2018 01:51 AM, Takahiro AKASHI wrote: > > On Mon, Jul 02, 2018 at 07:07:55PM +0300, Tuomas Tynkkynen wrote: > >> Hi Heinrich, > >> > >> On 06/29/2018 01:34 AM, Heinrich Schuchardt wrote: > >>> QEMU provides an emulated

Re: [U-Boot] [PATCH 1/1] ARM: qemu-arm: enable RTC

2018-07-02 Thread Heinrich Schuchardt
On 07/03/2018 04:07 AM, Heinrich Schuchardt wrote: > On 07/03/2018 01:51 AM, Takahiro AKASHI wrote: >> On Mon, Jul 02, 2018 at 07:07:55PM +0300, Tuomas Tynkkynen wrote: >>> Hi Heinrich, >>> >>> On 06/29/2018 01:34 AM, Heinrich Schuchardt wrote: QEMU provides an emulated ARM AMBA PrimeCell

Re: [U-Boot] [PATCH 1/1] ARM: qemu-arm: enable RTC

2018-07-02 Thread Heinrich Schuchardt
On 07/03/2018 01:51 AM, Takahiro AKASHI wrote: > On Mon, Jul 02, 2018 at 07:07:55PM +0300, Tuomas Tynkkynen wrote: >> Hi Heinrich, >> >> On 06/29/2018 01:34 AM, Heinrich Schuchardt wrote: >>> QEMU provides an emulated ARM AMBA PrimeCell PL031 RTC. >>> >>> The patch sets the base address in the

Re: [U-Boot] [PATCH 1/1] ARM: qemu-arm: enable RTC

2018-07-02 Thread Takahiro AKASHI
On Mon, Jul 02, 2018 at 07:07:55PM +0300, Tuomas Tynkkynen wrote: > Hi Heinrich, > > On 06/29/2018 01:34 AM, Heinrich Schuchardt wrote: > >QEMU provides an emulated ARM AMBA PrimeCell PL031 RTC. > > > >The patch sets the base address in the board include file according to the > >definition in

Re: [U-Boot] [PATCH 1/1] ARM: qemu-arm: enable RTC

2018-07-02 Thread Tuomas Tynkkynen
Hi Heinrich, On 06/29/2018 01:34 AM, Heinrich Schuchardt wrote: QEMU provides an emulated ARM AMBA PrimeCell PL031 RTC. The patch sets the base address in the board include file according to the definition in hw/arm/virt.c of the QEMU source. It defines the Kconfig option for the existing

[U-Boot] [PATCH 1/1] ARM: qemu-arm: enable RTC

2018-06-28 Thread Heinrich Schuchardt
QEMU provides an emulated ARM AMBA PrimeCell PL031 RTC. The patch sets the base address in the board include file according to the definition in hw/arm/virt.c of the QEMU source. It defines the Kconfig option for the existing driver, and enables the RTC driver in qemu_arm64_defconfig and