From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Johansson Date: 26 Feb 2003 20:12:02 +0100 Subject: [U-Boot-Users] [PATCH] spd_sdram for ppc4xx Message-ID: <1046286722.3672.187.camel@spawn> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de *Fixed off by one in RFTA calculation. *No need to abort when LDF is lower than we can program it's only minimum timing so clamp it to what we can do. *Takes function pointer to function for reading the spd_nvram. Usefull for faking data or hardcode a module without the nvram. *fix other user for above change *fix some comments. ? what's the point of having the 440 in the same file? its just one big ifdef around the whole thing. board/ebony/ebony.c | 6 2 + 4 - 0 ! board/w7o/init.S | 1 1 + 0 - 0 ! board/walnut405/walnut405.c | 11 3 + 8 - 0 ! cpu/ppc4xx/spd_sdram.c | 93 45 + 48 - 0 ! include/configs/W7OLMC.h | 2 1 + 1 - 0 ! include/configs/W7OLMG.h | 2 1 + 1 - 0 ! include/spd_sdram.h | 6 6 + 0 - 0 ! -- Kenneth Johansson Ericsson AB Tel: +46 8 719 70 20 Tellusborgsv?gen 94 Fax: +46 8 719 29 45 126 25 Stockholm ken at switchboard.ericsson.se -------------- next part -------------- A non-text attachment was scrubbed... Name: spd_dram.patch Type: text/x-patch Size: 11416 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20030226/01fd5f25/attachment.bin