Hi Tom, > -----Original Message----- > From: Tom Rini [mailto:[email protected]] > Sent: Dienstag, 28. Juli 2015 16:42 > To: Egli, Samuel > Cc: '[email protected]'; '[email protected]'; '[email protected]'; > '[email protected]'; 'Stefan Roese'; Meier, Roger; Senn, Joerg; Oleg Belogolov > ([email protected]) > Subject: Re: [RFC] am33xx: add 600us wait in DDR3 initialization sequence > > On Tue, Jul 28, 2015 at 02:31:42PM +0000, Egli, Samuel wrote: > > > Hi all, > > me again. I was wondering, if somebody of you has time to check these > > changes? I would appreciate some feedback. Ultimately, it should also > > go upstream but my focus here is reviewing the content of these > > changes. > > Did you have a chance to look into the thing I mentioned in the other > thread, about switching to arch/arm/cpu/armv7/arch_timer.c for am33xx?
I tried to use arch_timer instead of .../omap-common/timer.c but it was not straight forward. Just enabling CONFIG_SYS_ARCH_TIMER wouldn't do the trick. Because of CONFIG_OMAP_COMMON we have automatically the omap timer built. Disabling CONFIG_OMAP_COMMON, however, breaks the build. So I couldn't go further. > And wrt the EMIF changes, I'm hoping James can chime in since he knows > that block inside and out :) >[...] Thanks, Sam _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

