Commit 103ea3f4 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Tegra186: enable higher performance non-cacheable load forwarding



This patch enables higher performance non-cacheable load forwarding for
Tegra186 platforms.

Change-Id: Ifceb304bfbd805f415bb6205c9679602ecb47b53
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 8baa16f8
# #
# Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. # Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
# #
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# #
...@@ -64,3 +65,6 @@ ERRATA_A57_826977 := 1 ...@@ -64,3 +65,6 @@ ERRATA_A57_826977 := 1
ERRATA_A57_828024 := 1 ERRATA_A57_828024 := 1
ERRATA_A57_829520 := 1 ERRATA_A57_829520 := 1
ERRATA_A57_833471 := 1 ERRATA_A57_833471 := 1
# Enable higher performance Non-cacheable load forwarding
A57_ENABLE_NONCACHEABLE_LOAD_FWD := 1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment