- 08 Jun, 2017 1 commit
-
-
Dan Handley authored
Clarify copyright requirements in contributing.md. Also clarify maintainership structure by adding a new maintainers.md. This imports individual maintainer details from the GitHub wiki. Fixes ARM-software/tf-issues#488 Change-Id: I7135d3f77ea45533f667de7e1dcdf65697486a91 Signed-off-by: Dan Handley <dan.handley@arm.com>
-
- 27 Sep, 2016 1 commit
-
-
Dan Handley authored
It is no longer necessary for contributors to send a CLA to ARM before making contributions. Contributors must instead add a "Signed-off-by:" line to each commit, which certifies that the contribution is made under the Developer Certificate of Origin (DCO). Update contributing.md to reflect this new policy and add a copy of the DCO to the repository. Change-Id: I7ca98bffc3bf57e8bdd51d763c24f13e415a328b Signed-off-by: Dan Handley <dan.handley@arm.com>
-
- 21 Dec, 2015 1 commit
-
-
Dan Handley authored
Update `contributing.md` to make it clear that contributors should wait for ARM to confirm acceptance of the completed CLA before making contributions. Change-Id: Ide62d893ad8cc0d2a0949c16605cd8689d9624bf
-
- 01 Apr, 2014 1 commit
-
-
Dan Handley authored
Contributions will now be merged into an ARM Trusted Firmware integration branch on GitHub instead of via an ARM internal branch.
-
- 05 Mar, 2014 1 commit
-
-
Dan Handley authored
Remove the instructions to update the change log from contribution.md. The change log no longer contains a "Detailed changes since last release" section. Also, update the documentation links following recent documentation changes. Change-Id: Id9df43d666f7f9a60dcc6f663a8a85cdd2ff7cc4
-
- 26 Feb, 2014 1 commit
-
-
Dan Handley authored
This commit updates contributing.md to point to the ARM website for downloading copies of the Contribution License Agreement (CLA). It is no longer necessary to email ARM for these. Change-Id: Iaf58680631a626f26827577709ac5471e3b84566
-
- 30 Jan, 2014 1 commit
-
-
Ian Spray authored
New phony Makefile targets have been added: * checkcodebase * checkpatch The checkcodebase target will run a Linux style compliance check over the entire codebase, and honours the V=1 Makefile verbose setting and so will show more information when this is enabled. If the local directory is a git checkout then the output of git ls-files is used to decide which files to test for compliance. If the local directory is not under git control then a 'best attempt' is made, but in this case it should be noted that it is possible for additional non-codebase files to be tested, so care should be taken when parsing the output. The checkpatch target will compare local changes against the git origin/master to allow issues with the last set of changes to be identified. To override the change comparision location, set the BASE_COMMIT variable to your desired git branch. Both targets rely on the Linux source tree script checkpatch.pl to do the syntax checking, and expects that the CHECKPATCH environment variable points to the location of this file. Notes on the usage of these targets have been added to the contributing.md and docs/user-guide.md text files. Change-Id: I6d73c97af578e24a34226d972afadab9d30f1d8d
-
- 17 Jan, 2014 2 commits
-
-
Dan Handley authored
Change-Id: Ic7fb61aabae1d515b9e6baf3dd003807ff42da60
-
Dan Handley authored
Update documentation to refer to separate issue tracking repository, https://github.com/ARM-software/tf-issues/issues. Change-Id: Ib1cef65b0da420bec58290d8743eb069b1226c96
-
- 05 Dec, 2013 1 commit
-
-
Dan Handley authored
- Add instructions for contributing to ARM Trusted Firmware. - Update copyright text in all files to acknowledge contributors. Change-Id: I9311aac81b00c6c167d2f8c889aea403b84450e5
-