Intel cpus: apply un-written naming rules
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Fri, 10 Feb 2012 11:32:13 +0000 (13:32 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 10 Feb 2012 22:40:07 +0000 (23:40 +0100)
commite13632a939e7dde8d7d44fc73e73a41dae8060c3
treec273afc395c91511010c05794d0980952e2a7091
parent9a4114a15a4a63d059923c54ab08d392ca856c03
Intel cpus: apply un-written naming rules

Kconfig directives to select chip drivers for compile literally
match the chip directory names capitalized and underscored.

Note: CPU_INTEL_CORE2 was used on both model_6fx and model_1067x.

Change-Id: I8fa5ba71b14dcce79ab2a2c1c69b3bc36edbdea0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/618
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
16 files changed:
src/cpu/intel/Kconfig
src/cpu/intel/Makefile.inc
src/cpu/intel/bga956/Kconfig [deleted file]
src/cpu/intel/bga956/Makefile.inc [deleted file]
src/cpu/intel/bga956/bga956.c [deleted file]
src/cpu/intel/bga956/chip.h [deleted file]
src/cpu/intel/model_1067x/Kconfig
src/cpu/intel/model_6ex/Kconfig
src/cpu/intel/model_6fx/Kconfig
src/cpu/intel/socket_BGA956/Kconfig [new file with mode: 0644]
src/cpu/intel/socket_BGA956/Makefile.inc [new file with mode: 0644]
src/cpu/intel/socket_BGA956/chip.h [new file with mode: 0644]
src/cpu/intel/socket_BGA956/socket_BGA956.c [new file with mode: 0644]
src/cpu/intel/socket_LGA771/Kconfig
src/cpu/intel/socket_mFCPGA478/Kconfig
src/mainboard/intel/eagleheights/devicetree.cb