coreboot-kgpe-d16/src/mainboard/tyan/s2892
stepan 836ae29ee3 first 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@6149 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-12-08 05:42:47 +00:00
..
acpi_tables.c Drop some useless "../../../" in #includes (trivial). 2010-09-25 16:17:20 +00:00
chip.h Remove unused mainboard_config definitions. Trivial. 2010-08-26 18:24:04 +00:00
cmos.layout Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. 2010-04-08 15:06:44 +00:00
devicetree.cb CK804/MCP55 devicetree.cb cosmetic and indentation fixes. 2010-11-14 20:10:11 +00:00
dsdt.asl Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
get_bus_conf.c Convert more boards to use mptable_write_buses. 2010-11-21 14:41:07 +00:00
irq_tables.c Convert more boards to use mptable_write_buses. 2010-11-21 14:41:07 +00:00
Kconfig Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c 2010-11-05 22:59:49 +00:00
mainboard.c add_mainboard_resources is necessary for some boards (eg. kontron), but 2009-04-28 12:57:25 +00:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
mptable.c Convert more boards to use mptable_write_buses. 2010-11-21 14:41:07 +00:00
resourcemap.c White space and typo fixes. This makes it easier to compare the s2895 & s2892. 2009-10-14 03:09:26 +00:00
romstage.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00