summaryrefslogtreecommitdiff
path: root/src/superio/smsc
diff options
context:
space:
mode:
authorstepan <stepan@coresystems.de>2010-12-08 07:07:33 +0000
committerStefan Reinauer <stepan@openbios.org>2010-12-08 07:07:33 +0000
commit8301d8348a0848d56fdf4dbd76acd6bdcd3fc944 (patch)
treefc0064592143c4cef40319c36fa907b72e071d81 /src/superio/smsc
parent836ae29ee325b1e3d28ff59468cc50913b1e24ce (diff)
downloadcoreboot-8301d8348a0848d56fdf4dbd76acd6bdcd3fc944.tar.xz
second round name simplification. drop the <component>_ prefix.
the prefix was introduced in the early v2 tree many years ago because our old build system "newconfig" could not handle two files with the same name in different paths like /path/to/usb.c and /another/path/to/usb.c correctly. Only one of the files would end up being compiled into the final image. Since Kconfig (actually since shortly before we switched to Kconfig) we don't suffer from that problem anymore. So we could drop the sb700_ prefix from all those filenames (or, the <componentname>_ prefix in general) - makes it easier to fork off a new chipset - makes it easier to diff against other chipsets - storing redundant information in filenames seems wrong Signed-off-by: <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc')
-rw-r--r--src/superio/smsc/fdc37m60x/early_serial.c (renamed from src/superio/smsc/fdc37m60x/fdc37m60x_early_serial.c)0
-rw-r--r--src/superio/smsc/lpc47b272/early_serial.c (renamed from src/superio/smsc/lpc47b272/lpc47b272_early_serial.c)0
-rw-r--r--src/superio/smsc/lpc47b397/early_gpio.c (renamed from src/superio/smsc/lpc47b397/lpc47b397_early_gpio.c)0
-rw-r--r--src/superio/smsc/lpc47b397/early_serial.c (renamed from src/superio/smsc/lpc47b397/lpc47b397_early_serial.c)0
-rw-r--r--src/superio/smsc/lpc47m10x/early_serial.c (renamed from src/superio/smsc/lpc47m10x/lpc47m10x_early_serial.c)0
-rw-r--r--src/superio/smsc/lpc47m15x/early_serial.c (renamed from src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c)0
-rw-r--r--src/superio/smsc/lpc47n217/early_serial.c (renamed from src/superio/smsc/lpc47n217/lpc47n217_early_serial.c)0
-rw-r--r--src/superio/smsc/lpc47n227/early_serial.c (renamed from src/superio/smsc/lpc47n227/lpc47n227_early_serial.c)0
-rw-r--r--src/superio/smsc/smscsuperio/early_serial.c (renamed from src/superio/smsc/smscsuperio/smscsuperio_early_serial.c)0
9 files changed, 0 insertions, 0 deletions
diff --git a/src/superio/smsc/fdc37m60x/fdc37m60x_early_serial.c b/src/superio/smsc/fdc37m60x/early_serial.c
index d8cd8c683d..d8cd8c683d 100644
--- a/src/superio/smsc/fdc37m60x/fdc37m60x_early_serial.c
+++ b/src/superio/smsc/fdc37m60x/early_serial.c
diff --git a/src/superio/smsc/lpc47b272/lpc47b272_early_serial.c b/src/superio/smsc/lpc47b272/early_serial.c
index 75093ea0a9..75093ea0a9 100644
--- a/src/superio/smsc/lpc47b272/lpc47b272_early_serial.c
+++ b/src/superio/smsc/lpc47b272/early_serial.c
diff --git a/src/superio/smsc/lpc47b397/lpc47b397_early_gpio.c b/src/superio/smsc/lpc47b397/early_gpio.c
index 16066b75cd..16066b75cd 100644
--- a/src/superio/smsc/lpc47b397/lpc47b397_early_gpio.c
+++ b/src/superio/smsc/lpc47b397/early_gpio.c
diff --git a/src/superio/smsc/lpc47b397/lpc47b397_early_serial.c b/src/superio/smsc/lpc47b397/early_serial.c
index bea97b45f7..bea97b45f7 100644
--- a/src/superio/smsc/lpc47b397/lpc47b397_early_serial.c
+++ b/src/superio/smsc/lpc47b397/early_serial.c
diff --git a/src/superio/smsc/lpc47m10x/lpc47m10x_early_serial.c b/src/superio/smsc/lpc47m10x/early_serial.c
index 06cf7d4030..06cf7d4030 100644
--- a/src/superio/smsc/lpc47m10x/lpc47m10x_early_serial.c
+++ b/src/superio/smsc/lpc47m10x/early_serial.c
diff --git a/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c b/src/superio/smsc/lpc47m15x/early_serial.c
index bc417d86ef..bc417d86ef 100644
--- a/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c
+++ b/src/superio/smsc/lpc47m15x/early_serial.c
diff --git a/src/superio/smsc/lpc47n217/lpc47n217_early_serial.c b/src/superio/smsc/lpc47n217/early_serial.c
index ce79db8f0c..ce79db8f0c 100644
--- a/src/superio/smsc/lpc47n217/lpc47n217_early_serial.c
+++ b/src/superio/smsc/lpc47n217/early_serial.c
diff --git a/src/superio/smsc/lpc47n227/lpc47n227_early_serial.c b/src/superio/smsc/lpc47n227/early_serial.c
index 32bd3e3680..32bd3e3680 100644
--- a/src/superio/smsc/lpc47n227/lpc47n227_early_serial.c
+++ b/src/superio/smsc/lpc47n227/early_serial.c
diff --git a/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c b/src/superio/smsc/smscsuperio/early_serial.c
index 281a35c861..281a35c861 100644
--- a/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c
+++ b/src/superio/smsc/smscsuperio/early_serial.c