mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 09:31:51 +00:00
97c341cce5afb9615b5d6122956081dc4829e19e
Before pd logging enabled, there is about 1320 bytes for shared meory; after pd logging is enabled and reserved 512 bytes, only around 780 bytes for shared memory. In shared_mem_acquire(), we request 1024(ChUNK_SIZE) while 780 only available. This causes hashing abort and could not boot to RW. BUG=chrome-os-partner:50127 BRANCH=glados TEST=In kunimitsu system, boot to RO and check available shared memory is higher than 1024; system can soft sync, boot to RW. Change-Id: Ic521a1eb95491cbe9351a800d6471449cbd7b084 Signed-off-by: li feng <li1.feng@intel.com> Reviewed-on: https://chromium-review.googlesource.com/326762 Commit-Ready: Li1 Feng <li1.feng@intel.com> Tested-by: Li1 Feng <li1.feng@intel.com> 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%