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
/
arm64
Age
Commit message (
Expand
)
Author
2018-05-06
Use speed from device tree for serial console. Makes it possible to boot
Mark Kettenis
2018-05-04
Add a common rules file for ofw sources to help keep the configurations
Visa Hankala
2018-05-04
Fix WITNESS build on arm64.
Visa Hankala
2018-05-04
Add stack trace saving for arm64.
Visa Hankala
2018-05-03
Add support for SMCCC 1.1 which provides proper support for the firmware-based
Mark Kettenis
2018-05-02
Add imxpd(4) which is a power domain controller driver that
Patrick Wildt
2018-05-02
Implement a power domain framework to turn on/off so-called power
Patrick Wildt
2018-04-24
Enable gpioiic(4) and gpioow(4). From Artturi Alm.
Mark Kettenis
2018-04-20
enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000s
David Gwynne
2018-04-18
Stop modifying vm page flags using mixed atomic and non-atomic
Patrick Wildt
2018-04-18
Introduce a pmap lock on pmap_fault_fixup(). Heavily threaded
Patrick Wildt
2018-04-12
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
Theo de Raadt
2018-04-09
Set trapframe pointer early on in do_el0_sync. This allows the use of
Mark Kettenis
2018-04-09
Get rid of some FreeBSD leftovers (that are mostly commented out already).
Mark Kettenis
2018-04-09
The Open Firmware Interrupt Mapping "recommendation" says that the number
Mark Kettenis
2018-04-08
Add support for the EFI Random Number Generator Protocol and use it to XOR
Mark Kettenis
2018-04-07
Enable islrtc(4).
Mark Kettenis
2018-04-06
Sadly some UEFI frimware writes to mappings marked as runtime code so we can't
Mark Kettenis
2018-04-02
Enable mvrng(4).
Mark Kettenis
2018-04-02
Enable imxiomuxc(4).
Patrick Wildt
2018-04-02
Enable fec(4).
Patrick Wildt
2018-04-02
Enable imxccm(4).
Patrick Wildt
2018-04-02
Enable dwpcie(4).
Mark Kettenis
2018-04-02
Do not add 32 to the "base" SPI number. Apparently the offset of the first
Mark Kettenis
2018-04-02
Pay attention to the "reg-io-width" and "reg-shift" properties and avoid
Mark Kettenis
2018-03-31
Bump version number so that we can see if efiboot(8) supports EFI's Simple
Patrick Wildt
2018-03-31
In addition to using EFI's PXE protocol implement a network driver that
Patrick Wildt
2018-03-31
Enable mvtemp(4).
Mark Kettenis
2018-03-30
Enable imxanatop(4).
Patrick Wildt
2018-03-30
Enable imxiic(4).
Patrick Wildt
2018-03-30
Enable imxesdhc(4).
Patrick Wildt
2018-03-30
Enable imxgpio(4).
Patrick Wildt
2018-03-30
Remove a premature newline print. A later print already does it and
Patrick Wildt
2018-03-30
Enable imxgpc(4).
Patrick Wildt
2018-03-29
Call imxuart(4) early attach on arm64.
Patrick Wildt
2018-03-29
Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
Patrick Wildt
2018-03-29
Initialize the secondary core's schedstate before spinning them up.
Patrick Wildt
2018-03-29
Set p->p_cpu in cpu_switchto() like we do on other MP architectures.
Patrick Wildt
2018-03-29
Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). This
Mark Kettenis
2018-03-20
To allow sharing more code between armv7 and arm64 platforms, introduce
Patrick Wildt
2018-03-20
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
Martin Pieuchot
2018-03-12
Remove dependencies for non-existing files.
Mark Kettenis
2018-03-09
Remove bogus copying of bootargs.
Mark Kettenis
2018-03-05
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
Theo de Raadt
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2018-02-24
Enable bcmrng(4).
Mark Kettenis
2018-02-24
Enable interrupts while running interrupt handlers like we do on
Jonathan Gray
2018-02-24
Enable bcmtemp(4).
Mark Kettenis
2018-02-24
Make ncpusfound count the available processors even if they don't attach.
Mark Kettenis
2018-02-23
Disable mailbox interrupts on all cores upon attach instead of enabling the
Mark Kettenis
[next]