summaryrefslogtreecommitdiff
path: root/sys/arch/arm/fdt
AgeCommit message (Expand)Author
2023-06-12Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt.skrll
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2023-02-25Restore the ability to have EARLYCONS work for the QEMU virt afterskrll
2023-01-24Add support for FIFOs and hardware flow-control to plcom driver.mlelstv
2022-11-25move the creation of machdep.smbios into platform_init().mrg
2022-11-09fdt/pmu was not working. do return only if there is an error.ryo
2022-11-05Handle speed change eventsjmcneill
2022-11-01On a system with both global and private timers, we cannot drive hardclockjmcneill
2022-10-15Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappingsjmcneill
2022-10-14Add a PCI resource manager and use it on Arm ACPI platforms.jmcneill
2022-09-06pcihost: Track MSI/MSI-X interrupt handlers.skrll
2022-09-04Revert previousskrll
2022-09-04pcihost: Don't call fdtbus_intr_disestablish for MSI/MSI-X interrupts.skrll
2022-08-13Process "ranges" property even when linux,pci-probe-only is set.jmcneill
2022-08-11gic at fdt: Don't assume all irqs are established on disestablish.riastradh
2022-07-17wsdisplay(4): Make most of struct vcons_data private.riastradh
2022-06-25Remove GIC_SPLFUNCS.jmcneill
2022-03-03arm: Use device_set_private for cpuN.riastradh
2021-11-25Improve error handling.skrll
2021-11-17gicv3: add support for mbi-alias propertyjmcneill
2021-11-12gtmr: Add support for arm,cpu-registers-not-fw-configured property.jmcneill
2021-11-04make compilable at NPCI==0jakllsch
2021-10-10efi: Add /dev/efi character devicejmcneill
2021-09-27No longer need to call arm_pmu_init on all CPUs.jmcneill
2021-09-20Make _splraise/_spllower/splx functions available to modules again.jmcneill
2021-09-06Instead of requiring drivers to be explicit about their device memoryjmcneill
2021-09-05Remove unused arm_fdt_memory_dumpjmcneill
2021-08-30Add FIQ support.jmcneill
2021-08-30Inspect #address-cells to determine if the cpu-release-addr requiresjmcneill
2021-08-30Add 10-bit pixel format support.jmcneill
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-06Arm: Add support for SMC Calling Conventionjmcneill
2021-07-24smbios: Add character device for accessing SMBIOS tablesjmcneill
2021-07-23smbios: Support SMBIOS 2.x tables.jmcneill
2021-07-22Expose SMBIOS tables using sysctl machdep.dmi.*, same as x86.jmcneill
2021-05-12Pass along our device handle to the PCI bus instance we attach.thorpej
2021-04-26armfdt does not need its own interface attribute; all of its childrenthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-02Fix previous: Each line is "stride" bytes wide, not "width * depth".jmcneill
2021-03-02Sanity check size vs width x height x depth. Buggy firmware exists.skrll
2021-02-23Install a default irq handler that panics when no interrupt controllerjmcneill
2021-02-04Call acpi_device_register() / fdtbus_device_register() as approrpriate.thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-19Use device_compatible_entry / of_search_compatible() for the GICv3thorpej
2021-01-18Remove "struct of_compat_data" and replace its usage withthorpej
2021-01-17trailing whitespacejmcneill
2021-01-17Fit in 80 columns. NFC.jmcneill
2021-01-17Use vcons_earlyinitjmcneill