summaryrefslogtreecommitdiff
path: root/board/puff/ec.tasklist
Commit message (Collapse)AuthorAgeFilesLines
* PD: Remove unnecessary PDCMD taskDiana Z2020-05-201-1/+0
| | | | | | | | | | | | | | | | | | | The PDCMD task is only pulling interrupts from the TCPCs on most boards, which is unnecessary since the PD_INT tasks handle this job now. Remove it from any boards using the PD_INT command which are not using the older CONFIG_HOSTCMD_PD functionality (ex. samus, oak). Located boards using: find -name "ec.tasklist" | xargs grep -l PD_INT | xargs grep PDCMD BRANCH=None BUG=b:154959596 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I29be8ab1d7a2616603fb55236aed4329ed8654f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2208221 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
* puff: Use a 2k stack for the hostcmd task.Sam McNally2020-03-051-1/+1
| | | | | | | | | | | | | | EC_CMD_EFS_VERIFY causes a stack overflow. Use a 2k stack for the hostcmd task like fizz to avoid this. BUG=b:150742950 TEST=puff can sync RW EC and boot BRANCH=none Signed-off-by: Sam McNally <sammc@chromium.org> Change-Id: I8defe34a4ae2a7c5f8276e9caa73295794ac2db7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2086390 Reviewed-by: Peter Marheine <pmarheine@chromium.org>
* puff: Initial EC files for puffAndrew McRae2019-10-291-0/+18
Skeleton EC files for puff. Enough GPIOs and functions defined to allow files to build, but don't expect anything to work or be complete. BUG=b:143454886 TEST=None, code compiles. Change-Id: I4badd1741cf04c71b4ae687afe9d06d8e0b8a813 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1880784 Tested-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>