From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 10 Sep 2004 17:34:55 +0200 Subject: [U-Boot-Users] What is the most simple ppc405gp board In-Reply-To: <002101c49732$bf188270$030aa8c0@t> Message-ID: <004b01c4974b$b8de1500$0212000a@PCSTEFAN> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tadas, > I have most simple ppc405gp board and need to port > bootloader, and linux to > it. > there is no aditional hardware just integrated 8mb ram cpu, > ethernet, and > one pci slot. > so I should remove everything from any other board code to port it. Yes! > > > Or more excactly, which board DO NOT have real time clock and > > > preferably no > > > fpga. > > > and if the ram is integrated with no upgrade support it > > > would be perfect. > > > > > > I want to use its code as referense. > > > if the board have something more then it is hard to remove. > > > > Hmmm. I find it pretty easy to remove something from U-Boot. I would > > suggest to start with the CPCI4052 and remove all stuff you > don't need > > (FPGA, RTC, etc.). > > FPGA , RTC is easy to remove from u-boot, but I dont know how > remove them > from linux. > and RTC seems to be vital part to run linux. (I found > somewhere that it is > nesecary to calculate bogomips) > so probably some special driver is nesecary. No, not needed at all! Just configure your kernel without RTC! Best regards, Stefan