Re: Device tree question

2008-08-11 Thread Steven A. Falco
Benjamin Herrenschmidt wrote: > On Thu, 2008-08-07 at 15:56 -0400, Steven A. Falco wrote: > >> I have added a compact flash to the external bus of a Sequoia >> (PPC440EPx) evaluation board. It is wired to CS1, and U-boot is set to >> configure CS1 to be at address 0xc100. U-boot can access

Re: Device tree question

2008-08-09 Thread Benjamin Herrenschmidt
On Thu, 2008-08-07 at 15:56 -0400, Steven A. Falco wrote: > I have added a compact flash to the external bus of a Sequoia > (PPC440EPx) evaluation board. It is wired to CS1, and U-boot is set to > configure CS1 to be at address 0xc100. U-boot can access the > device, and reports the correct p

Device tree question

2008-08-07 Thread Steven A. Falco
I have added a compact flash to the external bus of a Sequoia (PPC440EPx) evaluation board. It is wired to CS1, and U-boot is set to configure CS1 to be at address 0xc100. U-boot can access the device, and reports the correct partition table, etc. so I believe the hardware is ok. I've create

Re: device tree question

2007-09-20 Thread Scott Wood
Alan Bennett wrote: > Device Tree and BRG? > The SMC1 uses BRG7 and the SCC1 uses BRG1, should we have both BRGs > configured in the .dts? ( BRG1 is configured). They should both be specified, and either in the firmware or in the platform code you need to set CMXSMR. > Device Tree and Chosen?

Re: device tree question

2007-09-20 Thread Alan Bennett
Device Tree and BRG? The SMC1 uses BRG7 and the SCC1 uses BRG1, should we have both BRGs configured in the .dts? ( BRG1 is configured). Device Tree and Chosen? Adding a chosen block and I end up off in the weeds. removing the chosen block and I die within cpm_uart_console_write chose

Re: device tree question

2007-09-20 Thread Scott Wood
Alan Bennett wrote: > Ok, making progress on the ep8248 / devtrees, etc... > > But I'm not getting any output on the serial and my log_buf is pretty > clean. Without console; what's the best way to figure out why I'm not > getting any output on my SMC1 serial port (using u-boot , not planetcore

Re: device tree question

2007-09-20 Thread Alan Bennett
Ok, making progress on the ep8248 / devtrees, etc... But I'm not getting any output on the serial and my log_buf is pretty clean. Without console; what's the best way to figure out why I'm not getting any output on my SMC1 serial port (using u-boot , not planetcore)? -Alan __log_buf: Using Em