Berkus Decker
|
ddf6d09136
|
feat: ✨ Switch mailboxes to correct DMA-backed storage by default
Allocate DmaBackedMailboxStorage out of DMA_ALLOCATOR.
Replace DMA bump_allocator with buddy_alloc.
|
2022-05-08 12:15:21 +03:00 |
Berkus Decker
|
0b3973f58d
|
build(deps): 🛠 bump dependencies
|
2022-03-27 21:33:54 +03:00 |
Berkus Decker
|
cfe4a230de
|
feat: ✨ Add chainboot boot loader
|
2022-02-10 02:15:57 +02:00 |
Berkus Decker
|
8f26c6fa44
|
refactor: 📦 Clean up code
Debugging with jtag.
Explicitly default to no features.
Allow unused allocator code.
Add board selection.
Add RPi4 datasheet.
Add explanation on bss alignment type.
|
2022-02-10 02:15:18 +02:00 |
Berkus Decker
|
4cdeeb8556
|
refactor: 📦 Split kernel into machine and nucleus
Move openocd task to upper level and remove kernel
build dependency - the qemu runner doesn't really
depend on it.
|
2022-02-10 02:14:07 +02:00 |