board:samsung: add sign to u-boot-mmc.bin and sign check to thor
authorInha Song <ideal.song@samsung.com>
Mon, 28 Oct 2013 06:52:53 +0000 (15:52 +0900)
committerLukasz Majewski <l.majewski@samsung.com>
Mon, 31 Mar 2014 08:19:58 +0000 (10:19 +0200)
commitfa92ae64be5f5d5eae9c264da453891b8530a4d4
treee4360e12a1471c39ae86b0bba8ce0cf13d9bfcf7
parent626de80509494a9078498eaf29583e4d44b1be9f
board:samsung: add sign to u-boot-mmc.bin and sign check to thor

Changes:
- Makefile: append u-boot-mmc.bin image by signature header
- add call to check_board_signature() before do dfu_write in thor downlaoder

new files:
- board/samsung/common/sig_header.c
- include/samsung/sighdr.h

Signed-off-by: Inha Song <ideal.song@samsung.com>
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Makefile
board/samsung/common/Makefile
board/samsung/common/sig_header.c [new file with mode: 0644]
drivers/usb/gadget/f_thor.c
include/samsung/sighdr.h [new file with mode: 0644]