coreboot-kgpe-d16/src
Tobias Diedrich e87c38e0af After finding the missing bit poweroff works now.
I cleaned up the patch and moved most of the dsdt.dsl and
acpi_tables.c into the southbrige/northbridge directory.
Updated patch should fix abuild error and incorporates suggestions
on irc by uwe (thanks for the comments).
Thanks to Idwer Vollering <vidwer@gmail.com> for the original patch.

Tested:
  Linux (poweroff, powerbutton event)
  XP (poweroff, powerbutton event)

Abuild-tested

Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de>
Acked-by: Stefan Reinauer <stepan@coreboot.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6127 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-11-27 09:40:16 +00:00
..
arch/i386 Make smp_write_bus static (local scope), to prevent new boards from 2010-11-23 07:19:54 +00:00
boot Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
console Workaround to get die.c to work with romcc. 2010-11-22 13:07:10 +00:00
cpu 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c 2010-11-22 22:00:52 +00:00
devices Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
drivers Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
include 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c 2010-11-22 22:00:52 +00:00
lib 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c 2010-11-22 22:00:52 +00:00
mainboard After finding the missing bit poweroff works now. 2010-11-27 09:40:16 +00:00
northbridge After finding the missing bit poweroff works now. 2010-11-27 09:40:16 +00:00
pc80 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 2010-10-05 13:40:31 +00:00
southbridge After finding the missing bit poweroff works now. 2010-11-27 09:40:16 +00:00
superio Drop W83627THF, it's the same device as W83627THG. 2010-11-16 23:15:37 +00:00
Kconfig Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() 2010-11-10 02:00:32 +00:00
Kconfig.deprecated_options Whitespace/typo/cosmetic fixes (trivial). 2010-09-23 18:48:27 +00:00