From: Mike Waychison Date: Sat, 30 Apr 2011 00:39:25 +0000 (-0700) Subject: driver: Google Memory Console X-Git-Tag: v3.0-rc1~390^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e561bc45920aade3f8a5aad9058a00e750af1345;p=pandora-kernel.git driver: Google Memory Console This patch introduces the 'memconsole' driver. Our firmware gives us access to an in-memory log of the firmware's output. This gives us visibility in a data-center of headless machines as to what the firmware is doing. The memory console is found by the driver by finding a header block in the EBDA. The buffer is then copied out, and is exported to userland in the file /sys/firmware/log. Signed-off-by: San Mehat Signed-off-by: Mike Waychison Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed