History log of /seL4-camkes-master/projects/projects_libs/libtx2bpmp/src/hsp.c
Revision Date Author Comments
# 78ea111e 04-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libtx2bpmp: Use device tree for addresses

Extract MMIO addresses from the provided device tree. Also use
PS_DRIVER_MODULE_DEFINE for registering the tx2_bpmp driver as a driver
with the framework for initialization.


# 1e7a5fb2 22-Mar-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libtx2bpmp: Change HSP public interface

Following from the previous BPMP interface commit, this also changes the
HSP interface so that it makes it easier to integrate with the interface
registration service.


# bbebb9a7 27-Nov-2019 Damon Lee <Damon.Lee@data61.csiro.au>

libtx2bpmp: Add drivers for the TX2 HSP mechanisms

The HSP mechanisms are used by the BPMP driver to allow the main
processor to synchronise with the BPMP co-processor.