mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
6d132b2b09
Create a few public APIs which rely on secure world ROM/HAL APIs for their implementation. These are intended to be used to reserve a portion of the EMIF memory and configure hardware firewalls around that region to prevent public code from manipulating or interfering with that memory. Signed-off-by: Daniel Allred <d-allred@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
17 lines
363 B
Makefile
17 lines
363 B
Makefile
#
|
|
# (C) Copyright 2000-2010
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += boot.o
|
|
obj-y += hwinit.o
|
|
obj-y += emif.o
|
|
obj-y += sdram.o
|
|
obj-y += prcm-regs.o
|
|
obj-y += hw_data.o
|
|
obj-y += abb.o
|
|
obj-y += fdt.o
|
|
obj-$(CONFIG_IODELAY_RECALIBRATION) += dra7xx_iodelay.o
|
|
obj-$(CONFIG_TI_SECURE_DEVICE) += sec-fxns.o
|