arm-trusted-firmware: uprev pinned head to bc469a84b554

As shown by the following command, this gets us up to the latest master:

  $ git log -1 cros/upstream_mirror/master
  commit bc469a84b5541bc717bc04712df73f4001847215
  Merge: 84ded36ce3fc 47395a2321d6
  Author:     danh-arm <dan.handley@arm.com>
  AuthorDate: Mon Jul 18 16:20:30 2016 +0100
  Commit:     GitHub <noreply@github.com>
  CommitDate: Mon Jul 18 16:20:30 2016 +0100

Motivation is that we want:
  9ec78bdfc6a8 rockchip: support the suspend/resume for rk3399

CQ-DEPEND=CL:*270114
BUG=chrome-os-partner:54328
TEST=Build and boot

Change-Id: I05239a202e13b576332abd208010b35e139abcac
Reviewed-on: https://chromium-review.googlesource.com/362012
Commit-Ready: Douglas Anderson <dianders@chromium.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Brian Norris <briannorris@chromium.org>
1 file changed
tree: 192123f781a7690e0d068299a41f396db0b99e4c
  1. _remotes.xml
  2. full.xml
  3. README.md
README.md
IMPORTANT: Changes to this repo must also be made in the private manfest repo https://chrome-internal.googlesource.com/chromeos/manifest-internal. Automated sync between manifest-internal and manifest is not yet set up.

Repo Groups

Repo is the tool that we use to manage our local checkouts. It parses the manifest specified by the default.xml file. The name of the manifest can be ovverriden using -m. One could also check out a subset of the manifest using the repo groups feature. This section documents the important groups that are part of the default chromiumos manifest.

minilayout

This group is the minimum subset of repos needed to do a full build of Chrome OS. It doesn't include all of the repos to necessarily test the OS image but does include all those needed to create an iamge.

buildtools

The subset of repos needed to perform release actions i.e. payload generation, etc. Used by release engineers, TPMs, and Infra team members. Note this group isn't useful without a checkout of manifest-internal.

labtools

Tools needed to perform routine lab administrative actions like DUT re-allocation or lab server management.