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 (
Expand
)
Author
2020-01-13
one %.o : %.c rule for host and arm
Wojtek Kosior
2020-01-13
shorten compilation rules
Wojtek Kosior
2020-01-13
rename PL_0_test.img to PL0_test.img
Wojtek Kosior
2020-01-13
move building to build/
Wojtek Kosior
2020-01-13
shorten linking in Makefile
Wojtek Kosior
2020-01-13
Great Reorganisation, modify structure and makefile
vetch
2020-01-06
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
...
vetch
2020-01-05
pseudonym
Wojtek Kosior
2020-01-05
more about other's mistakes found
Wojtek Kosior
2020-01-05
update TODOs
Wojtek Kosior
2020-01-04
move interrupts things to interrupts.h
vetch
2020-01-04
Added missing files
vetch
2020-01-04
Updated makefile for universal making
vetch
2020-01-04
rearranged files, updated makefile
vetch
2020-01-04
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
...
vetch
2020-01-03
write to peripheral registers like humans
Wojtek Kosior
2020-01-03
add TODO comment
Wojtek Kosior
2020-01-03
fix interrupt enabling/disabling/polling and uart fifo setting to make the io...
Wojtek Kosior
2020-01-03
update
vetch
2020-01-03
add (not yet fully working - it can only send through uart now) interrupt-dri...
Wojtek Kosior
2020-01-02
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
...
vetch
2020-01-02
gitignored added
vetch
2020-01-02
update, may not work now
vetch
2020-01-02
use clock3; don't write to registers of arm timer (former mistake)
Wojtek Kosior
2020-01-02
fix/improve arm timer register definitions
Wojtek Kosior
2020-01-02
move general irq register definitions to global.h
Wojtek Kosior
2020-01-02
change naming of functions scheduling timer irq for a specified time from now
Wojtek Kosior
2020-01-02
demo of arm timer irq
Wojtek Kosior
2020-01-01
add messy armclock.h... although messy, it works (with modified setup.c i got...
Wojtek Kosior
2019-12-31
more uniqe function naming
Wojtek Kosior
2019-12-31
more uniqe constant naming
Wojtek Kosior
2019-12-31
move ARM_BASE definition to global.h
Wojtek Kosior
2019-12-31
GPU clock stuff (probably not to be finished...)
Wojtek Kosior
2019-12-31
copy by one byte in memcpy to avoid alignment faults
Wojtek Kosior
2019-12-31
make global.h more readable
Wojtek Kosior
2019-12-31
use nice #define's instead of ugly enum
Wojtek Kosior
2019-12-31
define peripherals base
Wojtek Kosior
2019-12-31
add cpsr-writing function
Wojtek Kosior
2019-12-31
split stack into irq, fiq and supervisor stacks; add proper handling of those...
Wojtek Kosior
2019-12-31
reset is used by us in a hacky way and never really triggered by hardware; ma...
Wojtek Kosior
2019-12-31
don't statically define the unprivileged section (we're going to have many dy...
Wojtek Kosior
2019-12-31
add strcat
Wojtek Kosior
2019-12-31
introduce SECTION_NULL
Wojtek Kosior
2019-12-31
print info about completed initialization of kernel's paging structures
Wojtek Kosior
2019-12-31
print information about mapping created for PL0 code
Wojtek Kosior
2019-12-31
use just implemented basic memory section allocation for processes
Wojtek Kosior
2019-12-31
implement basic memory section allocation for processes
Wojtek Kosior
2019-12-31
remove misleading const
Wojtek Kosior
2019-12-31
typo
Wojtek Kosior
2019-12-31
determine amount of memory available
Wojtek Kosior
[prev]
[next]