Loading...
Searching...
No Matches
cpu_conf.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Ken Rabold
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "cpu_conf_common.h"
19#include "vendor/platform.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
28#define CLINT_BASE_ADDR (CLINT_CTRL_ADDR)
29
33#define PLIC_BASE_ADDR (PLIC_CTRL_ADDR)
34
39#define NUM_PMP_ENTRIES 16
40
41#ifdef __cplusplus
42}
43#endif
44