Module Name:src
Committed By: riastradh
Date: Fri May 10 14:42:21 UTC 2024
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
arm/fdt/cpu_fdt.c: Use `cpu' iattr to attach cpufreq.
Now that cpu has an explicit interface attribute, cpufeaturebus,
_all_ children of
Module Name:src
Committed By: riastradh
Date: Fri May 10 14:42:21 UTC 2024
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
arm/fdt/cpu_fdt.c: Use `cpu' iattr to attach cpufreq.
Now that cpu has an explicit interface attribute, cpufeaturebus,
_all_ children of
Module Name:src
Committed By: skrll
Date: Fri Jan 12 11:24:48 UTC 2024
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/fdt/pcihost_fdt.c
Please note that
Module Name:src
Committed By: skrll
Date: Fri Jan 12 11:24:48 UTC 2024
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/fdt/pcihost_fdt.c
Please note that
Module Name:src
Committed By: riastradh
Date: Mon Oct 2 08:42:20 UTC 2023
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
armpmu(4): Add missing newline to error message.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/fdt/pmu
Module Name:src
Committed By: riastradh
Date: Mon Oct 2 08:42:20 UTC 2023
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
armpmu(4): Add missing newline to error message.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/fdt/pmu
Module Name:src
Committed By: ryo
Date: Wed Nov 9 19:03:38 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
fdt/pmu was not working. do return only if there is an error.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/
Module Name:src
Committed By: ryo
Date: Wed Nov 9 19:03:38 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
fdt/pmu was not working. do return only if there is an error.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/
Module Name:src
Committed By: jmcneill
Date: Sat Nov 5 17:30:07 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: a9ptmr_fdt.c
Log Message:
Handle speed change events
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/fdt/a9ptmr_fdt.c
Please note
Module Name:src
Committed By: jmcneill
Date: Sat Nov 5 17:30:07 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: a9ptmr_fdt.c
Log Message:
Handle speed change events
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/fdt/a9ptmr_fdt.c
Please note
Module Name:src
Committed By: jmcneill
Date: Tue Nov 1 11:05:18 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: a9ptmr_fdt.c a9tmr_fdt.c
Log Message:
On a system with both global and private timers, we cannot drive hardclock
from both or else time will move too fast.
Chec
Module Name:src
Committed By: jmcneill
Date: Tue Nov 1 11:05:18 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: a9ptmr_fdt.c a9tmr_fdt.c
Log Message:
On a system with both global and private timers, we cannot drive hardclock
from both or else time will move too fast.
Chec
Module Name:src
Committed By: skrll
Date: Tue Sep 6 11:55:07 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c pcihost_fdtvar.h
Log Message:
pcihost: Track MSI/MSI-X interrupt handlers.
Track the MSI/MSI-X interrupt handlers so that fdtbus_intr_disestablish
do
Module Name:src
Committed By: skrll
Date: Tue Sep 6 11:55:07 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c pcihost_fdtvar.h
Log Message:
pcihost: Track MSI/MSI-X interrupt handlers.
Track the MSI/MSI-X interrupt handlers so that fdtbus_intr_disestablish
do
Module Name:src
Committed By: skrll
Date: Sun Sep 4 16:01:25 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Revert previous
kern/56994: wm(4) panic on attach in interrupt_distribute, sometimes
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Sun Sep 4 16:01:25 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Revert previous
kern/56994: wm(4) panic on attach in interrupt_distribute, sometimes
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Sun Sep 4 10:20:33 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
pcihost: Don't call fdtbus_intr_disestablish for MSI/MSI-X interrupts.
This avoids a KASSERT firing when using 'drvctl -d' on a pci devi
Module Name:src
Committed By: skrll
Date: Sun Sep 4 10:20:33 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
pcihost: Don't call fdtbus_intr_disestablish for MSI/MSI-X interrupts.
This avoids a KASSERT firing when using 'drvctl -d' on a pci devi
Module Name:src
Committed By: jmcneill
Date: Sat Aug 13 16:01:35 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Process "ranges" property even when linux,pci-probe-only is set.
When the linux,pci-probe-only flag is set, we still need to process
Module Name:src
Committed By: jmcneill
Date: Sat Aug 13 16:01:35 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Process "ranges" property even when linux,pci-probe-only is set.
When the linux,pci-probe-only flag is set, we still need to process
Module Name:src
Committed By: riastradh
Date: Thu Aug 11 13:04:35 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c
Log Message:
gic at fdt: Don't assume all irqs are established on disestablish.
Fixes panic on detach of PCI devices on pcihost.
To generate a diff
Module Name:src
Committed By: riastradh
Date: Thu Aug 11 13:04:35 UTC 2022
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c
Log Message:
gic at fdt: Don't assume all irqs are established on disestablish.
Fixes panic on detach of PCI devices on pcihost.
To generate a diff
Module Name:src
Committed By: jmcneill
Date: Wed Nov 17 21:46:12 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: gicv3_fdt.c
Log Message:
gicv3: add support for mbi-alias property
The mbi-alias property, if present, contains the base address of a GICD
alias frame that cont
Module Name:src
Committed By: jmcneill
Date: Wed Nov 17 21:46:12 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: gicv3_fdt.c
Log Message:
gicv3: add support for mbi-alias property
The mbi-alias property, if present, contains the base address of a GICD
alias frame that cont
Module Name:src
Committed By: jakllsch
Date: Thu Nov 4 21:31:30 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c
Log Message:
make compilable at NPCI==0
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/fdt/gic_fdt.c
Please note tha
Module Name:src
Committed By: jakllsch
Date: Thu Nov 4 21:31:30 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c
Log Message:
make compilable at NPCI==0
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/fdt/gic_fdt.c
Please note tha
Module Name:src
Committed By: jmcneill
Date: Mon Sep 27 09:54:52 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
No longer need to call arm_pmu_init on all CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/fdt/pmu_fd
Module Name:src
Committed By: jmcneill
Date: Mon Sep 27 09:54:52 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
No longer need to call arm_pmu_init on all CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/fdt/pmu_fd
Module Name:src
Committed By: jmcneill
Date: Sun Sep 5 13:20:34 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: arm_fdt.c arm_fdtvar.h
Log Message:
Remove unused arm_fdt_memory_dump
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/fdt/arm_fd
Module Name:src
Committed By: jmcneill
Date: Sun Sep 5 13:20:34 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: arm_fdt.c arm_fdtvar.h
Log Message:
Remove unused arm_fdt_memory_dump
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/fdt/arm_fd
Module Name:src
Committed By: jmcneill
Date: Mon Aug 30 23:16:17 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
Inspect #address-cells to determine if the cpu-release-addr requires
a 32- or 64-bit write.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Mon Aug 30 23:16:17 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
Inspect #address-cells to determine if the cpu-release-addr requires
a 32- or 64-bit write.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: skrll
Date: Sun Nov 24 11:10:13 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c
Log Message:
Remove unnecessary cast and wrap a long line.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/fdt/gic_fdt.c
Module Name:src
Committed By: skrll
Date: Sun Nov 24 11:10:13 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c
Log Message:
Remove unnecessary cast and wrap a long line.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/fdt/gic_fdt.c
Module Name:src
Committed By: jmcneill
Date: Sun Nov 3 12:06:33 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: smsh_fdt.c
Log Message:
Match smsc,lan9115 and honour local-mac-address/mac-address properties
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/
Module Name:src
Committed By: jmcneill
Date: Sun Nov 3 12:06:33 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: smsh_fdt.c
Log Message:
Match smsc,lan9115 and honour local-mac-address/mac-address properties
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/
Module Name:src
Committed By: bad
Date: Fri Nov 1 13:22:08 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
fix typos in comment in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/fdt/cpu_fdt.c
Please note t
Module Name:src
Committed By: bad
Date: Fri Nov 1 13:22:08 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
fix typos in comment in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/fdt/cpu_fdt.c
Please note t
Module Name:src
Committed By: bad
Date: Fri Nov 1 12:44:54 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
re-apply r1.26. but only #if !defined(AARCH64).
not necessary on armv8 and cache ops are not available that early there.
To generate a diff
Module Name:src
Committed By: bad
Date: Fri Nov 1 12:44:54 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
re-apply r1.26. but only #if !defined(AARCH64).
not necessary on armv8 and cache ops are not available that early there.
To generate a diff
Module Name:src
Committed By: bad
Date: Thu Oct 17 21:52:27 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
back out r1.26. it makes the pinebook fail to boot.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/fdt/cpu_fd
Module Name:src
Committed By: bad
Date: Thu Oct 17 21:52:27 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
back out r1.26. it makes the pinebook fail to boot.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/fdt/cpu_fd
This change causes evbarm/aarch64 to hang early on an Allwinner
A64-based Pinebook.
On Tue, Oct 15, 2019 at 05:25:02PM +, Christoph Badura wrote:
> Module Name: src
> Committed By: bad
> Date: Tue Oct 15 17:25:02 UTC 2019
>
> Modified Files:
> src/sys/arch/arm/fdt: cpu_fdt.c
>
Module Name:src
Committed By: bad
Date: Tue Oct 15 17:25:02 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
flush the dcache in cpu_enable_psci() before calling psci_cpu_on().
fixes the kernel hanging with multiple "mpstart" on (at least) NanoPi R1.
Module Name:src
Committed By: bad
Date: Tue Oct 15 17:25:02 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
flush the dcache in cpu_enable_psci() before calling psci_cpu_on().
fixes the kernel hanging with multiple "mpstart" on (at least) NanoPi R1.
Module Name:src
Committed By: jmcneill
Date: Tue Jul 23 12:34:05 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: plfb_fdt.c
Log Message:
Add support for WSDISPLAY_MULTICONS
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/fdt/plfb_fdt.c
Please
Module Name:src
Committed By: jmcneill
Date: Tue Jul 23 12:34:05 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: plfb_fdt.c
Log Message:
Add support for WSDISPLAY_MULTICONS
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/fdt/plfb_fdt.c
Please
Module Name:src
Committed By: hkenken
Date: Fri Jul 19 12:14:16 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c gicv3_fdt.c
Log Message:
Fixed compile error.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/fdt/gic_fdt.c
cvs rdiff -
Module Name:src
Committed By: hkenken
Date: Fri Jul 19 12:14:16 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: gic_fdt.c gicv3_fdt.c
Log Message:
Fixed compile error.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/fdt/gic_fdt.c
cvs rdiff -
Module Name:src
Committed By: jmcneill
Date: Sat Jul 6 15:53:38 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: plfb_fdt.c
Log Message:
If panel timings are missing, assume 800x600
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/fdt/plfb_fdt.
Module Name:src
Committed By: jmcneill
Date: Sat Jul 6 15:53:38 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: plfb_fdt.c
Log Message:
If panel timings are missing, assume 800x600
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/fdt/plfb_fdt.
Module Name:src
Committed By: jmcneill
Date: Sat Jun 29 12:53:05 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
Add support for multiple PMUs
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/fdt/pmu_fdt.c
Please note th
Module Name:src
Committed By: jmcneill
Date: Sat Jun 29 12:53:05 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: pmu_fdt.c
Log Message:
Add support for multiple PMUs
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/fdt/pmu_fdt.c
Please note th
Module Name:src
Committed By: jmcneill
Date: Sun Jun 23 22:06:03 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Use ARM_PCI_INTR_* definitions from pci_machdep.h instead of own copies
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.1
Module Name:src
Committed By: jmcneill
Date: Sun Jun 23 22:06:03 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Use ARM_PCI_INTR_* definitions from pci_machdep.h instead of own copies
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.1
Module Name:src
Committed By: jakllsch
Date: Sat Jun 22 17:57:10 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: acpi_fdt.c
Log Message:
Restore previous range of aa_dmat.
Should fix ahcisata_acpi on OverDrive 1000, which has no DRAM below 4GiB.
To generate a diff of thi
Module Name:src
Committed By: jakllsch
Date: Sat Jun 22 17:57:10 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: acpi_fdt.c
Log Message:
Restore previous range of aa_dmat.
Should fix ahcisata_acpi on OverDrive 1000, which has no DRAM below 4GiB.
To generate a diff of thi
Module Name:src
Committed By: jmcneill
Date: Wed Jun 12 22:47:03 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Support configuring ranges where only prefetchable memory is defined
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 sr
Module Name:src
Committed By: jmcneill
Date: Wed Jun 12 22:47:03 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
Log Message:
Support configuring ranges where only prefetchable memory is defined
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 sr
Module Name:src
Committed By: skrll
Date: Wed Jun 12 10:19:27 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: plmmc_fdt.c
Log Message:
Print interrupt details
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/fdt/plmmc_fdt.c
Please note that di
Module Name:src
Committed By: skrll
Date: Wed Jun 12 10:19:27 UTC 2019
Modified Files:
src/sys/arch/arm/fdt: plmmc_fdt.c
Log Message:
Print interrupt details
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/fdt/plmmc_fdt.c
Please note that di
61 matches
Mail list logo