Move the rest of the configsPer the migration we've been doing elsewhere, move the rest of theconfigs into vendor specific folders.Change-Id: Ie688a5c06aa6659f1eea8db99b227dbf3a7c559bSigned-off
Move the rest of the configsPer the migration we've been doing elsewhere, move the rest of theconfigs into vendor specific folders.Change-Id: Ie688a5c06aa6659f1eea8db99b227dbf3a7c559bSigned-off-by: Ed Tanous <etanous@nvidia.com>
show more ...
configurations/ibm: organize configsOrganizing configs by hardware vendor has some advantages:- quickly find configs for hardware- easily review config changes for hardware you are using via gerr
configurations/ibm: organize configsOrganizing configs by hardware vendor has some advantages:- quickly find configs for hardware- easily review config changes for hardware you are using via gerritpath matches- harder to overlook toplevel files like `VENDORS.md` and `meson.build`- more easily see which config is relevant for some hardwareOrganizing config like this has precedent in linux [1].References:[1] https://github.com/torvalds/linux/tree/b320789d6883cc00ac78ce83bccbfe7ed58afcf0/arch/arm/boot/dtsChange-Id: I8bbca1193a3b4b1b4f1e21b28bdc5a37e63740ffSigned-off-by: Alexander Hansen <alexander.hansen@9elements.com>