doc: Linux Foundation registration steps

Updates Set Up steps from previous 01.org Gerrit to new Linux Foundation one.

Change-Id: Iab98864b405ff6dc4ea20d687fae77bd59284678
Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
diff --git a/doc/getting_started/figures/setting_up01.png b/doc/getting_started/figures/setting_up01.png
new file mode 100644
index 0000000..e5fcc37
--- /dev/null
+++ b/doc/getting_started/figures/setting_up01.png
Binary files differ
diff --git a/doc/getting_started/figures/setting_up02.png b/doc/getting_started/figures/setting_up02.png
new file mode 100644
index 0000000..5edaeba
--- /dev/null
+++ b/doc/getting_started/figures/setting_up02.png
Binary files differ
diff --git a/doc/getting_started/setting_up.rst b/doc/getting_started/setting_up.rst
index 9e581c8..313b9aa 100644
--- a/doc/getting_started/setting_up.rst
+++ b/doc/getting_started/setting_up.rst
@@ -11,25 +11,33 @@
 Access the Code
 ***************
 
-Currently, the code is hosted at 01.org and code review is done using Gerrit.
-Therefore, a 01.org account is needed to access the code. Follow these steps
-to gain access to the code in Gerrit:
+The code is hosted at Linux Foundation and code review is done using
+Gerrit. Therefore, a Linux Foundation account is needed to contribute to the
+code. Follow these steps to create an account if you don't have one already:
 
-#. `Create`_ or `update`_ a `01.org`_ account.
+#. Go to the `Linux Foundation ID website`_.
 
-#. Request access by contacting the Zephyr project team.
+#. Select the option :guilabel:`I need to create a Linux Foundation ID`.
 
-#. Once access is granted, `access Gerrit`_.
+   .. figure:: figures/setting_up01.png
+      :scale: 75 %
+      :alt: linuxfoundation.org identity page
 
-#. Log in using your 01.org account credentials.
+#. Fill out the form that appears:
 
-.. _Create: https://01.org/user/register
+   .. figure:: figures/setting_up02.png
+      :scale: 75 %
+      :alt: New account form
 
-.. _update: https://01.org/user/login
+#. Open your email account and look for a message with the subject line:
+   "Validate your Linux Foundation ID email".
 
-.. _access Gerrit: https://oic-review.01.org/gerrit/
+#. Open the received URL to validate your email address.
 
-.. _01.org: https://01.org/
+#. Verify the browser displays the message :guilabel:`You have successfully
+   validated your e-mail address`.
+
+#. Access `Gerrit`_.
 
 Configuring Gerrit to Use SSH
 =============================
@@ -68,7 +76,7 @@
 Follow these steps to add your public key :file:`id_rsa.pub` to the Gerrit
 account:
 
-1. Go to `access Gerrit`_.
+1. Go to `Gerrit`_.
 
 2. Click on your account name in the upper right corner.
 
@@ -108,7 +116,7 @@
    .. code-block:: console
 
       $ git clone
-      ssh://01ORGUSERNAME@oic-review.01.org:29418/forto-collab zephyr-project
+      ssh://LFID@gerrit.zephyrproject.org:29418/zephyr zephyr-project
 
 You have successfully checked out a copy of the source code to your local
 machine.
@@ -139,4 +147,8 @@
    :maxdepth: 2
 
    installation_linux.rst
-   installation_mac.rst
\ No newline at end of file
+   installation_mac.rst
+
+.. _Linux Foundation ID website: https://identity.linuxfoundation.org
+
+.. _Gerrit: https://gerrit.zephyrproject.org/