Changeset 399


Ignore:
Timestamp:
May 30, 2013, 5:19:40 PM (11 years ago)
Author:
bouyer
Message:

Sync with reality: we have only one processor on the de2-115 and
we'll probably never have 4.

Location:
trunk/softs/tsar_boot/conf/platform_fpga_de2-115
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h

    r388 r399  
    1 #define NB_PROCS        4
     1#define NB_PROCS        1
    22#define NB_CLUSTERS     1
    33
  • trunk/softs/tsar_boot/conf/platform_fpga_de2-115/platform_fpga.dts

    r292 r399  
    1616        };
    1717
    18         Mips,32@1 {
    19             device_type = "cpu";
    20             icudev_type = "cpu:mips";
    21             name = "Mips,32";
    22             reg = <0x00000001>;
    23         };
    24 
    25         Mips,32@2 {
    26             device_type = "cpu";
    27             icudev_type = "cpu:mips";
    28             name = "Mips,32";
    29             reg = <0x00000002>;
    30         };
    31 
    32         Mips,32@3 {
    33             device_type = "cpu";
    34             icudev_type = "cpu:mips";
    35             name = "Mips,32";
    36             reg = <0x00000003>;
    37         };
    3818    };
    3919
     
    7555        device_type = "soclib:xicu:root";
    7656        input_lines = <0x2>;
    77         ipis = <0x4>;
     57        ipis = <0x1>;
    7858        reg = <0xfd000000 0x00001000>;
    79         timers = <0x4>;
     59        timers = <0x1>;
     60        timer-freq = <25000000>;
    8061
    8162        out@0 {
     
    10081        };
    10182
    102         out@3 {
    103             device_type = "soclib:xicu:filter";
    104             irq = <&{/cpus/Mips,32@1} 0x0>;
    105             output_line = <0x3>;
    106             parent = <&{/xicu@0xfd000000}>;
    107         };
    108 
    109         out@4 {
    110             device_type = "soclib:xicu:filter";
    111             irq = <&{/cpus/Mips,32@1} 0x1>;
    112             output_line = <0x4>;
    113             parent = <&{/xicu@0xfd000000}>;
    114         };
    115 
    116         out@5 {
    117             device_type = "soclib:xicu:filter";
    118             irq = <&{/cpus/Mips,32@1} 0x2>;
    119             output_line = <0x5>;
    120             parent = <&{/xicu@0xfd000000}>;
    121         };
    122 
    123         out@6 {
    124             device_type = "soclib:xicu:filter";
    125             irq = <&{/cpus/Mips,32@2} 0x0>;
    126             output_line = <0x6>;
    127             parent = <&{/xicu@0xfd000000}>;
    128         };
    129 
    130         out@7 {
    131             device_type = "soclib:xicu:filter";
    132             irq = <&{/cpus/Mips,32@2} 0x1>;
    133             output_line = <0x7>;
    134             parent = <&{/xicu@0xfd000000}>;
    135         };
    136 
    137         out@8 {
    138             device_type = "soclib:xicu:filter";
    139             irq = <&{/cpus/Mips,32@2} 0x2>;
    140             output_line = <0x8>;
    141             parent = <&{/xicu@0xfd000000}>;
    142         };
    143 
    144         out@9 {
    145             device_type = "soclib:xicu:filter";
    146             irq = <&{/cpus/Mips,32@3} 0x0>;
    147             output_line = <0x9>;
    148             parent = <&{/xicu@0xfd000000}>;
    149         };
    150         out@10 {
    151             device_type = "soclib:xicu:filter";
    152             irq = <&{/cpus/Mips,32@3} 0x1>;
    153             output_line = <0xa>;
    154             parent = <&{/xicu@0xfd000000}>;
    155         };
    156 
    157         out@11 {
    158             device_type = "soclib:xicu:filter";
    159             irq = <&{/cpus/Mips,32@3} 0x2>;
    160             output_line = <0xb>;
    161             parent = <&{/xicu@0xfd000000}>;
    162         };
    163 
    16483    };
    16584  topology {
     
    16887    cluster@0,0 {
    16988        reg = <0 0>;
    170         devices = <&{/cpus/Mips,32@0} &{/cpus/Mips,32@1} &{/cpus/Mips,32@2} &{/cpus/Mips,32@3} &{/xicu@0xfd000000} &{/tty@0xfc000000} &{/blockdevice@0xfb000000} &{/fb@0x07e00000} >;
     89        devices = <&{/cpus/Mips,32@0} &{/xicu@0xfd000000} &{/tty@0xfc000000} &{/blockdevice@0xfb000000} &{/fb@0x07e00000} >;
    17190    };
    17291  };
Note: See TracChangeset for help on using the changeset viewer.