configurations/acbel: 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: Icbfb681fe08863b6243f747300fcba6ced734e4f
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/configurations/acbel_r1ca2122a_psu.json b/configurations/acbel/acbel_r1ca2122a_psu.json
similarity index 100%
rename from configurations/acbel_r1ca2122a_psu.json
rename to configurations/acbel/acbel_r1ca2122a_psu.json
diff --git a/configurations/acbell_rica_psu.json b/configurations/acbel/acbell_rica_psu.json
similarity index 100%
rename from configurations/acbell_rica_psu.json
rename to configurations/acbel/acbell_rica_psu.json
diff --git a/configurations/meson.build b/configurations/meson.build
index 59a6bb7..02d462e 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -7,8 +7,8 @@
'8x25_hsbp.json',
'a2ul16riser.json',
'a2ux8x4riser.json',
- 'acbel_r1ca2122a_psu.json',
- 'acbell_rica_psu.json',
+ 'acbel/acbel_r1ca2122a_psu.json',
+ 'acbel/acbell_rica_psu.json',
'ahw1um2riser.json',
'ampere/mtjade.json',
'ampere/mtjefferson_bmc.json',