From 26121ef51d4d52482cb98c29ba3f0a337aa1a8c5 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Tue, 26 Mar 2013 10:11:25 +0100 Subject: ARM: zynq: add zynq fsbl checksum script The bootrom only reads an image if the correct checksum is present in the header. The calculation is pretty simple: sum over all words from 0x20 to 0x44 Two of this words are the image length. That is why the checksum can not be calculated until barebox_image_size is known. The easiest solution is a program that has to be run after make. Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 064753d211..d1971967f6 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ barebox.netx barebox.s5p barebox.spi barebox.ubl +barebox.zynq barebox.uimage barebox.map barebox-flash-image -- cgit v1.2.1