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

2018-10-10 Thread Brett Grandbois
. Signed-off-by: Brett Grandbois --- drivers/mtd/spi-nor/Kconfig | 15 + drivers/mtd/spi-nor/Makefile | 1 + drivers/mtd/spi-nor/amd-spirom.c | 805 +++ 3 files changed, 821 insertions(+) create mode 100644 drivers/mtd/spi-nor/amd-spirom.c diff --git a/drivers

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

2018-10-10 Thread Brett Grandbois
. Signed-off-by: Brett Grandbois --- drivers/mtd/spi-nor/Kconfig | 15 + drivers/mtd/spi-nor/Makefile | 1 + drivers/mtd/spi-nor/amd-spirom.c | 805 +++ 3 files changed, 821 insertions(+) create mode 100644 drivers/mtd/spi-nor/amd-spirom.c diff --git a/drivers