projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig
[platform/kernel/u-boot.git]
/
include
/
imx_sip.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright 2017 NXP
4
*/
5
6
#ifndef _IMX_SIP_H__
7
#define _IMX_SIP_H_
8
9
#define IMX_SIP_GPC 0xC2000000
10
#define IMX_SIP_GPC_PM_DOMAIN 0x03
11
12
#define IMX_SIP_SRC 0xC2000005
13
#define IMX_SIP_SRC_M4_START 0x00
14
#define IMX_SIP_SRC_M4_STARTED 0x01
15
16
#endif