summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
Commit message (Expand)AuthorAgeFilesLines
* ec_commands: Make importing ec_commands.h easier for foreign projectsYu-Ping Wu2019-08-211-3/+5
* ec: Pass -fno-experimental-new-pass-manager when building fuzzersManoj Gupta2019-07-031-1/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Makefile: add -ffat-lto-objects to CFLAGSVadim Bendebury2019-06-071-0/+1
* Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED().Yilun Lin2019-06-031-13/+18
* ec: common: Make IS_ENABLED fail on unknown valuesRaul E Rangel2019-05-151-0/+2
* make: include iteflash in host-util groupNamyoon Woo2019-04-111-0/+2
* Makefile.toolchain: strip leading whitespace in set-optionPatrick Georgi2019-04-031-1/+1
* Makefile: fix compatibility with Protobuf 3.7.0Allen Webb2019-03-211-1/+2
* Makefile: fix building utils outside chrootVadim Bendebury2019-02-191-4/+5
* Makefile.toolchain: enable -fno-delete-null-pointer-checks for clangTom Hughes2019-01-251-2/+1
* build: add centroiding C++ supportRong Chang2019-01-241-1/+1
* Makefiles: Set fuzz targets to use the correct CROSS_COMPILE.Allen Webb2018-12-141-0/+1
* Makefiles: Add support for MSAN and UBSAN.Allen Webb2018-12-111-1/+9
* Makefile.toolchain: Set sysroot correctly when linking.Allen Webb2018-12-061-0/+3
* Makefile.toolchain: Add TEST_FUZZ checks.Allen Webb2018-11-161-0/+2
* Makefile.toolchain: Add vars for libprotobuf-mutator.Allen Webb2018-11-151-3/+11
* Add rules for building protocol buffers.Allen Webb2018-09-071-0/+2
* fuzz: Hide conflicts with cstdlib and use clang++ for linking.Allen Webb2018-09-071-0/+2
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-161-2/+4
* ec: Make it possible to run tests with AddressSanitizer enabledNicolas Boichat2018-06-281-2/+9
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-281-3/+14
* Makefile.toolchain: Switch from cpp to $(CC) -ENicolas Boichat2018-06-281-1/+1
* Tell linker about the arch and CPU it's linking forPatrick Georgi2018-05-181-1/+2
* ec: Add /baseboard to EC projectScott Collyer2018-03-151-1/+1
* ec_chip_mchp: Add MCHP chip folderScott Worley2017-12-281-0/+1
* BUILDCC fragments should include core/hostStefan Reinauer2017-08-211-1/+1
* ec: Add analysis tool for firmware stack usage.Che-yu Wu2017-08-141-0/+1
* toolchain: set correct toolchain when buildallli feng2017-08-011-1/+1
* core: Fix missing debug symbol when enabling LTOChe-yu Wu2017-07-191-1/+1
* Allow core code to request its cross compilerPatrick Georgi2017-07-191-0/+6
* eCTS: Print start marker before syncDaisuke Nojiri2017-06-271-1/+0
* Makefile: Allow different task list for RO and RWNicolas Boichat2017-04-251-3/+3
* Support alignment for EC host command structuresRandall Spangler2016-10-191-0/+1
* Makefile.toolchain: Add error if make version will not build the ECMartin Roth2016-08-121-0/+7
* cts: Debug message support added to cts testsChris Chen2016-08-101-0/+1
* cts: Move C flags to cts/build.mkDaisuke Nojiri2016-07-261-2/+1
* Add cts.tasklistDaisuke Nojiri2016-07-111-1/+2
* cts: First patch flashes blank testsChris Chen2016-07-091-0/+1
* cleanup: Makefiles should check path assumptionsBill Richardson2016-04-051-6/+11
* Enforce compilation without system headersStefan Reinauer2016-02-031-2/+12
* Build: Use ccache to speed up buildsAnton Staaf2016-01-191-5/+5
* Define SECTION=* and SECTION_IS_* when compilingBill Richardson2015-09-211-1/+2
* cr50: add plumbing for signing CR50 RO imagesVadim Bendebury2015-08-251-4/+7
* build-infr: Add support for shared RO library.Aseda Aboagye2015-07-171-3/+4
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* Use GCC instead of LD to trigger the linkerVincent Palatin2015-05-151-1/+1
* make: add generation of sorted symbol mapsstabilize-7059.BVadim Bendebury2015-05-111-0/+1
* Move target specific GCC code generation optionsVincent Palatin2015-04-181-2/+2
* twinkie: build a combined firmwareVincent Palatin2015-01-081-1/+1