summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-42/+3
* ec: Improve coverage report.Jeremy Bettis2021-04-081-0/+3
* make/util: Modularize util make var buildingCraig Hesling2021-02-031-0/+25
* No init.rom section support in ZephyrHyungwoo Yang2021-01-221-1/+1
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* Makefile: add support for private-kandou directoryKeith Short2020-09-221-1/+3
* kukui: include a dummy bootblock if BOOTBLOCK variable not setTing Shen2019-12-191-4/+0
* makefile: support PORT for flash_ecYilun Lin2019-08-291-0/+3
* mock: Add mock structure for fuzzers and testsCraig Hesling2019-07-311-0/+23
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED().Yilun Lin2019-06-031-16/+21
* ec: common: Make IS_ENABLED fail on unknown valuesRaul E Rangel2019-05-151-2/+3
* cr50: rebuild board image if essential make variables changeVadim Bendebury2019-05-101-1/+13
* makefile: don't build ro if EC_INCLUDE_RO not setTing Shen2019-05-081-1/+4
* Makefile: Clarify/fix PDIR assignementNicolas Boichat2019-02-271-1/+1
* Makefile: Allow board to be both in public and private foldersNicolas Boichat2019-02-211-7/+24
* Makefile: Drop warning about using ASAN by defaultNicolas Boichat2018-12-281-1/+0
* Makefile.rules: Add buildfuzztests to buildall.Allen Webb2018-12-191-0/+8
* Makefiles: Add support for MSAN and UBSAN.Allen Webb2018-12-111-0/+6
* Add rules for building protocol buffers.Allen Webb2018-09-071-1/+1
* Move fuzzing tests into a fuzz subfolder.Allen Webb2018-08-221-3/+9
* common/bootblock: Pack bootblock in EC image.Yilun Lin2018-07-021-0/+4
* Makefile.toolchain: Switch from cpp to $(CC) -ENicolas Boichat2018-06-281-5/+5
* make: add size calculationsVadim Bendebury2018-05-141-1/+1
* octopus: move more implementation to baseboardJett Rink2018-05-041-2/+4
* g: fix signer to always use the manifestVadim Bendebury2018-04-181-1/+0
* makefile: fix build time warningsVadim Bendebury2018-03-231-0/+2
* ec: Add /baseboard to EC projectScott Collyer2018-03-151-11/+30
* make EC_FEATURE_RWSIG definition more usefulVincent Palatin2018-03-011-2/+4
* Make CONFIG_MALLOC partition-specificVincent Palatin2018-01-261-0/+8
* Makefile: Generate hashes for the touchpad FWNicolas Boichat2017-09-151-0/+4
* ec: Fix missing Makefile dependencies.Che-yu Wu2017-09-051-1/+1
* vboot: Move common code under common/vbootDaisuke Nojiri2017-07-131-0/+1
* Makefile: Allow different task list for RO and RWNicolas Boichat2017-04-251-24/+31
* makefile: allow different RO and RW CONFIGNick Sanders2017-01-261-17/+45
* Makefile: Drop the extra whitespace in the 'export' lineSimon Glass2017-01-131-1/+1
* common: Add BOARD variable when listing the tasks.Gwendal Grignou2016-12-281-2/+4
* cts: Fix back-to-back buildDaisuke Nojiri2016-10-141-0/+5
* Add cts.tasklistDaisuke Nojiri2016-07-111-5/+11
* cts: First patch flashes blank testsChris Chen2016-07-091-1/+14
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-18/+0
* Ignore unused private board directoriesBill Richardson2016-05-131-5/+13
* console: Add support for using EC-3PO console.Aseda Aboagye2015-11-111-1/+1
* cr50: introduce RO image skeletonVadim Bendebury2015-11-051-0/+5
* make: decouple rw and ro object file setsVadim Bendebury2015-11-041-14/+15
* Let private repos define their own subdirectoriesBill Richardson2015-09-191-3/+4
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-2/+3
* Cr50: Export toolchain to child $(MAKE) processesBill Richardson2015-08-251-1/+1
* cr50: add plumbing for signing CR50 RO imagesVadim Bendebury2015-08-251-0/+1
* Cleanup: Remove cruft in Makefile from long agoBill Richardson2015-08-221-2/+1