diff options
author | Oded Gabbay <oded.gabbay@gmail.com> | 2019-02-15 23:39:16 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-18 09:46:44 +0100 |
commit | 839c48030d27a690cc85f0762f9f6f07a3349fb3 (patch) | |
tree | af6f7b6596f8292781caac546953c8e418e0f2ae /drivers/misc/habanalabs/goya/Makefile | |
parent | habanalabs: add command buffer module (diff) | |
download | linux-839c48030d27a690cc85f0762f9f6f07a3349fb3.tar.xz linux-839c48030d27a690cc85f0762f9f6f07a3349fb3.zip |
habanalabs: add basic Goya h/w initialization
This patch adds the basic part of Goya's H/W initialization. It adds code
that initializes Goya's internal CPU, various registers that are related to
internal routing, scrambling, workarounds for H/W bugs, etc.
It also initializes Goya's security scheme that prevents the user from
abusing Goya to steal data from the host, crash the host, change
Goya's F/W, etc.
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/habanalabs/goya/Makefile')
-rw-r--r-- | drivers/misc/habanalabs/goya/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/habanalabs/goya/Makefile b/drivers/misc/habanalabs/goya/Makefile index 38d43006386d..7ae221696de9 100644 --- a/drivers/misc/habanalabs/goya/Makefile +++ b/drivers/misc/habanalabs/goya/Makefile @@ -1,3 +1,3 @@ subdir-ccflags-y += -I$(src) -HL_GOYA_FILES := goya/goya.o +HL_GOYA_FILES := goya/goya.o goya/goya_security.o |