History log of /src/sys/arch/arm/vexpress/files.vexpress |
Revision | | Date | Author | Comments |
1.7 |
| 06-Sep-2025 |
thorpej | Step towards modularizing the Flattened Device Tree code.
Define attributes for each of the specific device bindings: clock, dai, dma, gpio, i2c, iommu, mbox, mmc_pwrseq, phy, power, power domain, pwm, regulator, reset controller, spi, system controller, pin controller. Include these support files only if either a provider or consumer with one of these attributes is present in the kernel config.
Add the necessary attributes to the device / attach declarations for each provider and consumer.
There are some bindings that are consumed by generic code (iommu, pinctrl, power, power domain). Provide weak stubs for these routines to handle situations where there is no provider.
No actual code changed; NFCI.
|
1.6 |
| 11-Aug-2018 |
jmcneill | Fix VEXPRESS_A15 build
|
1.5 |
| 17-Mar-2018 |
ryo | branches: 1.5.2; move from sys/arch/arm/arm32/armv7_generic_dma.c to sys/arch/arm/arm/arm_generic_dma.c, and change variable name from armv7_generic_dma_tag to arm_generic_dma_tag
no functional change. (preliminary changes for merging aarch64)
|
1.4 |
| 19-Feb-2018 |
jmcneill | branches: 1.4.2; move plfb glue to the correct location
|
1.3 |
| 26-Aug-2017 |
jmcneill | branches: 1.3.2; 1.3.4; Until config supports multiple 'attach driver at bus with <foo>' lines, move plfb from common files.fdt to files.vexpress
|
1.2 |
| 02-Jun-2017 |
jmcneill | Add driver for ARM Motherboard Express uATX system control registers. Use this to make "poweroff" DTRT in qemu (and hopefully on real hardware too).
|
1.1 |
| 02-Jun-2017 |
jmcneill | Switch VEXPRESS_A15 kernel to use FDT and GENERIC.common. The dtb for this kernel can be found in the sysutils/dtb-arm-vexpress package as vexpress-v2p-ca15-tc1.dtb
|
1.3.4.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3.4.1 |
| 26-Aug-2017 |
jdolecek | file files.vexpress was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000
|
1.3.2.2 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.3.2.1 |
| 26-Aug-2017 |
skrll | file files.vexpress was added on branch nick-nhusb on 2017-08-28 17:51:32 +0000
|
1.4.2.2 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.4.2.1 |
| 22-Mar-2018 |
pgoyette | Synch with HEAD, resolve conflicts
|
1.5.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|