Re: [PATCH v2] mtd: spi-nor: Add support for SPI boot flash access for AMD Family 16h

2018-10-30 Thread Grandbois, Brett
On 30/10/18 6:26 pm, Boris Brezillon wrote: > On Mon, 29 Oct 2018 23:15:42 + > "Grandbois, Brett" wrote: > >> On 28/10/18 1:39 am, Boris Brezillon wrote: >>> Hi Brett, >>> >>> On Tue, 16 Oct 2018 00:57:41 + >>> "Grandbo

Re: [PATCH v2] mtd: spi-nor: Add support for SPI boot flash access for AMD Family 16h

2018-10-29 Thread Grandbois, Brett
On 28/10/18 1:39 am, Boris Brezillon wrote: > Hi Brett, > > On Tue, 16 Oct 2018 00:57:41 + > "Grandbois, Brett" wrote: > >> Add support to expose the SPI boot flash on AMD Family 16h CPUs as a >> standard mtd device to give userspace BIOS updaters grea

[PATCH v2] mtd: spi-nor: Add support for SPI boot flash access for AMD Family 16h

2018-10-15 Thread Grandbois, Brett
Add support to expose the SPI boot flash on AMD Family 16h CPUs as a standard mtd device to give userspace BIOS updaters greater feature support. The BIOS and Kernel Developer's Guide refers to this as the 'SPI ROM' controller and so the driver follows that naming convention for consistency. Sign