From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Date: Fri, 23 May 2003 12:00:57 -0700 Subject: [U-Boot-Users] New x86 board booted...now the hard part Message-ID: <20030523190057.GA9490@buici.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Yipee! It boots. I have a few questions. 1) Daniel, do you think that the 'fs' overrides in mem_init are necessary when ds == fs? 2) How would you expect to override mem_init on another x86 board? It seems to me that we'd be better off with a BSP entry point for RAM initialization that calls the appropriate library function(s). 3) We ought to be able to share serial driver code between x86 and the risc processors as long as we abstract port accesses the way that the Linux kernel does. Has this been discussed?