commit | a5061d028594a31dbf70f4554e0b7d83e5ce770f | [log] [tgz] |
---|---|---|
author | Julius Werner <jwerner@chromium.org> | Tue May 02 15:16:30 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 18 16:59:06 2017 +0200 |
tree | 17c81a52d01c5cdd66f3ab3d41f741f43e7dc084 | |
parent | 7918cfc46cfad784b2aafdbbc690a96af0ae78d0 [diff] |
firmware: google: memconsole: Adapt to new coreboot ring buffer format The upstream coreboot implementation of memconsole was enhanced from a single-boot console to a persistent ring buffer (https://review.coreboot.org/#/c/18301). This patch changes the kernel memconsole driver to be able to read the new format in all cases. Signed-off-by: Julius Werner <jwerner@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>