summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chanwoo Choi [Fri, 19 Jul 2024 08:05:36 +0000 (17:05 +0900)]
Use hal-rootstrap package for build and change hal_backend_power_funcs memory allocation/free
hal-roostrap package contains the allowed and maintained files
to build hal-backend package. In order to keep ABI (Application Binary
Interface) compatibility between platfrom and hal image,
must use only hal-rootstrap pacakge for build.
And chagnge the memory allocation/free way of hal_backend_power_funcs
in order to support new 1-platform Multi-HAL Interface approach.
Lastly, remove the deprecated abi_version filed and then
add the major_version and minor_version.
Change-Id: Icf5492043553c30c58614ffb7eae41c9561de746
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Dongwoo Lee [Thu, 25 Aug 2022 11:07:29 +0000 (20:07 +0900)]
hal-backend-power: Fix possible vulnerabilities
Change-Id: I770dc6986b618236372ce72f823a65ff64bf2f5c
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
Chanwoo Choi [Mon, 8 Aug 2022 02:33:59 +0000 (11:33 +0900)]
power-vim3: Add display/disk hal information
Change-Id: I0214e0bb80e20d1ad948fdb83a5714c936151f09
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Thu, 4 Aug 2022 07:22:09 +0000 (16:22 +0900)]
power-vim3: Replace LF with space from buffer
Change-Id: I9083504f4a1b111ce2bc2abc3f6422a164e5cf4e
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Chanwoo Choi [Wed, 20 Jul 2022 01:29:42 +0000 (10:29 +0900)]
Add hal-backend-power-vim3
vim3 device contains the following h/w resources:
- pass-cpu0.json is for CPU cluster 0 (dual-core for cpu0,1)
- pass-cpu2.json is for CPU cluster 1 (quad-core for cpu2,3,4,5)
- pass-bus.json is for DDR BUS resource
- pass-gpu.json is for GPU resource
- pass-memory.json is for MEMORY resource
Change-Id: Ic72b47fd2ef6b88b39cabcfd01b9af2dbdd0f30f
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Tizen Infrastructure [Tue, 19 Jul 2022 08:15:11 +0000 (08:15 +0000)]
Initial empty repository