coreboot-kgpe-d16/src/mainboard/kontron/kt690
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 Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
acpi_tables.c We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. 2010-10-12 17:34:08 +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 W83627DHG/W83627EHG fixups for virtual LDNs. 2010-12-05 22:36:14 +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 Move the SET_FIDVID* family of configuration options to Kconfig and 2010-11-16 21:25:29 +00:00
mainboard.c zero warnings days... 2010-04-15 12:39:29 +00:00
mptable.c Convert boards to use mptable_write_buses. 2010-11-21 14:40:09 +00:00
resourcemap.c
romstage.c first round name simplification. drop the <component>_ prefix. 2010-12-08 05:42:47 +00:00