From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Ann Date: Thu, 21 Apr 2005 17:44:00 +0900 Subject: [U-Boot-Users] EEPROM content and multiple NIC In-Reply-To: <20050420151338.33244.qmail@web32211.mail.mud.yahoo.com> References: <20050420151338.33244.qmail@web32211.mail.mud.yahoo.com> Message-ID: <9b7ca65705042101442a4a1f64@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/21/05, Frank wrote: > > > > > d008 == 1101000000001000 > > > > > 100b == 0001000000001011 > Oops, you're right, I meant the bits appear to be reversed. Like > they were shifted in bit 0 first and the other bit 31 first... yeah.. you guys are right. It aint endian issue. Funny thing is, NS83815 manual thinks d008, while pci_ids file thinks 100b. I still have no idea how one could actually read it this way. I dont think any right mind will delibrately read it this way. I guess a dive into the code will help but.. gonna leave it for later :P Anyway, got my EEPROM content right this time. And all is working smoothly. As u-boot boots its displaying the content of EEPROM in exactly the fashion shown above. -- Daniel