Skip to content

Commit d521423

Browse files
committed
add crdk introduction
1 parent 322e38d commit d521423

4 files changed

Lines changed: 68 additions & 0 deletions

File tree

.vitepress/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
3030
items: [
3131
{ text: 'Project-Aloha', link: '/Introduction/organization'},
3232
{ text: 'mu_aloha_platforms', link: '/Introduction/mu_aloha_platforms'},
33+
{ text: 'CrDK', link: '/Introduction/CrDK'},
3334
{ text: 'UEFI Porting Status', link: '/PortingStatus/PortingStatus'}
3435
]
3536
},

.vitepress/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
4646
items: [
4747
{ text: 'Project-Aloha', link: '/Introduction/organization'},
4848
{ text: 'mu_aloha_platforms', link: '/Introduction/mu_aloha_platforms'},
49+
{ text: 'CrDK', link: '/Introduction/CrDK'},
4950
{ text: '移植状态', link: '/PortingStatus/PortingStatus'}
5051
]
5152
},

Introduction/CrDK.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Crane Development Kit
2+
<h3 align="center">Project Crane Architecture Overview</h3>
3+
<table border="0" width="100%" cellspacing="2" cellpadding="12" style="font-family: 'Segoe UI', Arial, sans-serif; text-align: center; border: 1px solid #ddd; border-radius: 4px;">
4+
<tbody>
5+
<tr>
6+
<td width="22%" bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>Driver</b></td>
7+
<td width="26%" bgcolor="#F5F3FF" style="border: 1px solid #D1C4E9; color: #512DA8; font-family: 'Consolas', monospace;"><b>GpioCrDxe</b></td>
8+
<td width="26%" bgcolor="#F5F3FF" style="border: 1px solid #D1C4E9; color: #512DA8; font-family: 'Consolas', monospace;"><b>GpioCrKmd</b></td>
9+
<td width="26%" bgcolor="#F5F3FF" style="border: 1px solid #D1C4E9; color: #512DA8; font-family: 'Consolas', monospace;"><b>GpioCrDriver</b></td>
10+
</tr>
11+
<tr>
12+
<td bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>OS Independent Lib</b></td>
13+
<td colspan="3" bgcolor="#7E57C2" style="color: #ffffff; letter-spacing: 0.5px;">
14+
<b>Driver Libraries</b> <span style="font-size: 12px; opacity: 0.9;">(GpioLib / InterruptLib)</span>
15+
</td>
16+
</tr>
17+
<tr>
18+
<td bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>OSKAL</b></td>
19+
<td colspan="3" bgcolor="#5E35B1" style="color: #ffffff; letter-spacing: 0.5px;">
20+
<b>OS / Kernel Abstract Layer (KAL)</b>
21+
</td>
22+
</tr>
23+
<tr>
24+
<td bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>Systems</b></td>
25+
<td bgcolor="#1A237E" style="color: #E8EAF6; border-right: 1px solid #3949AB;"><b>UEFI</b></td>
26+
<td bgcolor="#1A237E" style="color: #E8EAF6; border-right: 1px solid #3949AB;"><b>Win</b></td>
27+
<td bgcolor="#1A237E" style="color: #E8EAF6;"><b>RTOS</b></td>
28+
</tr>
29+
</tbody>
30+
</table>
31+
<div style="text-align: right; font-size: 10px; color: #999; opacity: 0.5; margin-top: 4px;">
32+
© Project-Aloha
33+
</div>

zh/Introduction/CrDK.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Crane Development Kit
2+
<h3 align="center">Project Crane 软件架构概览</h3>
3+
<table border="0" width="100%" cellspacing="2" cellpadding="12" style="font-family: 'Segoe UI', Arial, sans-serif; text-align: center; border: 1px solid #ddd; border-radius: 4px;">
4+
<tbody>
5+
<tr>
6+
<td width="22%" bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>驱动</b></td>
7+
<td width="26%" bgcolor="#F5F3FF" style="border: 1px solid #D1C4E9; color: #512DA8; font-family: 'Consolas', monospace;"><b>GpioCrDxe</b></td>
8+
<td width="26%" bgcolor="#F5F3FF" style="border: 1px solid #D1C4E9; color: #512DA8; font-family: 'Consolas', monospace;"><b>GpioCrKmd</b></td>
9+
<td width="26%" bgcolor="#F5F3FF" style="border: 1px solid #D1C4E9; color: #512DA8; font-family: 'Consolas', monospace;"><b>GpioCrDriver</b></td>
10+
</tr>
11+
<tr>
12+
<td bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>操作系统/内核无关库</b></td>
13+
<td colspan="3" bgcolor="#7E57C2" style="color: #ffffff; letter-spacing: 0.5px;">
14+
<b>Driver Libraries</b> <span style="font-size: 12px; opacity: 0.9;">(GpioLib / InterruptLib)</span>
15+
</td>
16+
</tr>
17+
<tr>
18+
<td bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>系统/内核抽象层</b></td>
19+
<td colspan="3" bgcolor="#5E35B1" style="color: #ffffff; letter-spacing: 0.5px;">
20+
<b>OS / Kernel Abstract Layer (KAL)</b>
21+
</td>
22+
</tr>
23+
<tr>
24+
<td bgcolor="#311B92" style="color: #ffffff; font-size: 14px;"><b>平台</b></td>
25+
<td bgcolor="#1A237E" style="color: #E8EAF6; border-right: 1px solid #3949AB;"><b>UEFI</b></td>
26+
<td bgcolor="#1A237E" style="color: #E8EAF6; border-right: 1px solid #3949AB;"><b>Win</b></td>
27+
<td bgcolor="#1A237E" style="color: #E8EAF6;"><b>RTOS</b></td>
28+
</tr>
29+
</tbody>
30+
</table>
31+
<div style="text-align: right; font-size: 10px; color: #999; opacity: 0.5; margin-top: 4px;">
32+
© Project-Aloha
33+
</div>

0 commit comments

Comments
 (0)