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
/
powerpc64
Age
Commit message (
Expand
)
Author
2020-06-16
Some simplifications.
Mark Kettenis
2020-06-16
Add missing dependeny.
Mark Kettenis
2020-06-15
update powerpc64 include paths for 5.7 drm
Jonathan Gray
2020-06-14
Implement cpu-rnd_messybits() as a read of the cycle counter register.
Mark Kettenis
2020-06-14
Remove debug code.
Mark Kettenis
2020-06-14
Enable ahci(4).
Mark Kettenis
2020-06-14
Provide address space extents. While the firmware does configure the bridge
Mark Kettenis
2020-06-14
Get context switching between kernel threads going.
Mark Kettenis
2020-06-14
Put a bit more information in the panic message.
Mark Kettenis
2020-06-14
Parse bootargs.
Mark Kettenis
2020-06-14
Add -msoft-float, -mno-altivec and -mno-vsx to the compiler flags.
Mark Kettenis
2020-06-14
Make soft interrupts work.
Mark Kettenis
2020-06-14
Minimal >machine/asm.h> to make ffs.S build.
Mark Kettenis
2020-06-14
Unstub diskconf().
Mark Kettenis
2020-06-13
Add support for the XIVE interrupt controller found on POWER9 CPUs.
Mark Kettenis
2020-06-12
Teach powerpc64 ddb to x, w, break, step, trace.
gkoehler
2020-06-10
Add clock interrupt support, adapted from the randomized dual clock
Mark Kettenis
2020-06-10
Allocate MSIs from the range provided by the device tree and bind them
Mark Kettenis
2020-06-10
Another OPAL API that we need.
Mark Kettenis
2020-06-10
A bit of MSI support code; we need to distinguish between 32-bit and 64-bit
Mark Kettenis
2020-06-10
Add MSI support calls.
Mark Kettenis
2020-06-10
Add ahci(4), bge(4) and xhci(4); ahci(4) and xhci(4) remain disabled for now.
Mark Kettenis
2020-06-10
Add opal(4) a driver that interacts with the OPAL frimware and implements
Mark Kettenis
2020-06-10
Add RTC read and write calls.
Mark Kettenis
2020-06-09
Add a few missing bits.
Mark Kettenis
2020-06-09
Implement intr_enable(), intr_disable() and intr_restore().
Mark Kettenis
2020-06-09
Add mtdec().
Mark Kettenis
2020-06-09
Make FRAME_LEAVE a bit more complete and do things in the same order as
Mark Kettenis
2020-06-08
Set up 64-bit mmio windows and enable DMA bypass mode.
Mark Kettenis
2020-06-08
Add bus_dma(9) implementation.
Mark Kettenis
2020-06-08
Improve pmap_extract(9).
Mark Kettenis
2020-06-08
Keep track of the maximem physical memory address.
Mark Kettenis
2020-06-08
More OPAL interfaces.
Mark Kettenis
2020-06-08
More stubs.
Mark Kettenis
2020-06-08
use the 64-bit byte-swapping load/store instructions available starting
Christian Weisgerber
2020-06-07
Implement delay(9).
Mark Kettenis
2020-06-07
Do the approprate address remapping and install bus_space(9) functions
Mark Kettenis
2020-06-07
Add bus_space.c.
Mark Kettenis
2020-06-07
Add bus_space(9) implementation. Tis implementation includes some
Mark Kettenis
2020-06-07
Add powerdown code.
Mark Kettenis
2020-06-07
Add more return codes.
Mark Kettenis
2020-06-07
Probe the PCI bus.
Mark Kettenis
2020-06-07
Add functions to read/write from/to PCI config space.
Mark Kettenis
2020-06-07
Add missing file.
Mark Kettenis
2020-06-07
mainbus(4) and cpu(4).
Mark Kettenis
2020-06-07
Allocate a struct, not just a pointer.
Mark Kettenis
2020-06-07
Remap FDT such that we can access it with translations enabled.
Mark Kettenis
2020-06-07
More debug printing such that we can see what is still missing.
Mark Kettenis
2020-06-07
Implement pmap_zero_page() and pmap_copy_page().
Mark Kettenis
2020-06-07
Add a few more devices.
Mark Kettenis
[next]