Lines Matching full:firmware
2 Interface for registering and calling firmware-specific operations for ARM
7 Some boards are running with secure firmware running in TrustZone secure
9 a need to provide an interface for such platforms to specify available firmware
12 Firmware operations can be specified by filling in a struct firmware_ops
19 and its members can be found in arch/arm/include/asm/firmware.h header.
22 set anything if platform does not require firmware operations.
24 To call a firmware operation, a helper macro is provided::
33 Example of registering firmware operations::
39 /* tell platformX firmware to enter idle */
45 /* tell platformX firmware to boot CPU i */
61 Example of using a firmware operation::