Re: [PATCH v0] Export Runtime Configuration Interface table to sysfs

2019-07-08 Thread Narendra.K
On Tue, Jul 02, 2019 at 09:57:24PM +0200, Ard Biesheuvel wrote: > On Sat, 29 Jun 2019 at 13:23, wrote: > > > > From: Narendra K > > > > System firmware advertises the address of the 'Runtime > > Configuration Interface table version 2 (RCI2)' via > > an EFI Configuration Table entry. This code

Re: [PATCH v0] Export Runtime Configuration Interface table to sysfs

2019-07-02 Thread Ard Biesheuvel
On Sat, 29 Jun 2019 at 13:23, wrote: > > From: Narendra K > > System firmware advertises the address of the 'Runtime > Configuration Interface table version 2 (RCI2)' via > an EFI Configuration Table entry. This code retrieves the RCI2 > table from the address and exports it to sysfs as a binary

Re: [PATCH v0] Export Runtime Configuration Interface table to sysfs

2019-06-29 Thread Narendra.K
On Sat, Jun 29, 2019 at 07:23:26AM -0400, Narendra K wrote: > From: Narendra K > > System firmware advertises the address of the 'Runtime > Configuration Interface table version 2 (RCI2)' via > an EFI Configuration Table entry. This code retrieves the RCI2 > table from the address and exports it

[PATCH v0] Export Runtime Configuration Interface table to sysfs

2019-06-29 Thread Narendra.K
From: Narendra K System firmware advertises the address of the 'Runtime Configuration Interface table version 2 (RCI2)' via an EFI Configuration Table entry. This code retrieves the RCI2 table from the address and exports it to sysfs as a binary attribute 'rci2' under /sys/firmware/efi/tables