| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-12 | Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt. | skrll | |
| The RISC-V binding here seems somewhat of an abuse, but it exists in mainline linux. | |||
| 2023-05-08 | Google goldfish config goop | skrll | |
| 2023-05-08 | Add a Google Goldfish RTC driver | skrll | |
| 2023-05-07 | RISC-V support that works on QEMU with a single hart. | skrll | |
| Thanks for Simon Burge for plic(4). | |||
| 2023-04-22 | Move fdt_update_stdout_path from evbarm code to MI code | skrll | |
| 2023-04-16 | Separate DesignWare watchdog driver and FDT glue. | jmcneill | |
| 2023-04-07 | Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm. | skrll | |
| 2022-12-18 | Add amdsmn(4) and amdccp(4) power management stubs. | reinoud | |
| 2022-11-05 | Add driver for Cadence I2C controller. | jmcneill | |
| 2022-11-05 | Fix inverted result when status is "okay" | skrll | |
| 2022-11-04 | Size boot_physmem with FDT_MEMORY_RANGES. | jmcneill | |
| This effectively increases the size from 64 to 256 entries for Arm kernels. It turns out on large systems that memory can be quite fragmented by UEFI. Increasing the size of this just kicks the can down the road, we need a better solution to deal with boot_physmem/fdt_memory/bootparams.dram sizing. | |||
| 2022-11-02 | Re-enable ADMA2 support for arasan,sdhci-8.9a | jmcneill | |
| 2022-11-01 | Disable ADMA2 on the Arasan SDHCI 8.9A found in the Xilinx Zinq-7000 due | jmcneill | |
| to sporadic transfer errors until the root cause for the errors is found. In the meantime, SDMA works fine on this platform. | |||
| 2022-10-26 | No need to constrain DMA tag to 32-bits on 32-bit platforms. | jmcneill | |
| 2022-10-26 | Use generic Arasan SDHCI driver for Zynq-7000. | jmcneill | |
| 2022-10-20 | Do what the comment says and reserve ranges that do and do not have the | skrll | |
| "no-map" property. Required for qemu/riscv | |||
| 2022-10-19 | dwiic(4): Don't try to attach children if dwiic_attach failed. | riastradh | |
| PR kern/57063 | |||
| 2022-08-06 | In my previous change, it was necessary to consider the case where the first ↵ | ryo | |
| block size is zero. | |||
| 2022-08-04 | Don't pass a block of size 0 to fdt_memory_add_range(). | ryo | |
| There are some environments where size 0 blocks are passed from the loader. | |||
| 2022-07-20 | drm: Use CPPFLAGS.drmkms in all local drm drivers too. | riastradh | |
| This way we don't pollute the NetBSD kernel namespace with all the Linux compat shim definitions needed to build drm, except for the local drm drivers that need the API. | |||
| 2022-06-12 | Attach when dr_mode is "otg" and the controller has the "usb-role-switch" and | skrll | |
| "role-switch-default-mode" as seen in the Apple M1 dts. This assumes the controller is properly setup for host mode already. | |||
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar | |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar | |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar | |
| 2022-03-25 | fdt: add support for USERCONF option | jmcneill | |
| 2022-03-04 | Add mailbox and power-domain support. | skrll | |
| power-domain support is very rudimentary. | |||
| 2022-02-23 | Sort a bit. NFC | skrll | |
| 2022-02-23 | API naming consistency. NFC. | skrll | |
| 2022-02-06 | sdhc: Retire SDHC_FLAG_USE_ADMA2 flag. | jmcneill | |
| ADMA2 support in sdhc is mature now, so no need for it to be opt-in. | |||
| 2022-02-06 | fdt: dwcmmc: Honour broken-cd and non-removable DT properties | jmcneill | |
| 2022-01-23 | Use __MASK(4) in bus_dmatag_subregion. NFCI. | skrll | |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej | |
| from which the newly created handle will inherit it's implementation. The root implementation for a new handle type is used if an invalid "super handle" is passed. | |||
| 2022-01-21 | when enumerating ports and endpoints treat missing 'reg' properties as zero | macallan | |
| ok jmcneill: Looking at Linux. If port or endpoint are missing a 'reg' property it defaults to 0. Please make our code do the same. see https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/graph.yaml with this my pinebook has a usable console again | |||
| 2022-01-17 | s/0xffffffff/UINT32_MAX/ in bus_dmatag_subregion call | skrll | |
| 2022-01-14 | Formatting. NFCI. | skrll | |
| 2022-01-07 | Calculate the minimum address, don't assume the first entry is the start. | mlelstv | |
| 2021-12-19 | Sort includes. | riastradh | |
| 2021-12-19 | Get drm to build on arm64 again. | riastradh | |
| Author: Jared McNeill <jmcneill@NetBSD.org> Committer: Taylor R Campbell <riastradh@NetBSD.org> | |||
| 2021-11-12 | dw_apb_uart: Honour reg-io-width property | jmcneill | |
| 2021-11-07 | Look for child node by compat string snps,dwc3 instead of by name. | jmcneill | |
| 2021-11-07 | pwm_backlight: pick defaults if none are provided | jmcneill | |
| 2021-11-07 | fdt: add helper for finding intr parent phandle | jmcneill | |
| 2021-11-07 | pinctrl-single: support #pinctrl-cells 2 | jmcneill | |
| 2021-11-07 | fdtbus: match simple-pm-bus | jmcneill | |
| 2021-11-07 | dts: adapt to dts-5.15 bindings | jmcneill | |
| 2021-10-22 | rename "setup_interrupts" to "alloc_interrupts" | yamaguchi | |
| in virtio_mmio and virtio_acpi This should fix build failure on evbarm. | |||
| 2021-09-14 | Remove "no IOMMU" hack. | jmcneill | |
| 2021-09-06 | Instead of requiring drivers to be explicit about their device memory | jmcneill | |
| mapping requirements, move this decision into the fdt layer. This introduces a new MD function, fdtbus_bus_tag_create, which is responsible for returning per-node bus_space handles. | |||
| 2021-09-04 | Add facility for registering iommus. | jmcneill | |
| 2021-08-30 | Until we have proper FDT iommu support, refuse to attach when an iommu | jmcneill | |
| is required. | |||
