summaryrefslogtreecommitdiff
path: root/chip/mec1322/lfw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-1/+3
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-7/+5
* chip/(mec1322|mchp): Drop math expressions in MEMORY ORIGIN/LENGTHNicolas Boichat2019-04-291-2/+9
* 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-162-1/+3
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-012-3/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-302-1/+3
* mec1322: clock: Use full-speed 48MHz processor clock during EC bootShawn Nematbakhsh2016-02-091-0/+3
* mec1322: More code space in RAMKyoung Kim2015-09-251-1/+1
* 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-233-0/+318