Re: Problem dtb file booting Kernel 2.6.32

2010-01-18 Thread Andres F Marquez
am not using them at this point. I did it using the fdt utility under uboot. Thank you everyone for your help. -- Andres F Marquez EdgeAccess Development amarq...@edgeaccess.net On Fri, 2010-01-15 at 21:59 -0600, Hunter Cobbs wrote: > Hi, > > If you're going to attempt to u

Re: Problem dtb file booting Kernel 2.6.32

2010-01-15 Thread Andres F Marquez
s F Marquez EdgeAccess Development amarq...@edgeaccess.net On Thu, 2010-01-14 at 15:44 -0600, Scott Wood wrote: > Andres F Marquez wrote: > > Hello, > > > > I am working on a MPC8265 board which I have successfully ported Linux > > Kernel 2.6.25 to. I am trying to upgra

Problem dtb file booting Kernel 2.6.32

2010-01-14 Thread Andres F Marquez
ent = <&PIC>; interrupts = <19 2>; reg = <3>; device_type = "ethernet-phy"; }; }; }; PIC: interrupt-control...@10c00 { #interrupt-cells = <2>; interrupt-controller; reg = <10c00 80>; compatible = "fsl,mpc8280-pic", "fsl,cpm2-pic"; }; }; chosen { linux,stdout-path = "/soc/cpm/ser...@11a00"; }; }; Any help would be greatly appreciated. -- Andres F Marquez EdgeAccess Development amarq...@edgeaccess.net ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: Enable Serial Management Controller (SMC) in MPC8265

2009-04-27 Thread Andres F Marquez
code to enable both, but their configuration is exclusive in several places (only one of them can be enabled at the same time). Due to time constraints, we decided to change our design approach as stated before (parallel interface). Thank you again for your help. -- Andres F Marque

Enable Serial Management Controller (SMC) in MPC8265

2009-04-23 Thread Andres F Marquez
Hello, I am working with a MPC8265 processor for which I am compiling a Kernel using LTIB. I just came to a point in my project in which I need an additional serial port to interface my CPU with a FPGA. Since my UTOPIA interface is using several serial ports -pins, the only option that I find