Changeset 5187
- Timestamp:
- Mar 5, 2010 5:18:38 PM (3 years ago)
- Location:
- trunk/src/cpu/intel
- Files:
-
- 5 added
- 2 edited
-
Kconfig (modified) (1 diff)
-
Makefile.inc (modified) (1 diff)
-
slot_1 (added)
-
slot_1/Kconfig (added)
-
slot_1/Makefile.inc (added)
-
slot_1/chip.h (added)
-
slot_1/slot_1.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cpu/intel/Kconfig
r4996 r5187 9 9 source src/cpu/intel/ep80579/Kconfig 10 10 source src/cpu/intel/slot_2/Kconfig 11 source src/cpu/intel/slot_1/Kconfig 11 12 source src/cpu/intel/socket_mFCPGA478/Kconfig 12 13 source src/cpu/intel/socket_mPGA478/Kconfig -
trunk/src/cpu/intel/Makefile.inc
r4973 r5187 14 14 subdirs-$(CONFIG_CPU_INTEL_SOCKET_PGA370) += socket_PGA370 15 15 subdirs-$(CONFIG_CPU_INTEL_SLOT_2) += slot_2 16 subdirs-$(CONFIG_CPU_INTEL_SLOT_1) += slot_1 16 17 17 18 #socket_mPGA604_533Mhz
Note: See TracChangeset
for help on using the changeset viewer.
