summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.throttle_ap
Commit message (Collapse)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
| | | | | | | | | | | | | | | Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* GPU: Add Nvidia GPU D-Notify driverDaisuke Nojiri2022-06-291-0/+10
| | | | | | | | | | | | | | | | | (Based on the driver written by Tim Wawrzynczak.) This patch adds Nvidia GPU D-Notify driver. It asserts a GPIO, sends a host event, and sets D-Notify level in shared memory when power availability changes (i.e. AC plug/unplug, battery charge/discharge). BUG=b:216485035 BRANCH=None TEST=make run-nvidia_gpu && make buildall Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: I231619157fe03fb357882540ffa34b4d48fba253 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3716794 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
* zephyr: add missing Kconfigs for AP throttlingMichał Barnaś2022-01-281-2/+31
| | | | | | | | | | | | | | | | | This commit adds missing Kconfigs for AP throttling based on battery level and discharging current. It will allow to enable them and specify the thresholds beyond which the AP should be throttled. BUG=b:177676794 BRANCH=main TEST=Enable AP throttling on lazor board and check if all configs are properly set Change-Id: Ifff7753e7775c18555ea17b7ecee7e79a112db52 Signed-off-by: Michał Barnaś <mb@semihalf.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3420910 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
* zephyr: kconfig: move throttle_ap configs to separate fileYuval Peress2021-04-071-0/+32
Clean up the root Kconfig for Zephyr by moving sub configs to separate file (Kconfig.throttle_ap). BRANCH=none BUG=none TEST=zmake testall Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I78097f824a95ecce1bf588a27c0c600e31e127b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2808151 Reviewed-by: Simon Glass <sjg@chromium.org>