File tree
92 files changed
+258
-69
lines changed- 01_bareminimum
- .cargo
- 02_multicore_rust
- .cargo
- raspi3_boot/src
- 03_uart1
- .cargo
- raspi3_boot/src
- 04_mailboxes
- .cargo
- raspi3_boot/src
- 05_uart0
- .cargo
- raspi3_boot/src
- 06_raspbootin64
- .cargo
- raspi3_boot/src
- 07_abstraction
- .cargo
- raspi3_boot/src
- 08_random
- .cargo
- raspi3_boot/src
- 09_delays
- .cargo
- raspi3_boot/src
- 0A_power
- .cargo
- raspi3_boot/src
- 0B_hw_debug_JTAG
- .cargo
- raspi3_boot/src
- 0C_exception_levels
- .cargo
- raspi3_boot/src
- 0D_virtual_memory
- .cargo
- raspi3_boot/src
- src/memory
- 0E_cache_performance
- .cargo
- raspi3_boot/src
- src/memory
- 0F_globals_synchronization_println
- .cargo
- raspi3_boot/src
- src/memory
- 10_DMA_memory
- .cargo
- raspi3_boot/src
- src/memory
- 11_exceptions_groundwork
- .cargo
- raspi3_boot/src
- src
- memory
- X1_JTAG_boot
- .cargo
- raspi3_boot/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
92 files changed
+258
-69
lines changedDiff for: 01_bareminimum/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
Diff for: 01_bareminimum/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 01_bareminimum/README.md
+11-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 |
| |
52 | 55 |
| |
53 | 56 |
| |
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
57 | 60 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
Diff for: 01_bareminimum/kernel8
0 Bytes
Binary file not shown.
Diff for: 02_multicore_rust/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
Diff for: 02_multicore_rust/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 02_multicore_rust/kernel8
0 Bytes
Binary file not shown.
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 |
| |
53 | 61 |
| |
54 | 62 |
| |
|
Diff for: 03_uart1/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
Diff for: 03_uart1/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 03_uart1/kernel8
0 Bytes
Binary file not shown.
Diff for: 03_uart1/raspi3_boot/src/lib.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 |
| |
53 | 61 |
| |
54 | 62 |
| |
|
Diff for: 04_mailboxes/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
Diff for: 04_mailboxes/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 04_mailboxes/kernel8
0 Bytes
Binary file not shown.
Diff for: 04_mailboxes/kernel8.img
0 Bytes
Binary file not shown.
Diff for: 04_mailboxes/raspi3_boot/src/lib.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 |
| |
53 | 61 |
| |
54 | 62 |
| |
|
Diff for: 05_uart0/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
Diff for: 05_uart0/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 05_uart0/kernel8
0 Bytes
Binary file not shown.
Diff for: 05_uart0/raspi3_boot/src/lib.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 |
| |
53 | 61 |
| |
54 | 62 |
| |
|
Diff for: 06_raspbootin64/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
|
Diff for: 06_raspbootin64/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 06_raspbootin64/README.md
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 | 98 |
| |
100 | 99 |
| |
101 | 100 |
| |
|
Diff for: 06_raspbootin64/kernel8
0 Bytes
Binary file not shown.
Diff for: 06_raspbootin64/raspi3_boot/src/lib.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 |
| |
53 | 61 |
| |
54 | 62 |
| |
|
Diff for: 07_abstraction/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
Diff for: 07_abstraction/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 07_abstraction/README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
Diff for: 07_abstraction/kernel8
0 Bytes
Binary file not shown.
Diff for: 07_abstraction/raspi3_boot/src/lib.rs
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 |
| |
39 | 43 |
| |
40 | 44 |
| |
| |||
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 |
| |
52 | 60 |
| |
53 | 61 |
| |
| |||
69 | 77 |
| |
70 | 78 |
| |
71 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
72 | 84 |
| |
73 | 85 |
| |
74 | 86 |
| |
|
Diff for: 08_random/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
Diff for: 08_random/Makefile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: 08_random/kernel8
0 Bytes
Binary file not shown.
Diff for: 08_random/kernel8.img
0 Bytes
Binary file not shown.
Diff for: 08_random/raspi3_boot/src/lib.rs
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 |
| |
39 | 43 |
| |
40 | 44 |
| |
| |||
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 |
| |
52 | 60 |
| |
53 | 61 |
| |
| |||
69 | 77 |
| |
70 | 78 |
| |
71 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
72 | 84 |
| |
73 | 85 |
| |
74 | 86 |
| |
|
Diff for: 09_delays/.cargo/config
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
|
0 commit comments