Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107538216
D34861.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
470 B
Referenced Files
None
Subscribers
None
D34861.diff
View Options
diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -486,6 +486,12 @@
{
switch (p->md_type) {
+ case EFI_MD_TYPE_RT_CODE:
+ /*
+ * Some UEFI implementations put the system table in the
+ * runtime code section. Include it in the DMAP, but will
+ * be excluded from phys_avail later.
+ */
case EFI_MD_TYPE_RT_DATA:
/*
* Runtime data will be excluded after the DMAP
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 2:49 PM (21 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15826568
Default Alt Text
D34861.diff (470 B)
Attached To
Mode
D34861: Include the EFI Runtime Code in the DMAP
Attached
Detach File
Event Timeline
Log In to Comment