]> git.sur5r.net Git - u-boot/blobdiff - arch/riscv/cpu/nx25/u-boot.lds
efi_loader: Enable RISC-V support
[u-boot] / arch / riscv / cpu / nx25 / u-boot.lds
index 86ebc9f4bb4c059d8b1c4b3e7021cd41310d9e2f..c53829a07ce93f97a5ae954e08907cb9bdb6c1ee 100644 (file)
@@ -37,6 +37,22 @@ SECTIONS
                KEEP(*(SORT(.u_boot_list*)));
        }
 
+    . = ALIGN(4);
+
+       .efi_runtime : {
+                __efi_runtime_start = .;
+               *(efi_runtime_text)
+               *(efi_runtime_data)
+                __efi_runtime_stop = .;
+       }
+
+       .efi_runtime_rel : {
+                __efi_runtime_rel_start = .;
+               *(.relaefi_runtime_text)
+               *(.relaefi_runtime_data)
+                __efi_runtime_rel_stop = .;
+       }
+
     . = ALIGN(4);
 
     /DISCARD/ : { *(.rela.plt*) }