linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* What to change on u-boot if we want to remove SPD EEPROM?
@ 2003-06-12  1:47 Bruno Li
  2003-06-12 10:03 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Li @ 2003-06-12  1:47 UTC (permalink / raw)
  To: linuxppc-embedded


Hi:

We want to remove SPD EEPROM on ppc440gp to lower the
expense. The plan is to change u-boot code to use a
memory buffer (filled with the content of SPD EEPROM).
Is this possible?

I removed the SPD EEPROM on my ppc440gp board, and
changed u-boot code to use a memory buffer whenever
the code need to access SPD EEPROM, however, I found
that pci bus scan fails, u-boot stops at this line (of
pci_hose_scan_bus() in drivers/pci.c:
pci_hose_read_config_byte(hose, dev, PCI_HEADER_TYPE,
&header_type);

What extra initialization should I do when SPD EEPROM
is missing from the system?

Thanks,

Bruno


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-12 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-12  1:47 What to change on u-boot if we want to remove SPD EEPROM? Bruno Li
2003-06-12 10:03 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).