File tree
284 files changed
+4839
-4643
lines changed- 03_hacky_hello_world
- src
- 04_safe_globals
- src
- bsp/raspberrypi
- 05_drivers_gpio_uart
- src
- bsp
- device_driver/bcm
- raspberrypi
- 06_uart_chainloader
- src
- bsp
- device_driver/bcm
- raspberrypi
- 07_timestamps
- src
- bsp
- device_driver/bcm
- raspberrypi
- 08_hw_debug_JTAG/src
- bsp
- device_driver/bcm
- raspberrypi
- 09_privilege_level
- src
- bsp
- device_driver/bcm
- raspberrypi
- 10_virtual_mem_part1_identity_mapping
- src
- bsp
- device_driver/bcm
- raspberrypi
- 11_exceptions_part1_groundwork
- src
- bsp
- device_driver/bcm
- raspberrypi
- 12_integrated_testing
- kernel
- src
- bsp
- device_driver/bcm
- raspberrypi
- tests
- 13_exceptions_part2_peripheral_IRQs
- kernel
- src
- _arch/aarch64
- bsp
- device_driver
- arm
- bcm
- raspberrypi
- exception
- exception
- tests
- 14_virtual_mem_part2_mmio_remap
- kernel
- src
- _arch/aarch64
- bsp
- device_driver
- arm
- gicv2
- bcm
- bcm2xxx_interrupt_controller
- raspberrypi
- exception
- console
- exception
- asynchronous
- memory/mmu
- tests
- 15_virtual_mem_part3_precomputed_tables
- kernel
- src
- _arch/aarch64
- bsp
- device_driver
- arm
- gicv2
- bcm
- bcm2xxx_interrupt_controller
- raspberrypi
- exception
- console
- exception
- asynchronous
- memory/mmu
- tests
- 16_virtual_mem_part4_higher_half_kernel
- kernel
- src
- _arch/aarch64
- bsp
- device_driver
- arm
- gicv2
- bcm
- bcm2xxx_interrupt_controller
- raspberrypi
- exception
- console
- exception
- asynchronous
- memory/mmu
- tests
- 17_kernel_symbols
- kernel
- src
- _arch/aarch64
- bsp
- device_driver
- arm
- gicv2
- bcm
- bcm2xxx_interrupt_controller
- raspberrypi
- exception
- console
- exception
- asynchronous
- memory/mmu
- tests
- 18_backtrace
- kernel
- src
- _arch/aarch64
- bsp
- device_driver
- arm
- gicv2
- bcm
- bcm2xxx_interrupt_controller
- raspberrypi
- exception
- console
- exception
- asynchronous
- memory/mmu
- tests
- X1_JTAG_boot
- .vscode
- src
- bsp
- device_driver/bcm
- raspberrypi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
284 files changed
+4839
-4643
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 |
| - | |
| 10 | + |
Lines changed: 16 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
| 198 | + | |
| 199 | + | |
198 | 200 |
| |
199 | 201 |
| |
200 | 202 |
| |
| |||
208 | 210 |
| |
209 | 211 |
| |
210 | 212 |
| |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
211 | 224 |
| |
212 | 225 |
| |
213 | 226 |
| |
| |||
317 | 330 |
| |
318 | 331 |
| |
319 | 332 |
| |
320 |
| - | |
| 333 | + | |
321 | 334 |
| |
322 | 335 |
| |
323 | 336 |
| |
| |||
328 | 341 |
| |
329 | 342 |
| |
330 | 343 |
| |
331 |
| - | |
| 344 | + | |
332 | 345 |
| |
333 | 346 |
| |
334 | 347 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
| |||
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 34 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 |
| - | |
| 169 | + | |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
191 | 193 |
| |
192 | 194 |
| |
193 | 195 |
| |
194 | 196 |
| |
195 |
| - | |
| 197 | + | |
196 | 198 |
| |
197 | 199 |
| |
198 | 200 |
| |
| |||
218 | 220 |
| |
219 | 221 |
| |
220 | 222 |
| |
221 |
| - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
222 | 234 |
| |
223 | 235 |
| |
224 | 236 |
| |
| |||
240 | 252 |
| |
241 | 253 |
| |
242 | 254 |
| |
243 |
| - | |
| 255 | + | |
244 | 256 |
| |
245 | 257 |
| |
246 | 258 |
| |
247 | 259 |
| |
248 |
| - | |
| 260 | + | |
249 | 261 |
| |
250 | 262 |
| |
251 | 263 |
| |
252 | 264 |
| |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
| 265 | + | |
257 | 266 |
| |
258 | 267 |
| |
259 | 268 |
| |
260 | 269 |
| |
261 | 270 |
| |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
262 | 284 |
| |
263 | 285 |
| |
264 | 286 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
| 118 | + |
Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
| |||
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
30 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
31 | 44 |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
| 133 | + | |
137 | 134 |
| |
138 | 135 |
| |
139 | 136 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 16 | + | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
|
0 commit comments