summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* build: Bump version to 0.6.x (#225)Evan Lojewski2021-06-141-1/+1
|
* stage1: Reduce total code size as speed is not important for the RX CPU. (#217)Evan Lojewski2021-05-161-1/+2
|
* build: Bump version to 0.5.x (#209)v0.5.37Evan Lojewski2021-02-061-1/+1
|
* build: Enable linting checkes (#165)Evan Lojewski2020-11-085-7/+105
| | | | * build: Enable linting with wrapper. * build: Disable lint errors on libs/Network and stage1 until fixed.
* build: Enable builds under FreeBSD (#164)Evan Lojewski2020-11-072-1/+69
| | | | | This fixes build related issues when attempting to compile firmware and tools under FreeBSD. Note: Host tools have not been ported for raw register access. Note: The Linux specific ethtool APIs are not available under FreeBSD, and so -t eth is not supported under FreeBSD.
* build: Ensure tags build properly. (#153)Evan Lojewski2020-10-271-1/+2
|
* builds: Add Microsoft's SDL and banned API list (#148)Evan Lojewski2020-10-242-1/+7
|
* jenkins: Ensure images can be build using the packages source code. (#137)Evan Lojewski2020-10-101-1/+6
| | | | * jenkins: Ensure release source can build firmware images. * fwupd: Enable deterministic builds for .cab files.
* fwupd: Generate firmware cabinet files for use with fwupd and lvfs. (#136)Evan Lojewski2020-10-101-1/+6
| | | Co-authored-by: Richard Hughes <richard@hughsie.com>
* build: Create a simple changelog from the git commit history. (#131)Evan Lojewski2020-10-063-2/+70
|
* build: Enable semantic versioning. (#130)Evan Lojewski2020-10-061-1/+24
|
* utils: Disable RTTI and exception to reduce utility compile size. (#122)Evan Lojewski2020-10-011-2/+2
|
* build: Cleanup build warnings related to assembler files. (#117)Evan Lojewski2020-09-253-6/+6
|
* build: Bump version to 0.4.x (#104)Evan Lojewski2020-09-121-1/+1
|
* build: Bump llvm version to 10.0.1 and enable ubuntu-20.04 builds. (#97)Evan Lojewski2020-08-011-6/+10
|
* build: Bump version to 0.3.x (#81)Evan Lojewski2020-04-181-1/+1
|
* regressions: Ensure code is properly formatted. (#76)Evan Lojewski2020-04-051-33/+58
|
* build: Enable -O3 optimizations. (#66)Evan Lojewski2020-04-031-2/+2
|
* build: Bump version to 0.2.x (#62)Evan Lojewski2020-03-211-2/+2
|
* clang-format: Enable additional projects and re-format. (#61)Evan Lojewski2020-03-211-2/+5
|
* docs: Cleanup file headers and comments. (#58)Evan Lojewski2020-03-202-4/+3
|
* build: Geenrate and upload the release pacakge as part of a build. (#55)Evan Lojewski2020-03-041-0/+2
|
* release: Add support for generating a release package. (#54)Evan Lojewski2020-03-024-3/+75
|
* build: Add version information to output files. (#52)Evan Lojewski2020-03-011-0/+76
|
* build: Enable clang-analyzer (scan-build) (#24)Evan Lojewski2020-02-071-0/+51
|
* elf2ape: Embed the target name in the ape header. (#7)Evan Lojewski2019-11-291-1/+1
|
* Don't pass -fomit-frame-pointer and -fno-builtin when building arm asm files ↵Evan Lojewski2019-11-141-1/+4
| | | | (#3)
* Remove dependency on xxd.Evan Lojewski2019-07-131-2/+2
|
* Begin adding support for clang-formatEvan Lojewski2019-06-051-0/+79
|
* Clean up compiler paths slightly.Lojewski, Evan2019-05-122-3/+3
|
* use the custom objcopy for stage1.Lojewski, Evan2019-05-111-1/+1
|
* Update cross compilation to use ld from compiler, remove system includes.Lojewski, Evan2019-05-112-2/+2
|
* Begin moving APE tx code from the host to the APE.Evan Lojewski2019-05-021-1/+1
|
* Add initial ape loade rbinary to allow the bcmregtool to read/write ↵Evan Lojewski2019-04-031-0/+9
| | | | arbitrary ape memory and to bootloader ape payloads.
* Update arm cmake rules to generate ape binary.Evan Lojewski2019-03-301-2/+3
|
* Add intial arm configuration for cmake.Evan Lojewski2019-03-231-0/+80
|
* Allow spaces in the build path.Evan Lojewski2019-03-181-0/+6
|
* Update the cpu target to mips2, removing movn/z support.Evan Lojewski2019-02-231-1/+1
|
* Update mips_add_executable to create the resulting .bin file.Evan Lojewski2019-02-231-0/+5
|
* Clean up a few mem leaks - simulation support doesn't need to be on the heap.Evan Lojewski2019-02-141-1/+1
|
* Garbage collect unused routines.Evan Lojewski2019-02-111-2/+2
|
* Add an initial linker script and crt file for stage1Evan Lojewski2019-02-101-3/+7
|
* Remove usage of ExternalProjectsEvan Lojewski2019-02-097-31/+186
|
* Add initial bcm5719 library with various component addresses. Ensure ASM ↵Evan Lojewski2018-06-151-0/+1
| | | | files are compiled same as c++ files.
* Begin enabling building for mips targets.Evan Lojewski2018-06-131-0/+18
|
* Begin setting up buidl system to build fw, tests, and utils.Evan Lojewski2018-05-172-0/+12
OpenPOWER on IntegriCloud