]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/imagination: Move ELF fw utils to common file
authorMatt Coster <matt.coster@imgtec.com>
Thu, 10 Apr 2025 09:55:12 +0000 (10:55 +0100)
committerMatt Coster <matt.coster@imgtec.com>
Tue, 15 Apr 2025 11:21:52 +0000 (12:21 +0100)
commitf48485ab506850b4e35ff56550568f710a22a586
treefeb1426638b2cec96eaa600f6c2444cc12fb5fd9
parent89b3c4a5cc1b95f09f5fa5c183aa9d7a65309eac
drm/imagination: Move ELF fw utils to common file

Currently only MIPS firmware processors use ELF-formatted firmware. When
adding support for RISC-V firmware processors, it will be useful to have
ELF handling functions ready to go.

Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Link: https://lore.kernel.org/r/20250410-sets-bxs-4-64-patch-v1-v6-13-eda620c5865f@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/Makefile
drivers/gpu/drm/imagination/pvr_fw.h
drivers/gpu/drm/imagination/pvr_fw_mips.c
drivers/gpu/drm/imagination/pvr_fw_util.c [new file with mode: 0644]