Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1633151

[PATCH v2 0/3] Memconsole changes for new coreboot format

From Julius Werner <jwerner@chromium.org>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] Memconsole changes for new coreboot format
Date 2017-04-28 22:50 +0200
Message-ID <tBkZX-4ij-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series enhances the memconsole driver to work well with the new
persistent ring buffer console introduced in coreboot with
https://review.coreboot.org/#/c/18301. It needs to be applied on top of
the other memconsole patches currently queued up in char-misc-next
(ending in 049a59db34e).

Julius Werner (3):
  firmware: google: memconsole: Make memconsole interface more flexible
  firmware: google: memconsole: Escape unprintable characters
  firmware: google: memconsole: Adapt to new coreboot ring buffer format

 drivers/firmware/google/memconsole-coreboot.c   | 51 +++++++++++++++++++++----
 drivers/firmware/google/memconsole-x86-legacy.c | 18 +++++++--
 drivers/firmware/google/memconsole.c            | 46 +++++++++++++++-------
 drivers/firmware/google/memconsole.h            |  7 ++--
 4 files changed, 96 insertions(+), 26 deletions(-)

-- 
2.12.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] Memconsole changes for new coreboot format Julius Werner <jwerner@chromium.org> - 2017-04-28 22:50 +0200
  [PATCH v2 1/3] firmware: google: memconsole: Make memconsole interface more flexible Julius Werner <jwerner@chromium.org> - 2017-04-28 22:50 +0200

csiph-web