summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/eukrea_cpuimx35
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-08-06 16:20:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-14 07:15:11 +0100
commit4024e0351032378f198c8f3d47f4bf9364c24665 (patch)
tree2a15bc535d1eb3655137662917a1c89c68fd4eb2 /arch/arm/boards/eukrea_cpuimx35
parentc0e66c123b4436f50329817f8484cddf6b6dc530 (diff)
downloadbarebox-4024e0351032378f198c8f3d47f4bf9364c24665.tar.gz
barebox-4024e0351032378f198c8f3d47f4bf9364c24665.tar.xz
ARM: i.MX35: eukrea-cpuimx35: Switch to imx-image
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/eukrea_cpuimx35')
-rw-r--r--arch/arm/boards/eukrea_cpuimx35/Makefile1
-rw-r--r--arch/arm/boards/eukrea_cpuimx35/flash-header.imxcfg19
-rw-r--r--arch/arm/boards/eukrea_cpuimx35/flash_header.c43
3 files changed, 19 insertions, 44 deletions
diff --git a/arch/arm/boards/eukrea_cpuimx35/Makefile b/arch/arm/boards/eukrea_cpuimx35/Makefile
index 227b76bbb8..060f3b107a 100644
--- a/arch/arm/boards/eukrea_cpuimx35/Makefile
+++ b/arch/arm/boards/eukrea_cpuimx35/Makefile
@@ -18,4 +18,3 @@
obj-y += eukrea_cpuimx35.o
lwl-y += lowlevel.o
-lwl-$(CONFIG_ARCH_IMX_INTERNAL_BOOT) += flash_header.o
diff --git a/arch/arm/boards/eukrea_cpuimx35/flash-header.imxcfg b/arch/arm/boards/eukrea_cpuimx35/flash-header.imxcfg
new file mode 100644
index 0000000000..85200bbb50
--- /dev/null
+++ b/arch/arm/boards/eukrea_cpuimx35/flash-header.imxcfg
@@ -0,0 +1,19 @@
+soc imx35
+loadaddr 0x80000000
+dcdofs 0x400
+
+wm 32 0x53F80004 0x00821000
+wm 32 0x53F80004 0x00821000
+wm 32 0xb8001010 0x00000004
+wm 32 0xB8001010 0x0000000C
+wm 32 0xb8001004 0x0009572B
+wm 32 0xb8001000 0x92220000
+wm 8 0x80000400 0xda
+wm 32 0xb8001000 0xa2220000
+wm 32 0x80000000 0x12344321
+wm 32 0x80000000 0x12344321
+wm 32 0xb8001000 0xb2220000
+wm 8 0x80000033 0xda
+wm 8 0x82000000 0xda
+wm 32 0xb8001000 0x82224080
+wm 32 0xb8001010 0x00000004
diff --git a/arch/arm/boards/eukrea_cpuimx35/flash_header.c b/arch/arm/boards/eukrea_cpuimx35/flash_header.c
deleted file mode 100644
index 6fa9c8b0ef..0000000000
--- a/arch/arm/boards/eukrea_cpuimx35/flash_header.c
+++ /dev/null
@@ -1,43 +0,0 @@
-#include <common.h>
-#include <mach/imx-flash-header.h>
-#include <mach/imx35-regs.h>
-#include <asm/barebox-arm-head.h>
-
-void __naked __flash_header_start go(void)
-{
- barebox_arm_head();
-}
-
-struct imx_dcd_entry __dcd_entry_section dcd_entry[] = {
- { .ptr_type = 4, .addr = 0x53F80004, .val = 0x00821000, },
- { .ptr_type = 4, .addr = 0x53F80004, .val = 0x00821000, },
- { .ptr_type = 4, .addr = 0xb8001010, .val = 0x00000004, },
- { .ptr_type = 4, .addr = 0xB8001010, .val = 0x0000000C, },
- { .ptr_type = 4, .addr = 0xb8001004, .val = 0x0009572B, },
- { .ptr_type = 4, .addr = 0xb8001000, .val = 0x92220000, },
- { .ptr_type = 1, .addr = 0x80000400, .val = 0xda, },
- { .ptr_type = 4, .addr = 0xb8001000, .val = 0xa2220000, },
- { .ptr_type = 4, .addr = 0x80000000, .val = 0x12344321, },
- { .ptr_type = 4, .addr = 0x80000000, .val = 0x12344321, },
- { .ptr_type = 4, .addr = 0xb8001000, .val = 0xb2220000, },
- { .ptr_type = 1, .addr = 0x80000033, .val = 0xda, },
- { .ptr_type = 1, .addr = 0x82000000, .val = 0xda, },
- { .ptr_type = 4, .addr = 0xb8001000, .val = 0x82224080, },
- { .ptr_type = 4, .addr = 0xb8001010, .val = 0x00000004, },
-};
-
-#define CPUIMX35_DEST_BASE 0x80000000
-#define CPUIMX35_FLASH_HEADER_BASE (CPUIMX35_DEST_BASE + FLASH_HEADER_OFFSET)
-struct imx_flash_header __flash_header_section flash_header = {
- .app_code_jump_vector = CPUIMX35_DEST_BASE + 0x1000,
- .app_code_barker = APP_CODE_BARKER,
- .app_code_csf = 0,
- .dcd_ptr_ptr = CPUIMX35_FLASH_HEADER_BASE + offsetof(struct imx_flash_header, dcd),
- .super_root_key = 0,
- .dcd = CPUIMX35_FLASH_HEADER_BASE + offsetof(struct imx_flash_header, dcd_barker),
- .app_dest = CPUIMX35_DEST_BASE,
- .dcd_barker = DCD_BARKER,
- .dcd_block_len = sizeof(dcd_entry),
-};
-
-unsigned long __image_len_section barebox_len = DCD_BAREBOX_SIZE;