[U-Boot-Users] U-boot 0.4.7

Hi all, Im trying to fetch the 0.4.7 release of uboot but are getting the following response (error) :
C:\Program Files\TortoiseCVS>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsro ot/u-boot login Logging in to :pserver:anonymous@cvs.sourceforge.net:2401:/cvsroot/u-boot CVS password: Error connecting to host cvs.sourceforge.net: The requested name is valid and wa s found in the database, but it does not have the correct associated data being resolved for. cvs [login aborted]: Connection to server failed
C:\Program Files\TortoiseCVS>
Am I doing something wrong or is the server down? I am pressing enter at the "CVS password:"
Regards // Matias
-----Original Message----- From: Yuli Barcohen [mailto:yuli@arabellasw.com] Sent: den 2 september 2003 10:40 To: Matias Sundman (TB/EAB) Cc: U-Boot mailing list Subject: RE: [U-Boot-Users] Motorola PPC8270
Matias Sundman writes:
Matias> Hi Yuli, I am not sure if I have understood the file Matias> structure of U-boot. I downloaded U-boot-0.4.0, but I cant Matias> find ppc8270 under the CPU folder, nor can I find the Matias> PQ2FADS board under the board folder...
Matias> Can you explain me where the code for PPC8270 resides in the Matias> file structure?
First of all, download the latest version from CVS (0.4.7 or CVS HEAD).
Differences between 8260 and 8270 do not justify creating a separate CPU directory. In fact, all the differences result in some 10-20 lines of code, so look at cpu/mpc8260. Use `grep' to find HiP7 and you'll see the changes I made to support 8270/75/80. The same is true for PQ2FADS. I ported U-Boot to this board but since it's very similar to older MPC8260ADS I modified existing port to support all Motorola evaluation boards (MPC8260ADS/MPC8266ADS/PQ2FADS). Some differences are handled by #ifdefs. Cloning an existing port and changing ten lines to support new board as it's done in many cases creates maintenance nightmare. So the right place to look is board/mpc8260ads. BTW, I think it's mentioned in README.
Hope this helps,
participants (1)
-
Matias Sundman (TB/EAB)