configurations/yadro: 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: I7b432d984dc87a182a9d8d74c956a7a2a81922c0
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/configurations/meson.build b/configurations/meson.build
index b9cb597..5fd2ff9 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -228,8 +228,8 @@
     'tyan/tyan_s8036_baseboard.json',
     'tyan/tyan_s8040_baseboard.json',
     'tyan/tyan_s8047_baseboard.json',
-    'vegman_n110_baseboard.json',
-    'vegman_rx20_baseboard.json',
-    'vegman_sx20_baseboard.json',
     'wft_baseboard.json',
+    'yadro/vegman_n110_baseboard.json',
+    'yadro/vegman_rx20_baseboard.json',
+    'yadro/vegman_sx20_baseboard.json',
 ]
diff --git a/configurations/vegman_n110_baseboard.json b/configurations/yadro/vegman_n110_baseboard.json
similarity index 100%
rename from configurations/vegman_n110_baseboard.json
rename to configurations/yadro/vegman_n110_baseboard.json
diff --git a/configurations/vegman_rx20_baseboard.json b/configurations/yadro/vegman_rx20_baseboard.json
similarity index 100%
rename from configurations/vegman_rx20_baseboard.json
rename to configurations/yadro/vegman_rx20_baseboard.json
diff --git a/configurations/vegman_sx20_baseboard.json b/configurations/yadro/vegman_sx20_baseboard.json
similarity index 100%
rename from configurations/vegman_sx20_baseboard.json
rename to configurations/yadro/vegman_sx20_baseboard.json