created | 2019-05-08T04:01:33Z |
---|---|
begin | 2017-12-16T00:00:00Z |
end | 2017-12-17T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2017-12-16T10:22:13Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/conf/GENERIC | log | diff | annotate |
src/sys/arch/armv7/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/acrtc.c | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/rsbvar.h | log | diff | annotate | |
src/sys/dev/fdt/sxirsb.c | log | diff | annotate | |
message |
Add a driver for the RSB controller found on various Allwinner SoCs. Add a driver for the RTC part of the AC100 chip. Together this turns my Cubieboard4 into a real computer by giving it a proper clock. ok patrick@ |
date | 2017-12-16T14:15:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable sxirsb(4). |
date | 2017-12-16T21:09:38Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rsbvar.h | log | diff | annotate |
src/sys/dev/fdt/sxirsb.c | log | diff | annotate | |
message | Add support for 1-byte reads and writes. |
date | 2017-12-16T21:12:03Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ofw/ofw_regulator.c | log | diff | annotate |
src/sys/dev/ofw/ofw_regulator.h | log | diff | annotate | |
message |
Enforce voltage limits from the device tree. Enforcing the limits also happens when regulators are registered. As a consequence they will be properly initialized even when the firmware doesn't do that. ok patrick@ |
date | 2017-12-16T23:29:48Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ic/bwfmvar.h | log | diff | annotate |
message | Add some more Chip IDs to bwfm(4). |
date | 2017-12-16T23:32:56Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
message | Support setting the Cortex-R4, as found on a BCM43602, to passive mode. |
date | 2017-12-16T23:39:58Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
src/sys/dev/ic/bwfmvar.h | log | diff | annotate | |
message |
Implement setting the chip into active mode, as needed for setting up the PCIe-based BCM43602's firmware in the PCI attachment driver. |
date | 2017-12-16T23:45:16Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
src/sys/dev/ic/bwfmreg.h | log | diff | annotate | |
message | Read RAM base address and size so we know where to put the firmware. |