Skip to content

Commit a49ccba

Browse files
committed
en: Mark protocol address guide as deprecated.
1 parent faf20b1 commit a49ccba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.vitepress/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
5656
items: [
5757
{ text: 'UEFI Porting Guide', link: '/PortingGuides/SimpleGuide'},
5858
{ text: 'Definitions', link: '/PortingGuides/DefinesGuidance'},
59-
{ text: 'Find Protocol Addresses For Kailua', link: '/PortingGuides/FindProtocolAddressesForKailua'},
59+
{ text: '[Deprecated]Find Protocol Addresses For Kailua', link: '/PortingGuides/FindProtocolAddressesForKailua'},
6060
]
6161
},
6262
{

PortingGuides/FindProtocolAddressesForKailua.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Find Protocol Addresses For Kailua
2+
:::warning
3+
This page is deprecated now, new uefi supports find address at run time.
4+
:::
5+
26
On Sm8550, many uefi drivers need ***scheduler*** protocol and ***xbldt*** protocol.
37
Our solution is to reserve the original *UEFI FD* region in XBL's memory map, find the addresses in decompile tool, then provide these protocols again.
48
___

0 commit comments

Comments
 (0)