Thank you, it did work perfectly. -----Original Message----- From: Evan Cofsky [mailto:[EMAIL PROTECTED] Sent: martedì 30 gennaio 2007 19.00 To: DI BACCO ANTONIO - technolabs Subject: Re: cpm_uart: WARNING: no UART devices found
DI BACCO ANTONIO - technolabs wrote: > My board has an MPC880 and it is named TL880 with a linux 2.6.19, I > copied kernel configurations from the very similar board mpc885ads. > I filled in platform data in file TL880_setup.c but I see that function > TL880_fixup_uart_pdata is never called and, as a consequence, I see the > message cpm_uart: WARNING: no UART devices found. Also I receive > message: IP-Config: No network devices available. Funny, I just had this problem myself. After going through and reading a lot of code, I found out that the macro BOARD_CHIP_NAME must match the CPU spec in arch/ppc/syslib/mpc8xx_sys.c for the CPU model. It looks like trying MPC885 might work. _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
