Lines Matching +full:u +full:- +full:boot
1 /*-
35 * Entry point to the loader that U-Boot passes control to.
49 * Do self-relocation when the weak external symbol _DYNAMIC is non-NULL.
53 * Note that we're still on u-boot's stack here, but the self_reloc
58 sub r0, ip, r0 /* Get its pc-relative address and */
62 blne _C_LABEL(self_reloc) /* Do reloc if _DYNAMIC is non-NULL. */
71 /* Save U-Boot's r8 and r9 for syscall trampoline */
84 /* Restore U-Boot environment */
91 * Data for self-relocation, in the text segment for pc-rel access.
107 /* Restore U-Boot's r8 and r9 */
110 /* Call into U-Boot */
137 .long 0 /* U-Boot's r8 */
138 .long 0 /* U-Boot's r9 */