All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] sniper: Move PXE file address to a viable location
@ 2016-03-26 11:19 Paul Kocialkowski
  2016-03-26 11:20 ` [U-Boot] [PATCH 2/6] kc1: " Paul Kocialkowski
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Paul Kocialkowski @ 2016-03-26 11:19 UTC (permalink / raw)
  To: u-boot

This moves the PXE file address out of the bounds of the U-Boot image (which is
loaded at 0x80100000).

This also moves the ramdisk address to a better-looking aligned location.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 include/configs/sniper.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index 171a8c4..2598af1 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -243,8 +243,8 @@
 	"loadaddr=0x82000000\0" \
 	"fdt_addr_r=0x88000000\0" \
 	"fdtaddr=0x88000000\0" \
-	"ramdisk_addr_r=0x88080000\0" \
-	"pxefile_addr_r=0x80100000\0" \
+	"ramdisk_addr_r=0x84000000\0" \
+	"pxefile_addr_r=0x86000000\0" \
 	"scriptaddr=0x80000000\0" \
 	"bootm_size=0x10000000\0" \
 	"boot_mmc_dev=0\0" \
-- 
2.7.4

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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-26 11:19 [U-Boot] [PATCH 1/6] sniper: Move PXE file address to a viable location Paul Kocialkowski
2016-03-26 11:20 ` [U-Boot] [PATCH 2/6] kc1: " Paul Kocialkowski
2016-03-26 11:20 ` [U-Boot] [PATCH 3/6] sniper: Include explicit serial baudrate on bootargs Paul Kocialkowski
2016-03-26 19:20   ` Tom Rini
2016-03-26 11:20 ` [U-Boot] [PATCH 4/6] kc1: " Paul Kocialkowski
2016-03-26 19:21   ` Tom Rini
2016-03-26 11:20 ` [U-Boot] [PATCH 5/6] kc1: Select libfdt to allow running devicetree-based kernels Paul Kocialkowski
2016-03-26 19:21   ` Tom Rini
2016-03-26 11:20 ` [U-Boot] [PATCH 6/6] kc1: Add some sysboot and devicetree-related environment variables Paul Kocialkowski
2016-03-26 19:21   ` Tom Rini
2016-03-28 11:55     ` Paul Kocialkowski
2016-03-28 13:33       ` Tom Rini
2016-03-26 18:59 ` [U-Boot] [PATCH 1/6] sniper: Move PXE file address to a viable location Tom Rini
2016-03-28 11:53   ` Paul Kocialkowski

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.