Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
48ec2b53
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
48ec2b53
编写于
6月 19, 2009
作者:
R
Russell King
提交者:
Russell King
6月 19, 2009
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-rmk' of
git://git.marvell.com/orion
into devel
上级
feb97c36
5587931c
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
19 addition
and
3 deletion
+19
-3
arch/arm/boot/compressed/head.S
arch/arm/boot/compressed/head.S
+9
-0
arch/arm/mach-orion5x/addr-map.c
arch/arm/mach-orion5x/addr-map.c
+1
-1
arch/arm/mach-orion5x/common.c
arch/arm/mach-orion5x/common.c
+9
-1
arch/arm/mach-orion5x/common.h
arch/arm/mach-orion5x/common.h
+0
-1
未找到文件。
arch/arm/boot/compressed/head.S
浏览文件 @
48ec2b53
...
...
@@ -674,6 +674,15 @@ proc_types:
b
__armv4_mmu_cache_off
b
__armv5tej_mmu_cache_flush
#ifdef CONFIG_CPU_FEROCEON_OLD_ID
/
*
this
conflicts
with
the
standard
ARMv5TE
entry
*/
.
long
0x41009260
@
Old
Feroceon
.
long
0xff00fff0
b
__armv4_mmu_cache_on
b
__armv4_mmu_cache_off
b
__armv5tej_mmu_cache_flush
#endif
.
word
0x66015261
@
FA526
.
word
0xff01fff1
b
__fa526_cache_on
...
...
arch/arm/mach-orion5x/addr-map.c
浏览文件 @
48ec2b53
...
...
@@ -200,6 +200,6 @@ void __init orion5x_setup_pcie_wa_win(u32 base, u32 size)
int
__init
orion5x_setup_sram_win
(
void
)
{
return
setup_cpu_win
(
win_alloc_count
,
ORION5X_SRAM_PHYS_BASE
,
return
setup_cpu_win
(
win_alloc_count
++
,
ORION5X_SRAM_PHYS_BASE
,
ORION5X_SRAM_SIZE
,
TARGET_SRAM
,
ATTR_SRAM
,
-
1
);
}
arch/arm/mach-orion5x/common.c
浏览文件 @
48ec2b53
...
...
@@ -562,7 +562,7 @@ static struct platform_device orion5x_crypto_device = {
.
resource
=
orion5x_crypto_res
,
};
int
__init
orion5x_crypto_init
(
void
)
static
int
__init
orion5x_crypto_init
(
void
)
{
int
ret
;
...
...
@@ -696,6 +696,14 @@ void __init orion5x_init(void)
disable_hlt
();
}
/*
* The 5082/5181l/5182/6082/6082l/6183 have crypto
* while 5180n/5181/5281 don't have crypto.
*/
if
((
dev
==
MV88F5181_DEV_ID
&&
rev
>=
MV88F5181L_REV_A0
)
||
dev
==
MV88F5182_DEV_ID
||
dev
==
MV88F6183_DEV_ID
)
orion5x_crypto_init
();
/*
* Register watchdog driver
*/
...
...
arch/arm/mach-orion5x/common.h
浏览文件 @
48ec2b53
...
...
@@ -38,7 +38,6 @@ void orion5x_spi_init(void);
void
orion5x_uart0_init
(
void
);
void
orion5x_uart1_init
(
void
);
void
orion5x_xor_init
(
void
);
int
orion5x_crypto_init
(
void
);
/*
* PCIe/PCI functions.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录