Changeset 5187


Ignore:
Timestamp:
Mar 5, 2010 5:18:38 PM (3 years ago)
Author:
uwe
Message:

Add proper Slot 1 CPU support code/infrastructure.

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

Location:
trunk/src/cpu/intel
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cpu/intel/Kconfig

    r4996 r5187  
    99source src/cpu/intel/ep80579/Kconfig 
    1010source src/cpu/intel/slot_2/Kconfig 
     11source src/cpu/intel/slot_1/Kconfig 
    1112source src/cpu/intel/socket_mFCPGA478/Kconfig 
    1213source src/cpu/intel/socket_mPGA478/Kconfig 
  • trunk/src/cpu/intel/Makefile.inc

    r4973 r5187  
    1414subdirs-$(CONFIG_CPU_INTEL_SOCKET_PGA370) += socket_PGA370 
    1515subdirs-$(CONFIG_CPU_INTEL_SLOT_2) += slot_2 
     16subdirs-$(CONFIG_CPU_INTEL_SLOT_1) += slot_1 
    1617 
    1718#socket_mPGA604_533Mhz 
Note: See TracChangeset for help on using the changeset viewer.