All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board: STiH410-B2260: Add pxefile_addr_r variable
@ 2018-05-24 14:15 riku.voipio at linaro.org
  2018-06-06 11:16 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: riku.voipio at linaro.org @ 2018-05-24 14:15 UTC (permalink / raw)
  To: u-boot

From: Riku Voipio <riku.voipio@linaro.org>

Reading doc/README.distro , we see platform needs to set
pxefile_addr_r to support distro boot.

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
---
 include/configs/stih410-b2260.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
index b4e4619266..d8bf3b6580 100644
--- a/include/configs/stih410-b2260.h
+++ b/include/configs/stih410-b2260.h
@@ -31,6 +31,7 @@
 			"fdtfile=stih410-b2260.dtb\0"		\
 			"fdt_addr_r=0x47000000\0"		\
 			"scriptaddr=0x50000000\0"		\
+			"pxefile_addr_r=0x50100000\0"		\
 			"fdt_high=0xffffffffffffffff\0"		\
 			"initrd_high=0xffffffffffffffff\0"	\
 			"ramdisk_addr_r=0x48000000\0"		\
-- 
2.17.0

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

* [U-Boot] board: STiH410-B2260: Add pxefile_addr_r variable
  2018-05-24 14:15 [U-Boot] [PATCH] board: STiH410-B2260: Add pxefile_addr_r variable riku.voipio at linaro.org
@ 2018-06-06 11:16 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-06-06 11:16 UTC (permalink / raw)
  To: u-boot

On Thu, May 24, 2018 at 05:15:26PM +0300, riku.voipio at linaro.org wrote:

> From: Riku Voipio <riku.voipio@linaro.org>
> 
> Reading doc/README.distro , we see platform needs to set
> pxefile_addr_r to support distro boot.
> 
> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>

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: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180606/a526f433/attachment.sig>

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

end of thread, other threads:[~2018-06-06 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 14:15 [U-Boot] [PATCH] board: STiH410-B2260: Add pxefile_addr_r variable riku.voipio at linaro.org
2018-06-06 11:16 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.