pass-hal: standard: Add new library for memory h/w device 48/146348/4 accepted/tizen/unified/20170913.070639 submit/tizen/20170911.052326
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 28 Aug 2017 04:53:30 +0000 (13:53 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 7 Sep 2017 04:55:09 +0000 (13:55 +0900)
commitb1ddc51aea73a8cc6840be59cbe09b548eeeba91
tree9b2ca2aad39dd557703079c721d0c9b49abccaf7
parent3fefdbb32d0ab4104ca0ea9b789f72c6caa77254
pass-hal: standard: Add new library for memory h/w device

This patch adds the new library (memory.so) in order to
support the memory[1] h/w device. And the struct pass_resource_memory
supports the 'fault_around_bytes'[2] feature.

The 'fault_around_bytes'[2] was supported from Linux Kernel v3.15.

[1] https://en.wikipedia.org/wiki/Computer_memory
[2] https://lkml.org/lkml/2016/4/18/612

Change-Id: I76f73c2af32f5d09061a54fab20df5d4f43f3eec
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
scripts/pass-hal.conf
src/memory/CMakeLists.txt [new file with mode: 0644]
src/memory/memory.c [new file with mode: 0644]