]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: google: memconsole: Adapt to new coreboot ring buffer format
authorJulius Werner <jwerner@chromium.org>
Tue, 2 May 2017 22:16:30 +0000 (15:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 May 2017 14:59:06 +0000 (16:59 +0200)
commit1e9f8ab4c84032962b0e6b8679656b9ecdb9e6d8
tree17c81a52d01c5cdd66f3ab3d41f741f43e7dc084
parent896cf5fd683033c4be14a5aa7409a1cd3d538208
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>
drivers/firmware/google/memconsole-coreboot.c