aboutsummaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-01-13 12:37:03 +0000
committerDan Handley <dan.handley@arm.com>2014-01-20 18:45:04 +0000
commit25cff83ee4300f26d5b7661ad6359525aaa36b94 (patch)
tree99eb00fe80b041dbaaf54ed8403aab6744154c59 /docs/change-log.md
parent5443f2be407f23a19c31564121683ddc24b982e8 (diff)
Build system: Fixes #2: Add multi-platform support
Move all explicit platform or architecture specific references into a new platform.mk file that is defined for each platform. Change-Id: I9d6320d1ba957e0cc8d9b316b3578132331fa428 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 7d6d8f6b11..50e111113e 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -98,6 +98,11 @@ Detailed changes since last release
system. The GICv3 re-distributors are probed to work out which
re-distributor should be used with which CPU.
+* Add multi-platform support to the build system. The user may now specify
+ which platform to build using PLAT=<platform> as part of the make command
+ line. Default behaviour is to make all platforms. New platforms are
+ automatically detected by the make file when they are added to the plat
+ directory.
ARM Trusted Firmware - version 0.2
==================================