coreboot-kgpe-d16/src
Stefan Reinauer 169dc7e5ac - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has
nothing to do with SMP)
- move src/arch/i386/smp/mpspec.c to src/arch/i386/boot/mpspec.c (where
  acpi, pirq and coreboot table generation lives)
- modify src/arch/i386/boot/Makefile.inc,
  src/arch/i386/lib/Makefile.inc
  and src/arch/i386/smp/Makefile.inc accordingly
- src/arch/i386/smp is now empty. drop it.
- drop src/arch/i386/init/car.S (unused)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-04-20 13:22:02 +00:00
..
arch/i386 - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has 2010-04-20 13:22:02 +00:00
boot printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
console - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. 2010-04-01 09:50:32 +00:00
cpu Remove a few more warnings from fam10. 2010-04-15 05:19:29 +00:00
devices fix a trivial warning when yabel with direct hw access is enabled. 2010-04-13 21:29:43 +00:00
drivers zero warnings days... 2010-04-15 12:39:29 +00:00
include Fix a typo to remove a few more warnings. 2010-04-16 13:43:49 +00:00
lib Myles suspected this hangs certain machines, so back it out. 2010-04-15 12:43:07 +00:00
mainboard As Myles suggested a while back: Switch long time #warnings to be comments 2010-04-20 11:03:41 +00:00
northbridge As Myles suggested a while back: Switch long time #warnings to be comments 2010-04-20 11:03:41 +00:00
pc80 Don't include option_table.h every time we include mc146818rtc.h, that was a 2010-03-29 23:01:35 +00:00
southbridge As Myles suggested a while back: Switch long time #warnings to be comments 2010-04-20 11:03:41 +00:00
superio fix up sb600 and it8712f tree. 2010-04-16 01:14:50 +00:00
Kconfig zero warning days. Move RAMTOP and RAMBASE together. 2010-04-14 18:59:42 +00:00
Kconfig.deprecated_options Move deprecated Kconfig options to their own file, 2010-03-14 21:31:05 +00:00