diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-26 13:24:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-26 13:24:51 -0400 |
commit | 299650cad6bf00a0d119592f5e1d265bee938044 (patch) | |
tree | cd76a4d1c0cd63e6a976ca206dc076c30a06d77d /Documentation/zh_CN/arm64/booting.txt | |
parent | f76ddd98075de950cbb13f47b8356262d9f44c6d (diff) | |
parent | bf34be058158fd30622601346819d098dc5d623f (diff) |
Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core fixes from Greg Kroah-Hartman:
"Here are a number of firmware core fixes for 3.7, and some other minor
fixes. And some documentation updates thrown in for good measure.
All have been in the linux-next tree for a while.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
* tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
Documentation:Chinese translation of Documentation/arm64/memory.txt
Documentation:Chinese translation of Documentation/arm64/booting.txt
Documentation:Chinese translation of Documentation/IRQ.txt
firmware loader: document kernel direct loading
sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
dynamic_debug: Remove unnecessary __used
firmware loader: sync firmware cache by async_synchronize_full_domain
firmware loader: let direct loading back on 'firmware_buf'
firmware loader: fix one reqeust_firmware race
firmware loader: cancel uncache work before caching firmware
Diffstat (limited to 'Documentation/zh_CN/arm64/booting.txt')
-rw-r--r-- | Documentation/zh_CN/arm64/booting.txt | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/Documentation/zh_CN/arm64/booting.txt b/Documentation/zh_CN/arm64/booting.txt new file mode 100644 index 000000000000..28fa325b7461 --- /dev/null +++ b/Documentation/zh_CN/arm64/booting.txt | |||
@@ -0,0 +1,156 @@ | |||
1 | Chinese translated version of Documentation/arm64/booting.txt | ||
2 | |||
3 | If you have any comment or update to the content, please contact the | ||
4 | original document maintainer directly. However, if you have a problem | ||
5 | communicating in English you can also ask the Chinese maintainer for | ||
6 | help. Contact the Chinese maintainer if this translation is outdated | ||
7 | or if there is a problem with the translation. | ||
8 | |||
9 | Maintainer: Will Deacon <will.deacon@arm.com> | ||
10 | Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> | ||
11 | --------------------------------------------------------------------- | ||
12 | Documentation/arm64/booting.txt 的中文翻译 | ||
13 | |||
14 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 | ||
15 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 | ||
16 | 译存在问题,请联系中文版维护者。 | ||
17 | |||
18 | 英文版维护者: Will Deacon <will.deacon@arm.com> | ||
19 | 中文版维护者: 傅炜 Fu Wei <tekkamanninja@gmail.com> | ||
20 | 中文版翻译者: 傅炜 Fu Wei <tekkamanninja@gmail.com> | ||
21 | 中文版校译者: 傅炜 Fu Wei <tekkamanninja@gmail.com> | ||
22 | |||
23 | 以下为正文 | ||
24 | --------------------------------------------------------------------- | ||
25 | 启动 AArch64 Linux | ||
26 | ================== | ||
27 | |||
28 | 作者: Will Deacon <will.deacon@arm.com> | ||
29 | 日期: 2012 年 09 月 07 日 | ||
30 | |||
31 | 本文档基于 Russell King 的 ARM 启动文档,且适用于所有公开发布的 | ||
32 | AArch64 Linux 内核代码。 | ||
33 | |||
34 | AArch64 异常模型由多个异常级别(EL0 - EL3)组成,对于 EL0 和 EL1 | ||
35 | 异常级有对应的安全和非安全模式。EL2 是系统管理级,且仅存在于 | ||
36 | 非安全模式下。EL3 是最高特权级,且仅存在于安全模式下。 | ||
37 | |||
38 | 基于本文档的目的,我们将简单地使用‘引导装载程序’(‘boot loader’) | ||
39 | 这个术语来定义在将控制权交给 Linux 内核前 CPU 上执行的所有软件。 | ||
40 | 这可能包含安全监控和系统管理代码,或者它可能只是一些用于准备最小启动 | ||
41 | 环境的指令。 | ||
42 | |||
43 | 基本上,引导装载程序(至少)应实现以下操作: | ||
44 | |||
45 | 1、设置和初始化 RAM | ||
46 | 2、设置设备树数据 | ||
47 | 3、解压内核映像 | ||
48 | 4、调用内核映像 | ||
49 | |||
50 | |||
51 | 1、设置和初始化 RAM | ||
52 | ----------------- | ||
53 | |||
54 | 必要性: 强制 | ||
55 | |||
56 | 引导装载程序应该找到并初始化系统中所有内核用于保持系统变量数据的 RAM。 | ||
57 | 这个操作的执行是设备依赖的。(它可能使用内部算法来自动定位和计算所有 | ||
58 | RAM,或可能使用对这个设备已知的 RAM 信息,还可能使用任何引导装载程序 | ||
59 | 设计者想到的匹配方法。) | ||
60 | |||
61 | |||
62 | 2、设置设备树数据 | ||
63 | --------------- | ||
64 | |||
65 | 必要性: 强制 | ||
66 | |||
67 | 设备树数据块(dtb)大小必须不大于 2 MB,且位于从内核映像起始算起第一个 | ||
68 | 512MB 内的 2MB 边界上。这使得内核可以通过初始页表中的单个节描述符来 | ||
69 | 映射此数据块。 | ||
70 | |||
71 | |||
72 | 3、解压内核映像 | ||
73 | ------------- | ||
74 | |||
75 | 必要性: 可选 | ||
76 | |||
77 | AArch64 内核当前没有提供自解压代码,因此如果使用了压缩内核映像文件 | ||
78 | (比如 Image.gz),则需要通过引导装载程序(使用 gzip 等)来进行解压。 | ||
79 | 若引导装载程序没有实现这个需求,就要使用非压缩内核映像文件。 | ||
80 | |||
81 | |||
82 | 4、调用内核映像 | ||
83 | ------------- | ||
84 | |||
85 | 必要性: 强制 | ||
86 | |||
87 | 已解压的内核映像包含一个 32 字节的头,内容如下: | ||
88 | |||
89 | u32 magic = 0x14000008; /* 跳转到 stext, 小端 */ | ||
90 | u32 res0 = 0; /* 保留 */ | ||
91 | u64 text_offset; /* 映像装载偏移 */ | ||
92 | u64 res1 = 0; /* 保留 */ | ||
93 | u64 res2 = 0; /* 保留 */ | ||
94 | |||
95 | 映像必须位于系统 RAM 起始处的特定偏移(当前是 0x80000)。系统 RAM | ||
96 | 的起始地址必须是以 2MB 对齐的。 | ||
97 | |||
98 | 在跳转入内核前,必须符合以下状态: | ||
99 | |||
100 | - 停止所有 DMA 设备,这样内存数据就不会因为虚假网络包或磁盘数据而 | ||
101 | 被破坏。这可能可以节省你许多的调试时间。 | ||
102 | |||
103 | - 主 CPU 通用寄存器设置 | ||
104 | x0 = 系统 RAM 中设备树数据块(dtb)的物理地址。 | ||
105 | x1 = 0 (保留,将来可能使用) | ||
106 | x2 = 0 (保留,将来可能使用) | ||
107 | x3 = 0 (保留,将来可能使用) | ||
108 | |||
109 | - CPU 模式 | ||
110 | 所有形式的中断必须在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ | ||
111 | 和 FIQ)。 | ||
112 | CPU 必须处于 EL2(推荐,可访问虚拟化扩展)或非安全 EL1 模式下。 | ||
113 | |||
114 | - 高速缓存、MMU | ||
115 | MMU 必须关闭。 | ||
116 | 指令缓存开启或关闭都可以。 | ||
117 | 数据缓存必须关闭且无效。 | ||
118 | 外部高速缓存(如果存在)必须配置并禁用。 | ||
119 | |||
120 | - 架构计时器 | ||
121 | CNTFRQ 必须设定为计时器的频率。 | ||
122 | 如果在 EL1 模式下进入内核,则 CNTHCTL_EL2 中的 EL1PCTEN (bit 0) | ||
123 | 必须置位。 | ||
124 | |||
125 | - 一致性 | ||
126 | 通过内核启动的所有 CPU 在内核入口地址上必须处于相同的一致性域中。 | ||
127 | 这可能要根据具体实现来定义初始化过程,以使能每个CPU上对维护操作的 | ||
128 | 接收。 | ||
129 | |||
130 | - 系统寄存器 | ||
131 | 在进入内核映像的异常级中,所有构架中可写的系统寄存器必须通过软件 | ||
132 | 在一个更高的异常级别下初始化,以防止在 未知 状态下运行。 | ||
133 | |||
134 | 引导装载程序必须在每个 CPU 处于以下状态时跳入内核入口: | ||
135 | |||
136 | - 主 CPU 必须直接跳入内核映像的第一条指令。通过此 CPU 传递的设备树 | ||
137 | 数据块必须在每个 CPU 节点中包含以下内容: | ||
138 | |||
139 | 1、‘enable-method’属性。目前,此字段支持的值仅为字符串“spin-table”。 | ||
140 | |||
141 | 2、‘cpu-release-addr’标识一个 64-bit、初始化为零的内存位置。 | ||
142 | |||
143 | 引导装载程序必须生成这些设备树属性,并在跳入内核入口之前将其插入 | ||
144 | 数据块。 | ||
145 | |||
146 | - 任何辅助 CPU 必须在内存保留区(通过设备树中的 /memreserve/ 域传递 | ||
147 | 给内核)中自旋于内核之外,轮询它们的 cpu-release-addr 位置(必须 | ||
148 | 包含在保留区中)。可通过插入 wfe 指令来降低忙循环开销,而主 CPU 将 | ||
149 | 发出 sev 指令。当对 cpu-release-addr 所指位置的读取操作返回非零值 | ||
150 | 时,CPU 必须直接跳入此值所指向的地址。 | ||
151 | |||
152 | - 辅助 CPU 通用寄存器设置 | ||
153 | x0 = 0 (保留,将来可能使用) | ||
154 | x1 = 0 (保留,将来可能使用) | ||
155 | x2 = 0 (保留,将来可能使用) | ||
156 | x3 = 0 (保留,将来可能使用) | ||