Skip to content

Commit

Permalink
[media] media: venus: hfi: add Host Firmware Interface (HFI)
Browse files Browse the repository at this point in the history
This is the implementation of HFI. It is charged with the
responsibility to comunicate with the firmware through an
interface commands and messages.

 - hfi.c has interface functions used by the core, decoder
and encoder parts to comunicate with the firmware. For example
there are functions for session and core initialisation.

 - hfi_cmds has packetization operations which preparing
packets to be send from host to firmware.

 - hfi_msgs takes care of messages sent from firmware to the
host.

Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • Loading branch information
Stanimir Varbanov authored and mchehab committed Jun 20, 2017
1 parent aaaa93e commit 09c2845
Show file tree
Hide file tree
Showing 7 changed files with 4,643 additions and 0 deletions.
Loading

0 comments on commit 09c2845

Please sign in to comment.