From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Tue, 16 Oct 2012 19:43:33 +0200 Subject: [U-Boot] [PATCH 5/5] am33xx: support board specific ddr settings In-Reply-To: <507D7DEE.8060605@ti.com> (Tom Rini's message of "Tue, 16 Oct 2012 08:31:58 -0700") References: <1350400526-21714-1-git-send-email-peter.korsgaard@barco.com> <1350400526-21714-6-git-send-email-peter.korsgaard@barco.com> <507D7DEE.8060605@ti.com> Message-ID: <87mwzmtire.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >>>>> "Tom" == Tom Rini writes: Hi, Tom> I would like to see the ddr information kept in Tom> arch/arm/cpu/armv7/am33xx but prefixed with vendor/part information so Tom> we can re-use it on other boards. So something like: /* Micron MT41J128M16JT-125 */ #define MICRON_MT41J128M16JT125_EMIF_READ_LATENCY 0x06 #define MICRON_MT41J128M16JT125_EMIF_TIM1 0x0888A39B .. That's seems pretty long, but OK - I can do that. The board I'm using has a MT41J64, so those numbers are basically the same as the 128 except for the number of rows. -- Bye, Peter Korsgaard