Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152516275
D54510.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
D54510.id.diff
View Options
diff --git a/stand/efi/loader/bootinfo.c b/stand/efi/loader/bootinfo.c
--- a/stand/efi/loader/bootinfo.c
+++ b/stand/efi/loader/bootinfo.c
@@ -432,9 +432,10 @@
#if defined(LOADER_FDT_SUPPORT)
if (dtb_size)
file_addmetadata(kfp, MODINFOMD_DTBP, sizeof(dtbp), &dtbp);
- else
+ else if (getenv("acpi.revision") == NULL) {
printf("WARNING! Trying to fire up the kernel, but no "
"device tree blob found!\n");
+ }
#endif
file_addmetadata(kfp, MODINFOMD_KERNEND, sizeof(kernend), &kernend);
#ifdef MODINFOMD_MODULEP
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 11:03 AM (13 h, 47 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31597863
Default Alt Text
D54510.id.diff (531 B)
Attached To
Mode
D54510: loader: Only warn when we have neither FDT nor ACPI
Attached
Detach File
Event Timeline
Log In to Comment