hexagonrpcd: folder structure discussion
We currently ship device specific firmware in : /lib/firmware/qcom/sdm845/oneplus6/*. I would say, we can have /lib/firmware/qcom/sdm845/oneplus6/sensors which contain subfolders config, dsp, avs and registry.
-
sensors/configwill contain files from/vendor/etc/sensors/config. -
sensors/registrywill contain files from/mnt/vendor/persist/sensors/registry. -
sensors/sns_reg.confwill contain the main reg config file from/vendor/etc/sensors/sns_reg_config. -
sensors/dspwill contain combined files from/vendor/dsp/adsp,/vendor/dsp/cdspand/vendor/dsp/sdsp. do we need to combine them though? bcoz i feel we could have them separated just in case if we wanna use these subsystems separately, we would loose information of which file belongs to which subsystem. i think we can have separate folders insidesensors/dsp/. -
sensors/avswill contain files from/vendor/etc/acdbdata. maybe a different name foravs? what doesavsstand for? maybe we can keep it asacdb? i will feel its a bit more clear and straightforward to map.
@flamingradian @dylanvanassche Let me know your thoughts on this.
Edited by Joel Selvaraj