summaryrefslogtreecommitdiff
path: root/src/superio/smsc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2010-12-08 07:07:33 +0000
committerStefan Reinauer <stepan@openbios.org>2010-12-08 07:07:33 +0000
commit34af42ddf47135bcf38bf84bf57a1996f448d0bc (patch)
treefc0064592143c4cef40319c36fa907b72e071d81 /src/superio/smsc
parentaa631be78d6a1795ca4748f7685a21712c52acd0 (diff)
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 d8cd8c683..d8cd8c683 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 75093ea0a..75093ea0a 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 16066b75c..16066b75c 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 bea97b45f..bea97b45f 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 06cf7d403..06cf7d403 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 bc417d86e..bc417d86e 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 ce79db8f0..ce79db8f0 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 32bd3e368..32bd3e368 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 281a35c86..281a35c86 100644
--- a/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c
+++ b/src/superio/smsc/smscsuperio/early_serial.c