coreboot-kgpe-d16/src/mainboard/gigabyte/ma785gmt
stepan 8301d8348a 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
2010-12-08 07:07:33 +00:00
..
acpi Add support for Gigabyte MA785GMT mainboard. 2010-08-17 11:08:31 +00:00
acpi_tables.c Trivial. Fix typo. 2010-12-07 06:27:44 +00:00
chip.h Remove unused mainboard_config definitions. Trivial. 2010-08-26 18:24:04 +00:00
cmos.layout Add support for Gigabyte MA785GMT mainboard. 2010-08-17 11:08:31 +00:00
devicetree.cb Remove unused ide0_enable and sata0_enable entries from SB7xx 2010-09-07 09:18:08 +00:00
dsdt.asl This problem was introduced with 2010-11-17 11:02:05 +00:00
fadt.c Running a checked build of Windows is needed for understanding its various BIOS related BSODs. Win7 checked build complains when running coreboot+seabios: 2010-10-24 16:22:11 +00:00
get_bus_conf.c Convert boards to use mptable_write_buses. 2010-11-21 14:40:09 +00:00
irq_tables.c Convert boards to use mptable_write_buses. 2010-11-21 14:40:09 +00:00
Kconfig Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs. 2010-12-06 20:27:12 +00:00
mainboard.c Remove unused mainboard_config definitions. Trivial. 2010-08-26 18:24:04 +00:00
mptable.c Convert boards to use mptable_write_buses. 2010-11-21 14:40:09 +00:00
resourcemap.c Add support for Gigabyte MA785GMT mainboard. 2010-08-17 11:08:31 +00:00
romstage.c second round name simplification. drop the <component>_ prefix. 2010-12-08 07:07:33 +00:00