summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Ignore -Waddress-of-packed-member for GCCJacob Garber2021-09-081-7/+4
* 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
* samus: add host commands for flashing zinger RWAlec Berg2014-08-261-1/+1
* stm32: add USB driverVincent Palatin2014-06-181-1/+1
* discard unused functions at link timeVincent Palatin2014-03-111-1/+2
* Added unit tests for lid angle calculation and acosAlec Berg2014-02-221-1/+1
* Dump stack trace on emulator test failureVic (Chun-Ju) Yang2014-01-081-1/+1
* cleanup: Remove mixed-case macrosRandall Spangler2013-12-191-4/+2
* Fix uppercased macrosRandall Spangler2013-12-131-1/+1
* Add uppercase defined constants for BOARD_, CHIP_, etc.Randall Spangler2013-12-091-1/+3
* Move core-specific toolchain configuration to core/ directoryVincent Palatin2013-11-071-1/+0
* cleanup: Rename and move header filesRandall Spangler2013-10-231-1/+1
* Remove proxy config flags for unit testsVic Yang2013-08-041-1/+1
* Add I8042 keyboard unit testVic Yang2013-07-111-1/+2
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-2/+3
* Make target for test coverage report generationVic Yang2013-06-161-2/+6