From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Asemann Date: Tue, 30 Nov 2004 12:44:33 +0100 Subject: [U-Boot-Users] porting u-boot Message-ID: <41AC5D21.8040107@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm still into porting u-boot to a full-custom board. The u-boot README says that the u-boot will scan for my SDRAM and find out how much I have. I suppose that will only work if I write a custom SDRAM-setup-procedure ..../u-boot/board/CUSTOMBOARD/customboard.c ? Is that right? If so, is there any documentation about what needs to be done there? I believe that the sdram_table array used in all those board_name.c files contains hexadecimal encoded instructions programming the UPM.. am I right? Well... any hints (like, for example, "RTFM manual/ressource name") are welcome. Peter Asemann