From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 5 Dec 2011 13:33:40 -0600 Subject: [U-Boot] [PATCH v5 2/6] sf: Add spi_boot() to allow booting from SPI flash in an SPL In-Reply-To: <1323082732-32682-3-git-send-email-christian.riesch@omicron.at> References: <1323082732-32682-1-git-send-email-christian.riesch@omicron.at> <1323082732-32682-3-git-send-email-christian.riesch@omicron.at> Message-ID: <4EDD1C94.1030601@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/05/2011 04:58 AM, Christian Riesch wrote: > Signed-off-by: Christian Riesch > Cc: Heiko Schocher > Cc: Mike Frysinger > Cc: Scott Wood > Acked-by: Mike Frysinger > --- > doc/README.SPL | 1 + > drivers/mtd/spi/Makefile | 4 +++ > drivers/mtd/spi/spi_spl_load.c | 58 ++++++++++++++++++++++++++++++++++++++++ > include/spi_flash.h | 3 ++ > 4 files changed, 66 insertions(+), 0 deletions(-) > create mode 100644 drivers/mtd/spi/spi_spl_load.c I'm not sure if you're the one assigning this to me in Patchwork (would be nice if it had a history log), but I'm not the maintainer of SPI, nor of SPL generically -- just NAND. -Scott