rpi start. doesn't work

This commit is contained in:
Scott Shawcroft
2021-09-17 16:51:34 -07:00
parent 6d3fb7eb98
commit 2499c9382d
15 changed files with 3318 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
void disable_async_interrupts(void);
void enable_async_interrupts(void);
#define GIC_BASE 0x4c0040000
#define NUM_CPUS 4
#define NUM_SPIS 192