pass-hal: rpi: Add configuration files for resources 64/225764/3 accepted/tizen/unified/20200227.121037 submit/tizen/20200227.020232
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Feb 2020 01:43:29 +0000 (10:43 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 26 Feb 2020 04:14:20 +0000 (13:14 +0900)
commit39ff757f2c9ec5b12acd6d4a1c10f8c8027c36d3
tree946299ce392af3840c319906e8f50e713a64ebc3
parentb233a769e7bad7770e176a3096a7d234894f62fa
pass-hal: rpi: Add configuration files for resources

This patch adds the new configuration files for resources of RPI4 board.
- pass.conf contains the number of supported resources and the information.
- pass-cpu0.conf is the configuration file for CPU core
  : The number of CPU is four in the one cluster
  : The supported CPU frequencies : 600MHz, 1500MHz
  : The thermal node of CPU is /sys/class/thermal/thermal_zone0/temp

- /etc/pass.conf
  : Contain one h/w resource information for Quad-core cluster

- /etc/pass/pass-cpu0.conf
  : Contain CPU h/w resource information for Quad-core cluster
  : Contain two PMQoS Scenarios
1. AppLaunch for boosting Tizen application launching time.
2. UltraPowerSaving by capping h/w resource to reduce power.
  : Contain four Thermal Scenarios
1. Release
2. Warning
3. LimitAction need to limit h/w resource for preventing overheating
4. Shutdown

- /usr/lib/tmpfiles.d/pass-hal.conf
  : Contain the list of sysfs interface which are accessed by PASS HAL library
  like /usr/lib/pass/cpu.so

Change-Id: Ie406f750c2fd334b1b27fd5d3ef068aa7b39f185
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
scripts/pass-cpu0.conf [new file with mode: 0644]
scripts/pass-hal.conf [new file with mode: 0644]
scripts/pass.conf [new file with mode: 0644]