Add initial implementation of network backend 78/188078/3
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 2 Nov 2017 21:33:17 +0000 (06:33 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 12 Sep 2018 02:06:04 +0000 (11:06 +0900)
commitcaa9abb4845e7fb22cb7169ed5cbb0792de8ac50
treea6630679f4937f85ecaac0361af216f5bdd24504
parentb8d89669dd4f8a29b8c6888e4334402396857afe
Add initial implementation of network backend

This is initial version of flash-manager with network backend. The
entire structure would be evolved while the new feature is added.

Change-Id: I659c2795d339060afada9a9ffd5f41294c17f228
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
CMakeLists.txt [new file with mode: 0644]
packaging/initrd-flash.spec
src/dfu.c [new file with mode: 0644]
src/dfu.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/net.c [new file with mode: 0644]
src/net.h [new file with mode: 0644]
src/tfm.h [new file with mode: 0644]
src/thor-proto.h [new file with mode: 0644]
src/thor.c [new file with mode: 0644]