pass-hal: tw3: Add base code 34/202834/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 25 Mar 2019 02:12:06 +0000 (11:12 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 5 Apr 2019 01:53:45 +0000 (10:53 +0900)
commitaeed75c702e62e939c5081063fb91d2c24c00f72
treed1cffcd022916edd38c821e31a17f90889425256
parent4dbde8ebfcf57e057a584b076806cc21a94bd15d
pass-hal: tw3: Add base code

tw3 has almost same sysfs node with tw2 board, so this patch adds
tw2 pass hal code as a base for tw3.

Change-Id: I101cefdcef74f97df02bed52fc88a19aa6d1effa
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
17 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
packaging/pass-hal-tw2.manifest [new file with mode: 0644]
packaging/pass-hal-tw2.spec [new file with mode: 0644]
scripts/pass-hal.conf [new file with mode: 0644]
scripts/pass-resource0.conf [new file with mode: 0644]
scripts/pass-resource1.conf [new file with mode: 0644]
scripts/pass-resource2.conf [new file with mode: 0644]
scripts/pass.conf [new file with mode: 0644]
src/cpu/CMakeLists.txt [new file with mode: 0644]
src/cpu/cpu.c [new file with mode: 0644]
src/memory/CMakeLists.txt [new file with mode: 0644]
src/memory/memory.c [new file with mode: 0644]
src/nonstandard/CMakeLists.txt [new file with mode: 0644]
src/nonstandard/nonstandard.c [new file with mode: 0644]
src/shared/sysfs.c [new file with mode: 0644]
src/shared/sysfs.h [new file with mode: 0644]