-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hector Martin <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule m1n1
updated
31 files
+1 −1 | .github/workflows/build.yml | |
+5 −1 | Dockerfile | |
+1 −1 | Makefile | |
+34 −3 | proxyclient/m1n1/agx/initdata.py | |
+13 −7 | proxyclient/m1n1/agx/render.py | |
+1 −1 | proxyclient/m1n1/constructutils.py | |
+2 −2 | proxyclient/m1n1/find_regs.py | |
+16 −0 | proxyclient/m1n1/fw/agx/channels.py | |
+23 −3 | proxyclient/m1n1/fw/agx/cmdqueue.py | |
+36 −7 | proxyclient/m1n1/fw/agx/initdata.py | |
+35 −14 | proxyclient/m1n1/fw/agx/microsequence.py | |
+7 −3 | proxyclient/m1n1/hv/__init__.py | |
+1 −1 | proxyclient/m1n1/hw/aes.py | |
+1 −0 | proxyclient/m1n1/proxyutils.py | |
+8 −0 | proxyclient/m1n1/sysreg.py | |
+270 −109 | proxyclient/m1n1/trace/agx.py | |
+4 −3 | src/arm_cpu_regs.h | |
+6 −2 | src/chickens.c | |
+1 −0 | src/cpu_regs.h | |
+25 −0 | src/display.c | |
+1 −1 | src/exception.c | |
+36 −2 | src/fb.c | |
+49 −0 | src/firmware.c | |
+11 −2 | src/firmware.h | |
+8 −2 | src/hv.c | |
+14 −1 | src/hv_exc.c | |
+7 −5 | src/iodev.c | |
+2 −0 | src/iodev.h | |
+97 −13 | src/kboot.c | |
+1 −0 | src/utils.h | |
+3 −2 | tools/apple_regs.json |