summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chanwoo Choi [Mon, 10 Mar 2025 07:19:30 +0000 (16:19 +0900)]
Add --as-needed option to link only used library
Add --as-needed option to link only used library because there are no
--as-needed option when building hal-backend-power package.
Change-Id: I96e25f0d23639ddda4b8bd8155d28968fe78b7cc
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Unsung Lee [Tue, 14 Jan 2025 05:08:00 +0000 (14:08 +0900)]
hal-backend-power: Replace prefix from 'pass' to 'hal_power'
Replace prefix of structure from 'pass' to 'hal_power'.
This is because the structure of hal-api-power name prefix is changed
from pass to hal_power.
Change-Id: I64ed7311d4d98a94d86ced23ef4a88a729995a8c
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Chanwoo Choi [Mon, 22 May 2023 09:42:56 +0000 (18:42 +0900)]
power-vim3: Add read permission for others group
Change-Id: I2b545063cf05b1ec7424e15a6f870be55bfb8d1b
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
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