configurations/aspower: organize configs

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: Id8a9a3cf44fa94454cbd037e9501de5b0d15633d
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/configurations/aspower_u1a-d10550_psu.json b/configurations/aspower/aspower_u1a-d10550_psu.json
similarity index 100%
rename from configurations/aspower_u1a-d10550_psu.json
rename to configurations/aspower/aspower_u1a-d10550_psu.json
diff --git a/configurations/aspower_u1a-d10800_psu.json b/configurations/aspower/aspower_u1a-d10800_psu.json
similarity index 100%
rename from configurations/aspower_u1a-d10800_psu.json
rename to configurations/aspower/aspower_u1a-d10800_psu.json
diff --git a/configurations/aspower_u1a-d11200_psu.json b/configurations/aspower/aspower_u1a-d11200_psu.json
similarity index 100%
rename from configurations/aspower_u1a-d11200_psu.json
rename to configurations/aspower/aspower_u1a-d11200_psu.json
diff --git a/configurations/aspower_u1a-d11600_psu.json b/configurations/aspower/aspower_u1a-d11600_psu.json
similarity index 100%
rename from configurations/aspower_u1a-d11600_psu.json
rename to configurations/aspower/aspower_u1a-d11600_psu.json
diff --git a/configurations/aspower_u1d-d10800_psu.json b/configurations/aspower/aspower_u1d-d10800_psu.json
similarity index 100%
rename from configurations/aspower_u1d-d10800_psu.json
rename to configurations/aspower/aspower_u1d-d10800_psu.json
diff --git a/configurations/meson.build b/configurations/meson.build
index ca5df9a..53a6e31 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -19,11 +19,11 @@
     'ampere/mtmitchell_bp.json',
     'ampere/mtmitchell_mb.json',
     'ampere/mtmitchell_riser.json',
-    'aspower_u1a-d10550_psu.json',
-    'aspower_u1a-d10800_psu.json',
-    'aspower_u1a-d11200_psu.json',
-    'aspower_u1a-d11600_psu.json',
-    'aspower_u1d-d10800_psu.json',
+    'aspower/aspower_u1a-d10550_psu.json',
+    'aspower/aspower_u1a-d10800_psu.json',
+    'aspower/aspower_u1a-d11200_psu.json',
+    'aspower/aspower_u1a-d11600_psu.json',
+    'aspower/aspower_u1d-d10800_psu.json',
     'asrock/asrock_c3_medium_x86.json',
     'asrock/asrock_e3c246d4i.json',
     'asrock/asrock_e3c256d4i.json',