index
:
rpi-MMU-example
master
Simple kernel to present usage of Memory Management Unit, under Raspberry Pi 3B running libre firmware
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-01-18
Explained Project structure
vetch
2020-01-18
Updated Building and running, first to be mded
vetch
2020-01-18
Updated Makefile explained
vetch
2020-01-18
Improvement of MMU explanation
vetch
2020-01-18
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
vetch
2020-01-18
start explaining Program Status Registers
Wojtek Kosior
2020-01-18
explain exception vector
Wojtek Kosior
2020-01-18
add TODO to rename interrupts to exceptions everywhere
Wojtek Kosior
2020-01-18
mention generic timer in TODOs
Wojtek Kosior
2020-01-18
explain processor modes
Wojtek Kosior
2020-01-18
add small, arm-related TODO
Wojtek Kosior
2020-01-18
add memory to clobber list
Wojtek Kosior
2020-01-18
typo in a comment
Wojtek Kosior
2020-01-18
finish explaining ramfs
Wojtek Kosior
2020-01-17
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
vetch
# Conflicts: # src/arm/PL1/kernel/interrupts.c
2020-01-17
start explaining ramfs
Wojtek Kosior
2020-01-17
move string operations from ramfs.c to strings.c
Wojtek Kosior
2020-01-17
explain project structure
Wojtek Kosior
2020-01-17
explain building and running
Wojtek Kosior
2020-01-17
list 2 more targets for auto-completion in Makefile
Wojtek Kosior
2020-01-17
signify, that origin address doesn't matter in stage 1 linker scripts
Wojtek Kosior
2020-01-17
explain booting
Wojtek Kosior
2020-01-17
get rid of reset handler
Wojtek Kosior
2020-01-17
add small, Makefile-related TODO
Wojtek Kosior
2020-01-16
finish explaining Makefile
Wojtek Kosior
2020-01-16
list make doc as one of useful sources to mention
Wojtek Kosior
2020-01-16
mark qemu-loader and run-on-pi as PHONY targets
Wojtek Kosior
2020-01-16
slightly alter the composition of makefile
Wojtek Kosior
2020-01-16
START explaining makefile
Wojtek Kosior
2020-01-15
add TODO concerning variable assignment in Makefile
Wojtek Kosior
2020-01-15
add TODO concerning smarter use of memory attributes
Wojtek Kosior
2020-01-15
remove garbage-comments
Wojtek Kosior
2020-01-15
finish explaining how MMU works and how we use it
Wojtek Kosior
2020-01-15
for safety - invalidate caches when creating a new mapping
Wojtek Kosior
2020-01-15
also enable data and instruction cache when enabling the MMU
Wojtek Kosior
2020-01-15
add more explaination about how MMU works
Wojtek Kosior
2020-01-14
delete old debug line
Wojtek Kosior
2020-01-14
small fix for run-on-pi to work everywhere
vetch
2020-01-14
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
vetch
2020-01-14
small improvements in interrupts
vetch
2020-01-14
start explaining the MMU
Wojtek Kosior
2020-01-13
update TODOs
Wojtek Kosior
2020-01-13
minor line moved
Wojtek Kosior
2020-01-13
split too long lines
Wojtek Kosior
2020-01-13
remove forgotten debug lines
Wojtek Kosior
2020-01-13
use MAKE variables
Wojtek Kosior
2020-01-13
variable assignment types
Wojtek Kosior
2020-01-13
remove unneeded variable
Wojtek Kosior
2020-01-13
one %.o : %.c rule for host and arm
Wojtek Kosior
2020-01-13
shorten compilation rules
Wojtek Kosior
[prev]
[next]