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>
Tue, 18 Mar 2014 15:49:00 +0000 (16:49 +0100)
commit05fa609bdc878e56920a10d89554e011d6b61850
tree0a22c4a92764cbad0b473cd46655499168bb18f9
parent8b2669246e5b3d4080b2f886e8524d91b31256b5
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]