History log of /freebsd/sys/dev/firmware/xilinx/zynqmp_firmware.c (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b9cd72b0 14-Oct-2024 Andrew Turner <andrew@FreeBSD.org>

sys: Use the new arm_smccc_invoke macros

Simplify the calls into the SMCCC firmware with the new
arm_smccc_invoke* macros.

Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D

sys: Use the new arm_smccc_invoke macros

Simplify the calls into the SMCCC firmware with the new
arm_smccc_invoke* macros.

Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46987

show more ...


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 9e88711f 07-Sep-2023 Emmanuel Vadot <manu@FreeBSD.org>

arm64: zynqmp: Add firmware driver

The ZynqMP SoC have a MCU running a firmware to control clocks, resets,
fpga loading etc ...
Add a driver that can be use to communicate with it.
For now only the

arm64: zynqmp: Add firmware driver

The ZynqMP SoC have a MCU running a firmware to control clocks, resets,
fpga loading etc ...
Add a driver that can be use to communicate with it.
For now only the clock and reset part are implemented.

Differential Revision: https://reviews.freebsd.org/D41811
Sponsored by: Beckhoff Automation GmbH & Co. KG

show more ...