Re: [PATCH 17/24] efi/libstub: Implement printk-style logging

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, May 19, 2020 at 11:07:55AM -0400, Arvind Sankar wrote:
> On Tue, May 19, 2020 at 10:22:40AM +0200, Ard Biesheuvel wrote:
> > On Mon, 18 May 2020 at 21:07, Arvind Sankar <nivedita@xxxxxxxxxxxx> wrote:
> > > @@ -100,7 +123,9 @@ efi_status_t efi_parse_options(char const *cmdline)
> > >                 if (!strcmp(param, "nokaslr")) {
> > >                         efi_nokaslr = true;
> > >                 } else if (!strcmp(param, "quiet")) {
> > > -                       efi_quiet = true;
> > > +                       efi_loglevel = CONSOLE_LOGLEVEL_QUIET;
> > > +               } else if (!strcmp(param, "debug")) {
> > > +                       efi_loglevel = CONSOLE_LOGLEVEL_DEBUG;
> > 
> > Should we wire this to 'efi=debug' instead?
> > 
> 
> Sure.

Do you prefer it wired up to both or just efi=debug?

THanks.



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux