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
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2020-01-19
make UART our own
Wojtek Kosior
2020-01-18
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
vetch
2020-01-18
mark an overlooking in IRQ handler
Wojtek Kosior
2020-01-18
fix comment typo in scheduler
Wojtek Kosior
2020-01-18
add memory to clobber list
Wojtek Kosior
2020-01-18
typo in a comment
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
move string operations from ramfs.c to strings.c
Wojtek Kosior
2020-01-17
signify, that origin address doesn't matter in stage 1 linker scripts
Wojtek Kosior
2020-01-17
get rid of reset handler
Wojtek Kosior
2020-01-15
remove garbage-comments
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-14
small improvements in interrupts
vetch
2020-01-13
rename PL_0_test.img to PL0_test.img
Wojtek Kosior
2020-01-13
shorten linking in Makefile
Wojtek Kosior
2020-01-13
Great Reorganisation, modify structure and makefile
vetch
2020-01-04
move interrupts things to interrupts.h
vetch
2020-01-04
Added missing files
vetch
2020-01-04
rearranged files, updated makefile
vetch