configurations/sol_um: organize configs

Cannot use the actual folder name since commit_spelling fails otherwise.

Organizing configs by hardware vendor has some advantages:
- quickly find configs for hardware
- easily review config changes for hardware you are using via gerrit
path matches
- harder to overlook toplevel files like `VENDORS.md` and `meson.build`
- more easily see which config is relevant for some hardware

Organizing config like this has precedent in linux [1].

References:
[1] https://github.com/torvalds/linux/tree/b320789d6883cc00ac78ce83bccbfe7ed58afcf0/arch/arm/boot/dts

Change-Id: I730484df1028fe7139e0bb9870a40c5ae43c537e
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/configurations/meson.build b/configurations/meson.build
index 4c2c889..b9cb597 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -211,14 +211,14 @@
     'nvme_intel_p_series.json',
     'nvme_p4500_p5500.json',
     'pcie_ssd_retimer.json',
-    'pssf132202a.json',
-    'pssf162205a.json',
-    'pssf212201a.json',
-    'pssf222201a.json',
     'r1000_chassis.json',
     'r2000_chassis.json',
     'sas_module.json',
-    'solum_pssf162202_psu.json',
+    'solum/pssf132202a.json',
+    'solum/pssf162205a.json',
+    'solum/pssf212201a.json',
+    'solum/pssf222201a.json',
+    'solum/solum_pssf162202_psu.json',
     'stp_baseboard.json',
     'stp_p4000_chassis.json',
     'supermicro-pws-920p-sq_psu.json',
diff --git a/configurations/pssf132202a.json b/configurations/solum/pssf132202a.json
similarity index 100%
rename from configurations/pssf132202a.json
rename to configurations/solum/pssf132202a.json
diff --git a/configurations/pssf162205a.json b/configurations/solum/pssf162205a.json
similarity index 100%
rename from configurations/pssf162205a.json
rename to configurations/solum/pssf162205a.json
diff --git a/configurations/pssf212201a.json b/configurations/solum/pssf212201a.json
similarity index 100%
rename from configurations/pssf212201a.json
rename to configurations/solum/pssf212201a.json
diff --git a/configurations/pssf222201a.json b/configurations/solum/pssf222201a.json
similarity index 100%
rename from configurations/pssf222201a.json
rename to configurations/solum/pssf222201a.json
diff --git a/configurations/solum_pssf162202_psu.json b/configurations/solum/solum_pssf162202_psu.json
similarity index 100%
rename from configurations/solum_pssf162202_psu.json
rename to configurations/solum/solum_pssf162202_psu.json