Changeset 5205


Ignore:
Timestamp:
Mar 13, 2010 9:36:11 PM (3 years ago)
Author:
uwe
Message:

Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial).

This fixes a longstanding TODO item.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Uwe Hermann <uwe@…>

Location:
trunk/src/mainboard
Files:
34 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainboard/a-trend/atc-6220/Kconfig

    r5099 r5205  
    2222        bool "ATC-6220" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/a-trend/atc-6220/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/a-trend/atc-6240/Kconfig

    r5099 r5205  
    2222        bool "ATC-6240" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/a-trend/atc-6240/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/abit/be6-ii_v2_0/Kconfig

    r5099 r5205  
    2222        bool "BE6-II V2.0" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/abit/be6-ii_v2_0/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/asus/p2b-d/Kconfig

    r5204 r5205  
    2222        bool "P2B-D" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/asus/p2b-d/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
    6     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     6    chip cpu/intel/slot_1               # CPU 
    77      device apic 1 on end              # APIC 
    88    end 
  • trunk/src/mainboard/asus/p2b-ds/Kconfig

    r5204 r5205  
    2222        bool "P2B-DS" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/asus/p2b-ds/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
    6     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     6    chip cpu/intel/slot_1               # CPU 
    77      device apic 1 on end              # APIC 
    88    end 
  • trunk/src/mainboard/asus/p2b-f/Kconfig

    r5099 r5205  
    2222        bool "P2B-F" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/asus/p2b-f/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/asus/p2b/Kconfig

    r5099 r5205  
    2222        bool "P2B" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/asus/p2b/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/asus/p3b-f/Kconfig

    r5204 r5205  
    2222        bool "P3B-F" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/asus/p3b-f/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/azza/pt-6ibd/Kconfig

    r5099 r5205  
    2222        bool "PT-6IBD" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/azza/pt-6ibd/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/biostar/m6tba/Kconfig

    r5099 r5205  
    2222        bool "M6TBA" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/biostar/m6tba/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/compaq/deskpro_en_sff_p600/Kconfig

    r5099 r5205  
    2222        bool "Deskpro EN SFF P600" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/compaq/deskpro_en_sff_p600/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/gigabyte/ga-6bxc/Kconfig

    r5099 r5205  
    2222        bool "GA-6BXC" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/gigabyte/ga-6bxc/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/msi/ms6119/Kconfig

    r5099 r5205  
    2222        bool "MS-6119" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/msi/ms6119/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/msi/ms6147/Kconfig

    r5099 r5205  
    2222        bool "MS-6147" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/msi/ms6147/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
  • trunk/src/mainboard/msi/ms6156/Kconfig

    r5099 r5205  
    2222        bool "MS-6156" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/msi/ms6156/devicetree.cb

    r4767 r5205  
    2121chip northbridge/intel/i440bx           # Northbridge 
    2222  device apic_cluster 0 on              # APIC cluster 
    23     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     23    chip cpu/intel/slot_1               # CPU 
    2424      device apic 0 on end              # APIC 
    2525    end 
  • trunk/src/mainboard/soyo/sy-6ba-plus-iii/Kconfig

    r5099 r5205  
    2222        bool "SY-6BA+ III" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/soyo/sy-6ba-plus-iii/devicetree.cb

    r4666 r5205  
    2121chip northbridge/intel/i440bx           # Northbridge 
    2222  device apic_cluster 0 on              # APIC cluster 
    23     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     23    chip cpu/intel/slot_1               # CPU 
    2424      device apic 0 on end              # APIC 
    2525    end 
  • trunk/src/mainboard/tyan/s1846/Kconfig

    r5099 r5205  
    2222        bool "S1846 (Tsunami ATX)" 
    2323        select ARCH_X86 
    24         select CPU_INTEL_SLOT_2 
     24        select CPU_INTEL_SLOT_1 
    2525        select NORTHBRIDGE_INTEL_I440BX 
    2626        select SOUTHBRIDGE_INTEL_I82371EB 
  • trunk/src/mainboard/tyan/s1846/devicetree.cb

    r4534 r5205  
    11chip northbridge/intel/i440bx           # Northbridge 
    22  device apic_cluster 0 on              # APIC cluster 
    3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually) 
     3    chip cpu/intel/slot_1               # CPU 
    44      device apic 0 on end              # APIC 
    55    end 
Note: See TracChangeset for help on using the changeset viewer.