On Mon, 8 Dec 2008 22:32:27 -0500
"Josh Boyer" <[EMAIL PROTECTED]> wrote:

> Except there is no controller in front of the NOR.  It's all just
> MMIOs.  With NDFC, there is a controller, you have to do things to it
> to talk to different chips, etc.

Ok, I have the following dts working... would this be better? It
basically follows the fsl,upm-nand model. I can produce a new patch to
ndfc.c for this:

[EMAIL PROTECTED],0 {
        compatible = "amcc,ndfc";
        reg = <0x00000001 0x00000000 0x00002000>;
        ccr = <0x00001000>;
        bank-settings = <0x80002222>;
        #address-cells = <1>;
        #size-cells = <1>;

        nand {
                #address-cells = <1>;
                #size-cells = <1>;

                [EMAIL PROTECTED] {
                        label = "kernel";
                        reg = <0x00000000 0x00200000>;
                };
                [EMAIL PROTECTED] {
                        label = "root";
                        reg = <0x00200000 0x03E00000>;
                };      
                [EMAIL PROTECTED] {
                        label = "persistent";
                        reg = <0x04000000 0x04000000>;
                };
                [EMAIL PROTECTED] {
                        label = "persistent1";
                        reg = <0x08000000 0x04000000>;
                };
                [EMAIL PROTECTED] {
                        label = "persistent2";
                        reg = <0x0C000000 0x04000000>;
                };
        };
};


Here is the boot output for both the NOR and the NAND (just for
comparison):

ffc00000.nor: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0040
ffc00000.nor: CFI does not contain boot bank location. Assuming top.
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
RedBoot partition parsing not available
Creating 4 MTD partitions on "ffc00000.nor":
0x00000000-0x00020000 : "splash"
0x00300000-0x00340000 : "fpga"
0x00340000-0x00380000 : "env"
0x00380000-0x00400000 : "u-boot"
NAND device: Manufacturer ID: 0xec, Chip ID: 0xda (Samsung NAND 256MiB 3,3V 
8-bit)
Scanning device for bad blocks
Creating 5 MTD partitions on "d0000000.ndfc.nand":
0x00000000-0x00200000 : "kernel"
0x00200000-0x04000000 : "root"
0x04000000-0x08000000 : "persistent"
0x08000000-0x0c000000 : "persistent1"
0x0c000000-0x10000000 : "persistent2"

If everybody likes this better, I can produce a code patch.

Cheers,
   Sean
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to