U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] keystone2: k2g: add env script to load firmware initramfs as part of boot flow
@ 2016-09-15 13:44 Lokesh Vutla
  2016-09-16 11:17 ` Tom Rini
  2016-10-03 13:37 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Lokesh Vutla @ 2016-09-15 13:44 UTC (permalink / raw)
  To: u-boot

From: Murali Karicheri <m-karicheri2@ti.com>

On K2G, the PCIe SerDes h/w is a re-use from other K2 devices and SerDes
driver requires a firmware image to initialize the SerDes h/w device.
This is firmware is part of the initramfs file that is loaded to memory
in u-boot and passed to kernel as in other K2 platforms. This patch
customize the u-boot env to have this done automatically when the K2G EVM
boots up. With this, a user may be able to boot the EVM with a standard
PCIe card at the x1 PCIe slot and release image and test PCIe devices
such as NIC, SATA etc.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 include/configs/k2g_evm.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h
index 71b0037..d73543f 100644
--- a/include/configs/k2g_evm.h
+++ b/include/configs/k2g_evm.h
@@ -18,6 +18,7 @@
 #define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS				\
 	DEFAULT_MMC_TI_ARGS						\
 	DEFAULT_PMMC_BOOT_ENV						\
+	DEFAULT_FW_INITRAMFS_BOOT_ENV					\
 	"boot=mmc\0"							\
 	"console=ttyS0,115200n8\0"					\
 	"bootpart=0:2\0"						\
@@ -31,6 +32,8 @@
 	"name_ubi=k2g-evm-ubifs.ubi\0"					\
 	"name_uboot=u-boot-spi-k2g-evm.gph\0"				\
 	"init_mmc=run args_all args_mmc\0"				\
+	"init_fw_rd_mmc=load mmc ${bootpart} ${rdaddr} "		\
+		"${bootdir}/${name_fw_rd}; run set_rd_spec\0"		\
 	"soc_variant=k2g\0"						\
 	"get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}\0"\
 	"get_kern_mmc=load mmc ${bootpart} ${loadaddr} "		\
@@ -40,7 +43,8 @@
 
 #define CONFIG_BOOTCOMMAND						\
 	"run envboot; "							\
-	"run set_name_pmmc init_${boot} get_pmmc_${boot} run_pmmc "	\
+	"run set_name_pmmc init_${boot} init_fw_rd_${boot} "		\
+	"get_pmmc_${boot} run_pmmc "					\
 	"get_fdt_${boot} get_mon_${boot} get_kern_${boot} "		\
 	"run_mon run_kern"
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] keystone2: k2g: add env script to load firmware initramfs as part of boot flow
  2016-09-15 13:44 [U-Boot] [PATCH] keystone2: k2g: add env script to load firmware initramfs as part of boot flow Lokesh Vutla
@ 2016-09-16 11:17 ` Tom Rini
  2016-10-03 13:37 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-09-16 11:17 UTC (permalink / raw)
  To: u-boot

On Thu, Sep 15, 2016 at 07:14:32PM +0530, Lokesh Vutla wrote:

> From: Murali Karicheri <m-karicheri2@ti.com>
> 
> On K2G, the PCIe SerDes h/w is a re-use from other K2 devices and SerDes
> driver requires a firmware image to initialize the SerDes h/w device.
> This is firmware is part of the initramfs file that is loaded to memory
> in u-boot and passed to kernel as in other K2 platforms. This patch
> customize the u-boot env to have this done automatically when the K2G EVM
> boots up. With this, a user may be able to boot the EVM with a standard
> PCIe card at the x1 PCIe slot and release image and test PCIe devices
> such as NIC, SATA etc.
> 
> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160916/669e5a5d/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] keystone2: k2g: add env script to load firmware initramfs as part of boot flow
  2016-09-15 13:44 [U-Boot] [PATCH] keystone2: k2g: add env script to load firmware initramfs as part of boot flow Lokesh Vutla
  2016-09-16 11:17 ` Tom Rini
@ 2016-10-03 13:37 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-10-03 13:37 UTC (permalink / raw)
  To: u-boot

On Thu, Sep 15, 2016 at 07:14:32PM +0530, Lokesh Vutla wrote:

> From: Murali Karicheri <m-karicheri2@ti.com>
> 
> On K2G, the PCIe SerDes h/w is a re-use from other K2 devices and SerDes
> driver requires a firmware image to initialize the SerDes h/w device.
> This is firmware is part of the initramfs file that is loaded to memory
> in u-boot and passed to kernel as in other K2 platforms. This patch
> customize the u-boot env to have this done automatically when the K2G EVM
> boots up. With this, a user may be able to boot the EVM with a standard
> PCIe card at the x1 PCIe slot and release image and test PCIe devices
> such as NIC, SATA etc.
> 
> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161003/aa8d7e1c/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-03 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 13:44 [U-Boot] [PATCH] keystone2: k2g: add env script to load firmware initramfs as part of boot flow Lokesh Vutla
2016-09-16 11:17 ` Tom Rini
2016-10-03 13:37 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox