Searched hist:"201 a1f34da99120214f49ac573ddec97c363c1a5" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_firmware.h | 201a1f34da99120214f49ac573ddec97c363c1a5 Thu Jul 09 18:28:13 CEST 2020 Andrew Turner <andrew@FreeBSD.org> Add a driver to talk to the Raspberry Pi firmware
Communicating with the Raspberry Pi firmware is currently handled by each driver calling into the mbox driver, however the device tree is structured such that they should be calling into a firmware driver.
Add a driver for this node with an interface to communicate to the firmware via the mbox interface.
There is a sysctl to get the firmware revision. This is a unix date so can be parsed with:
root@generic:~ # date -j -f '%s' sysctl -n dev.bcm2835_firmware.0.revision Tue Nov 19 16:40:28 UTC 2019
Reviewed by: manu Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D25572
|
H A D | bcm2835_firmware.c | 201a1f34da99120214f49ac573ddec97c363c1a5 Thu Jul 09 18:28:13 CEST 2020 Andrew Turner <andrew@FreeBSD.org> Add a driver to talk to the Raspberry Pi firmware
Communicating with the Raspberry Pi firmware is currently handled by each driver calling into the mbox driver, however the device tree is structured such that they should be calling into a firmware driver.
Add a driver for this node with an interface to communicate to the firmware via the mbox interface.
There is a sysctl to get the firmware revision. This is a unix date so can be parsed with:
root@generic:~ # date -j -f '%s' sysctl -n dev.bcm2835_firmware.0.revision Tue Nov 19 16:40:28 UTC 2019
Reviewed by: manu Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D25572
|
H A D | bcm2835_mbox_prop.h | diff 201a1f34da99120214f49ac573ddec97c363c1a5 Thu Jul 09 18:28:13 CEST 2020 Andrew Turner <andrew@FreeBSD.org> Add a driver to talk to the Raspberry Pi firmware
Communicating with the Raspberry Pi firmware is currently handled by each driver calling into the mbox driver, however the device tree is structured such that they should be calling into a firmware driver.
Add a driver for this node with an interface to communicate to the firmware via the mbox interface.
There is a sysctl to get the firmware revision. This is a unix date so can be parsed with:
root@generic:~ # date -j -f '%s' sysctl -n dev.bcm2835_firmware.0.revision Tue Nov 19 16:40:28 UTC 2019
Reviewed by: manu Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D25572
|
H A D | files.bcm283x | diff 201a1f34da99120214f49ac573ddec97c363c1a5 Thu Jul 09 18:28:13 CEST 2020 Andrew Turner <andrew@FreeBSD.org> Add a driver to talk to the Raspberry Pi firmware
Communicating with the Raspberry Pi firmware is currently handled by each driver calling into the mbox driver, however the device tree is structured such that they should be calling into a firmware driver.
Add a driver for this node with an interface to communicate to the firmware via the mbox interface.
There is a sysctl to get the firmware revision. This is a unix date so can be parsed with:
root@generic:~ # date -j -f '%s' sysctl -n dev.bcm2835_firmware.0.revision Tue Nov 19 16:40:28 UTC 2019
Reviewed by: manu Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D25572
|
/freebsd/sys/conf/ |
H A D | files.arm64 | diff 201a1f34da99120214f49ac573ddec97c363c1a5 Thu Jul 09 18:28:13 CEST 2020 Andrew Turner <andrew@FreeBSD.org> Add a driver to talk to the Raspberry Pi firmware
Communicating with the Raspberry Pi firmware is currently handled by each driver calling into the mbox driver, however the device tree is structured such that they should be calling into a firmware driver.
Add a driver for this node with an interface to communicate to the firmware via the mbox interface.
There is a sysctl to get the firmware revision. This is a unix date so can be parsed with:
root@generic:~ # date -j -f '%s' sysctl -n dev.bcm2835_firmware.0.revision Tue Nov 19 16:40:28 UTC 2019
Reviewed by: manu Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D25572
|