firmware: Move Trusted Foundations support

Move the Trusted Foundations support out of arch/arm/firmware and into
drivers/firmware where most other firmware support implementations are
located.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding
2019-04-10 10:47:28 +02:00
parent c8e7755ec6
commit 4cb5d9eca1
13 changed files with 30 additions and 44 deletions

View File

@@ -19,12 +19,13 @@
#include <linux/init.h>
#include <linux/io.h>
#include <linux/firmware/trusted_foundations.h>
#include <soc/tegra/fuse.h>
#include <asm/cacheflush.h>
#include <asm/firmware.h>
#include <asm/hardware/cache-l2x0.h>
#include <asm/trusted_foundations.h>
#include "iomap.h"
#include "irammap.h"