summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* boringssl: Add elliptic curve key helpersYi Chou2023-05-161-0/+3
* boringssl: Implement sysrand from TRNGYi Chou2023-05-161-0/+12
* Add ability to get struct offsets for use in assemblyTom Hughes2022-10-211-0/+1
* libc: Implement _exit(), which is needed by libcTom Hughes2022-10-141-0/+6
* Makefile: Only build host-utils for BOARD=hostTom Hughes2022-10-121-0/+2
* util: Compile ectool (and other utils) with C++Tom Hughes2022-09-221-0/+3
* Makefile: Set prefixed toolchain for hostTom Hughes2022-09-161-2/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* Makefile: Add option to compile with the C standard libraryTom Hughes2022-07-191-0/+6
* tree: Move stdlib implementation to builtin directoryTom Hughes2022-07-071-0/+3
* Makefile: Make sure CROSS_COMPILE is set correctlyTom Hughes2022-06-211-0/+8
* test/run_device_tests.py: Add private testsAndrea Grandi2022-04-081-0/+1
* Revert "test/run_device_tests.py: Add private tests"Hsu Wei-Cheng2022-03-301-1/+0
* test/run_device_tests.py: Add private testsAndrea Grandi2022-03-301-0/+1
* stm32: Add the DFU Boot ManagerBrian J. Nemec2022-02-151-1/+3
* tree: Delete chip/lm4 and board/bdsTom Hughes2022-01-221-1/+1
* 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