index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
/
include
Age
Commit message (
Expand
)
Author
2017-01-05
Now that all non-ARMv7 platforms are gone, tedu the legacy atomic
Patrick Wildt
2016-12-30
Remove unused headers.
Jeremie Courreges-Anglas
2016-08-20
Increase MSGBUFSIZE to 8 pages.
Mark Kettenis
2016-08-06
Extend the interrupt controller API with a disestablish functionality.
Patrick Wildt
2016-08-04
Add support for pre-registering interrupts. This allows device drivers to
Mark Kettenis
2016-08-01
Implement an FDT-aware interrupt establish API. This means the drivers
Patrick Wildt
2016-05-21
Implement openprom(4) for armv7.
Mark Kettenis
2016-05-14
Load the kernel at the address pre-allocated by the EFI bootloader.
Mark Kettenis
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2015-09-19
intr_barrier(9) for arm
Jonathan Gray
2015-07-17
Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out
Miod Vallat
2015-06-24
Make ARM_KERNEL_BASE explicitely unsigned
Miod Vallat
2015-05-12
Raise VM_PHYSSEG_MAX to two and load an additional physical memory
Jonathan Gray
2015-05-10
VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of
Jonathan Gray
2013-10-24
remove useless headers
aalm
2013-10-17
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.
Miod Vallat
2013-09-04
In the future, we shouldn't have one port port ARM SoC, that's just
Patrick Wildt