mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 10:55:21 +00:00
bf64fc0758e4a0b7ae9da9424534573f502a9d15
Different actions need to be taken on PLTRST_L depending on if it is asserted or deasserted. The vstore module needs to reset its locks when PLTRST_L is asserted (host is in reset). The interrupt was previously on occurring on a deassertion of PLTRST_L (rising edge). That's not conducive for handling actions which are required for assertion (falling edge). Lastly, fix the CONFIG_CHIPSET_RESET_HOOK logic to be called when PLTRST_L is asserted. BUG=chrome-os-partner:55471 BRANCH=None TEST=Able to boot and reboot without getting vboot hash saving errors. Also am able to see the assertion/deassertion messages on the console. Change-Id: I70eac3309a5876de775ec5c34dab2e9aa8bbb42c Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/362000 Reviewed-by: Shawn N <shawnn@chromium.org>
For an overview of the Embedded Controller firmware, refer to http://www.chromium.org/chromium-os/2014-firmware-summit For instructions on building from source, refer to http://www.chromium.org/chromium-os/ec-development/getting-started-building-ec-images-quickly
Description
Languages
C
64.7%
Lasso
20.7%
ASL
3.6%
JavaScript
3.2%
C#
2.9%
Other
4.6%