Add parameters from upstream jobs

Downstream job require these params. Most likely
this worked in previous version of jenkins. Adding this
for Arm Open CI, this is a NOP change for the upstream
CI.

Change-Id: I92dccbeb1718165b190cedfa504ef5f1e77190c0
diff --git a/tf-m-lava-submit.yaml b/tf-m-lava-submit.yaml
index 9423954..00ca73b 100644
--- a/tf-m-lava-submit.yaml
+++ b/tf-m-lava-submit.yaml
@@ -21,6 +21,107 @@
 # * Jenkins -> configure system -> global properties -> environment variables
 # e.g. DOCKER_PREFIX, LICENSE_VARIABLE
     parameters:
+
+      - string:
+          name: 'CONFIG_NAME'
+      - string:
+          name: 'TFM_PLATFORM'
+          description: |
+            Specifies the target platform.
+            For more information see <a href="https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/plain/docs/getting_started/tfm_build_instruction.rst">here</a>.
+          default: ''
+      - string:
+          name: 'ISOLATION_LEVEL'
+          default: '1'
+      - string:
+          name: 'TEST_REGRESSION'
+          default: 'False'
+      - string:
+          name: 'TEST_PSA_API'
+          default: 'OFF'
+      - string:
+          name: 'PROFILE'
+          default: 'N.A'
+      - string:
+          name: 'EXTRA_PARAMS'
+          default: 'N.A'
+      - string:
+          name: 'GERRIT_HOST'
+          default: ''
+          description: |
+            No need to change.
+      - string:
+          name: 'GERRIT_PATCHSET_REVISION'
+          default: ''
+          description: |
+            No need to change.
+      - string:
+          name: 'GERRIT_CHANGE_NUMBER'
+          default: ''
+          description: |
+            No need to change.
+      - string:
+          name: 'MCUBOOT_REFSPEC'
+          default: ''
+          description: |
+            Specify which MCUboot version to use
+            refs/heads/<branch_name> : Pick up latest HEAD on branch
+            TAG_NAME                 : Pick up a tagged version
+            full commit hash         : Pick up a specific commit
+      - string:
+          name: 'MCUBOOT_URL'
+          default: 'https://git.trustedfirmware.org/mirror/mcuboot.git'
+      - string:
+          name: 'TFM_TESTS_URL'
+          default: 'https://git.trustedfirmware.org/TF-M/tf-m-tests.git'
+      - string:
+          name: 'TFM_TESTS_REFSPEC'
+          default: ''
+          description: |
+            Specify which tf-m-tests version to use
+            refs/heads/<branch_name> : Pick up latest HEAD on branch
+            TAG_NAME                 : Pick up a tagged version
+            full commit hash         : Pick up a specific commit
+      - string:
+          name: 'TFM_EXTRAS_URL'
+          default: 'https://git.trustedfirmware.org/TF-M/tf-m-extras.git'
+      - string:
+          name: 'TFM_EXTRAS_REFSPEC'
+          default: ''
+          description: |
+            Specify which tf-m-extras version to use
+            refs/heads/<branch_name> : Pick up latest HEAD on branch
+            TAG_NAME                 : Pick up a tagged version
+            full commit hash         : Pick up a specific commit
+      - string:
+          name: 'PSA_ARCH_TESTS_URL'
+          default: 'https://git.trustedfirmware.org/mirror/psa-arch-tests.git'
+      - string:
+          name: 'PSA_ARCH_TESTS_VERSION'
+          default: ''
+          description: |
+            Specify which psa-arch-tests version to use
+            refs/heads/<branch_name> : Pick up latest HEAD on branch
+            TAG_NAME                 : Pick up a tagged version
+            full commit hash         : Pick up a specific commit
+      - string:
+          name: 'QCBOR_URL'
+          default: 'https://github.com/laurencelundblade/QCBOR.git'
+      - string:
+          name: 'QCBOR_VERSION'
+          default: ''
+          description: |
+            Specify which QCBOR version to use
+            refs/heads/<branch_name> : Pick up latest HEAD on branch
+            TAG_NAME                 : Pick up a tagged version
+            full commit hash         : Pick up a specific commit
+      - string:
+          name: 'CODE_COVERAGE_EN'
+          default: 'FALSE'
+      - string:
+          name: SHARE_FOLDER
+          default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
+          description: 'Folder containing shared repositories for downstream pipeline jobs'
       - string:
           name: DOCKER_PREFIX
           default: ${PRIVATE_CONTAINER_REGISTRY}