diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-12-12 13:00:29 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2014-01-17 10:27:53 +0000 |
commit | eaec590e5fc2c7e3da8c353bd4139bd4b52b99c6 (patch) | |
tree | 1111fa88955c4ed37837f4dd4db37e76afa366ab /docs/change-log.md | |
parent | 4f6036834fb7f53e3002c37af1c9d0681e8ef675 (diff) |
Probe for GICv3 re-distributors on core bring-up
The GICv3 distributor can have more ports than CPUs are available in
the system. Probe all re-distributors and use the matching affinity
levels as specified by each core and re-distributor to decide which
re-distributor to use with which CPU core.
If a core cannot be matched with a re-distributor, the core panics and
is placed in an endless loop.
Change-Id: Ie393cfe07c7449a2383959e3c968664882e18afc
Diffstat (limited to 'docs/change-log.md')
-rw-r--r-- | docs/change-log.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 1b9b0d22..7d6d8f6b 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -94,6 +94,10 @@ Detailed changes since last release floating point registers. Also added `-mgeneral-regs-only` flag to GCC settings to prevent generation of code using floating point registers. +* The GICv3 distributor can have more ports than CPUs are available in the + system. The GICv3 re-distributors are probed to work out which + re-distributor should be used with which CPU. + ARM Trusted Firmware - version 0.2 ================================== |