mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] mx53-loco: provide the right header for serial downloader
@ 2013-04-10 14:10 Eric Bénard
  2013-04-10 14:10 ` [PATCH 2/2] i.MX53: add serial downloader bootsource Eric Bénard
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Bénard @ 2013-04-10 14:10 UTC (permalink / raw)
  To: barebox

this patch allows barebox to run when loaded on the iMX53QSB
using the serial downloader.

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 arch/arm/boards/freescale-mx53-loco/flash_header.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boards/freescale-mx53-loco/flash_header.c b/arch/arm/boards/freescale-mx53-loco/flash_header.c
index dc1162b..5358f0b 100644
--- a/arch/arm/boards/freescale-mx53-loco/flash_header.c
+++ b/arch/arm/boards/freescale-mx53-loco/flash_header.c
@@ -34,10 +34,17 @@ struct imx_flash_header_v2 __flash_header_section flash_header = {
 	.header.length		= cpu_to_be16(32),
 	.header.version		= IVT_VERSION,
 
+#ifdef CONFIG_ARCH_IMX_INTERNAL_BOOT_SERIAL
+	.entry			= APP_DEST + 0x400,
+	.dcd_ptr		= APP_DEST + offsetof(struct imx_flash_header_v2, dcd),
+	.boot_data_ptr		= APP_DEST + offsetof(struct imx_flash_header_v2, boot_data),
+	.self			= APP_DEST,
+#else
 	.entry			= APP_DEST + 0x1000,
 	.dcd_ptr		= APP_DEST + 0x400 + offsetof(struct imx_flash_header_v2, dcd),
 	.boot_data_ptr		= APP_DEST + 0x400 + offsetof(struct imx_flash_header_v2, boot_data),
 	.self			= APP_DEST + 0x400,
+#endif
 
 	.boot_data.start	= APP_DEST,
 	.boot_data.size		= DCD_BAREBOX_SIZE,
-- 
1.7.11.7


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-04-11  8:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-10 14:10 [PATCH 1/2] mx53-loco: provide the right header for serial downloader Eric Bénard
2013-04-10 14:10 ` [PATCH 2/2] i.MX53: add serial downloader bootsource Eric Bénard
2013-04-10 16:08 ` [PATCH 1/2] mx53-loco: provide the right header for serial downloader Jean-Christophe PLAGNIOL-VILLARD
2013-04-11  8:02 ` Sascha Hauer
2013-04-11  8:12   ` Eric Bénard

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