Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147503087
D9108.id23820.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
952 B
Referenced Files
None
Subscribers
None
D9108.id23820.diff
View Options
Index: sys/boot/efi/Makefile.inc
===================================================================
--- sys/boot/efi/Makefile.inc
+++ sys/boot/efi/Makefile.inc
@@ -23,4 +23,8 @@
CFLAGS+= -fPIC
.endif
+.if ${MACHINE_CPUARCH} == "arm"
+CFLAGS+= -fPIC
+.endif
+
.include "../Makefile.inc"
Index: sys/boot/efi/loader/arch/arm/ldscript.arm
===================================================================
--- sys/boot/efi/loader/arch/arm/ldscript.arm
+++ sys/boot/efi/loader/arch/arm/ldscript.arm
@@ -18,7 +18,7 @@
. = ALIGN(16);
.data :
{
- *(.data *.data.*)
+ *(.data .data.*)
*(.gnu.linkonce.d*)
*(.rodata)
*(.rodata.*)
Index: sys/boot/efi/loader/arch/arm/start.S
===================================================================
--- sys/boot/efi/loader/arch/arm/start.S
+++ sys/boot/efi/loader/arch/arm/start.S
@@ -161,7 +161,7 @@
mov r2, #0
1: cmp r0, r1
- bgt 2f
+ bge 2f
str r2, [r0], #4
b 1b
2:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 11:57 AM (5 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29581146
Default Alt Text
D9108.id23820.diff (952 B)
Attached To
Mode
D9108: Fix UEFI support for ARM
Attached
Detach File
Event Timeline
Log In to Comment