6 Commits

Author SHA1 Message Date
Jeremy Linton
10997ba7c4 pd-mapper: Add ability to decompress .xz json files
Many distros and ship Linux firmware in compressed form.
In the case of fedora that is .xz format, so lets add the
ability for pd-mapper to understand LZMA compressed JSON files.

Signed-off-by: Jeremy Linton <lintonrjeremy@gmail.com>
2023-09-01 09:55:20 -05:00
Jami Kettunen
a500e63481 Makefile: allow $(CFLAGS), $(LDFLAGS) override
The caller might have specified CFLAGS or LDFLAGS. Let's respect those.
2023-01-17 22:58:11 -06:00
Bjorn Andersson
95431902a6 pd-mapper: Introduce associative array implementation
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-03-14 22:35:16 -07:00
Bjorn Andersson
48d5389fd3 json: Introduce JSON parser
Mappings are stored in JSON structured files, introduce a JSON parser to
load these.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-03-14 22:35:16 -07:00
Bjorn Andersson
4236829a62 pd-mapper.service: Add systemd service
Add pd-mapper.service and install this.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2019-07-25 11:30:16 -07:00
Bjorn Andersson
a427ad436e pd-mapper: Initial implementation
This implements the minimum scope of pd-mapper in order to trigger
loading of wlan firmware on SDM845.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-06-29 15:50:04 -07:00