Setup
-----
-Each board will be registered in fd.o GitLab. You'll want something
-like this to register a fastboot board:
+Each board will be registered in freedesktop.org GitLab. You'll want
+something like this to register a fastboot board:
.. code-block:: console
For a servo board, you'll need to also volume mount the board's NFS
root dir at /nfs and TFTP kernel directory at /tftp.
-The registration token has to come from a fd.o GitLab admin going to
-https://gitlab.freedesktop.org/admin/runners
+The registration token has to come from a freedesktop.org GitLab admin
+going to https://gitlab.freedesktop.org/admin/runners
The name scheme for Google's lab is google-freedreno-boardname-n, and
our tag is something like google-freedreno-db410c. The tag is what
git add <files to commit>
git commit
- to get your changes ready to push back into the fd.o repository.
+ to get your changes ready to push back into the freedesktop.org
+ repository.
It is possible (and likely) that someone has changed master since you
did your last pull. Even if your changes do not conflict with their