summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/include
AgeCommit message (Expand)Author
2017-01-05Now that all non-ARMv7 platforms are gone, tedu the legacy atomicPatrick Wildt
2016-12-30Remove unused headers.Jeremie Courreges-Anglas
2016-08-20Increase MSGBUFSIZE to 8 pages.Mark Kettenis
2016-08-06Extend the interrupt controller API with a disestablish functionality.Patrick Wildt
2016-08-04Add support for pre-registering interrupts. This allows device drivers toMark Kettenis
2016-08-01Implement an FDT-aware interrupt establish API. This means the driversPatrick Wildt
2016-05-21Implement openprom(4) for armv7.Mark Kettenis
2016-05-14Load the kernel at the address pre-allocated by the EFI bootloader.Mark Kettenis
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2015-09-19intr_barrier(9) for armJonathan Gray
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-05-12Raise VM_PHYSSEG_MAX to two and load an additional physical memoryJonathan Gray
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2013-10-24remove useless headersaalm
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-09-04In the future, we shouldn't have one port port ARM SoC, that's justPatrick Wildt