/lib/firmware/carl9170fw/minifw/miniboot.S is in linux-firmware 1.157.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | .globl _start
.type _start, @function
.section ".boot", "ax"
_start:
mov.l startcode, r0
jmp @r0
startcode: .long 0x00000008
|