Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107666141
D38256.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
778 B
Referenced Files
None
Subscribers
None
D38256.diff
View Options
diff --git a/stand/kboot/arch/aarch64/Makefile.inc b/stand/kboot/arch/aarch64/Makefile.inc
--- a/stand/kboot/arch/aarch64/Makefile.inc
+++ b/stand/kboot/arch/aarch64/Makefile.inc
@@ -1,4 +1,4 @@
-SRCS+= host_syscall.S tramp.S exec.c load_addr.c
+SRCS+= host_syscall.S tramp.S exec.c load_addr.c fdt_arch.c
.PATH: ${BOOTSRC}/arm64/libarm64
CFLAGS+=-I${BOOTSRC}/arm64/libarm64
diff --git a/stand/kboot/arch/aarch64/fdt_arch.c b/stand/kboot/arch/aarch64/fdt_arch.c
new file mode 100644
--- /dev/null
+++ b/stand/kboot/arch/aarch64/fdt_arch.c
@@ -0,0 +1,14 @@
+/*-
+ * Copyright (c) 2022 Netflix, Inc
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
+
+#include <sys/types.h>
+#include "kboot.h"
+
+void
+fdt_arch_fixups(void *fdtp)
+{
+ /* Unsure what to pass fixup */
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 10:01 AM (16 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15853634
Default Alt Text
D38256.diff (778 B)
Attached To
Mode
D38256: kboot: Add aarch64 fdt fixup
Attached
Detach File
Event Timeline
Log In to Comment