summaryrefslogtreecommitdiff
path: root/chip/mec1322/lfw/ec_lfw.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Remove chip/mec1322 and referencesTom Hughes2022-10-171-272/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/mec1322/lfw/ec_lfw.c: Format with clang-formatJack Rosenthal2022-06-281-29/+18
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-1/+1
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-7/+5
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-12/+12
* chip/mec1322: properly compare timestampsPatrick Georgi2018-08-011-1/+1
* version: Store image size data in version structShawn Nematbakhsh2017-03-161-1/+1
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-1/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-1/+1
* mec1322: clock: Use full-speed 48MHz processor clock during EC bootShawn Nematbakhsh2016-02-091-0/+3
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-241-2/+3
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-161-1/+1
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-2/+4
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-3/+4
* mec1322: fix console in lfwAaron Durbin2015-08-271-1/+5
* common: change interface to SPI flashGwendal Grignou2015-07-301-5/+10
* mec1322: Fix reset cause detectionDivya Jyothi2015-07-131-13/+5
* mec1322: correct reset cause state in lfwDivya Jyothi2015-07-011-5/+12
* mec1322: reload watchdog on LFW entryAndrey Petrov2015-07-011-0/+9
* mec1322: fix flash_physical_read()Andrey Petrov2015-07-011-4/+1
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-9/+32
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-5/+5
* mec1322: initial version of lfw loaderAndrey Petrov2015-04-231-0/+241