summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/stand
AgeCommit message (Expand)Author
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().Jonathan Gray
2017-02-08Pass the physical address to the end of symbols to the kernel. FromPatrick Wildt
2017-02-08Retry BS->ExitBootServices() if it fails, like on amd64. Also we needPatrick Wildt
2017-02-05Since turning of the MMU in the beginning of the kernel removesPatrick Wildt
2017-02-04In reality our kernel does not need to be aligned at a 256M boundary,Patrick Wildt
2017-02-03whitespace fixesPatrick Wildt
2017-02-03Explicitly ask EFI to allocate the page we picked out to lay ourPatrick Wildt
2017-01-23We are supposed to be mapped on a 128 MB block, so skip the firstPatrick Wildt
2017-01-22Increment the right loop variable.Mark Kettenis
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.Mark Kettenis
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-18Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstreamPatrick Wildt
2016-12-17Import of OpenBSD/arm64Patrick Wildt