~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 757bd873fbeeaa40acd4e5d0959781e0d794974f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2016 - 2018 Xilinx, Inc.
 */

#include <linux/build_bug.h>

enum {
	TCM_LOCK,
	TCM_SPLIT,
};

void initialize_tcm(bool mode);
void tcm_init(u8 mode);
void mem_map_fill(void);