Re: [PATCH v2] pstore: Add boot loader log messages support

2019-05-19 Thread Yue Hu
On Wed, 15 May 2019 15:04:09 -0700 Kees Cook wrote: > Hi! > > Thanks for the reminder to review this code. :) Sorry for the delay! > > On Thu, Feb 14, 2019 at 11:49 PM Yue Hu wrote: > > > > From: Yue Hu > > > > Sometimes we hope to check boot loader log messages (e.g. Android > > Verified Boo

Re: [PATCH v2] pstore: Add boot loader log messages support

2019-05-15 Thread Kees Cook
Hi! Thanks for the reminder to review this code. :) Sorry for the delay! On Thu, Feb 14, 2019 at 11:49 PM Yue Hu wrote: > > From: Yue Hu > > Sometimes we hope to check boot loader log messages (e.g. Android > Verified Boot status) when kernel is coming up. Generally it does > depend on serial d

[PATCH v2] pstore: Add boot loader log messages support

2019-02-14 Thread Yue Hu
From: Yue Hu Sometimes we hope to check boot loader log messages (e.g. Android Verified Boot status) when kernel is coming up. Generally it does depend on serial device, but it will be removed for the hardware shipping to market by most of manufacturers. In that case better solder and proper seri