| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | b.c | 30 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump, 39 ulong jump; in cpu_post_test_bc() local 56 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc() 59 ret = pjump == jump ? 0 : -1; in cpu_post_test_bc() 157 int jump = jumpc && jumpd; in cpu_post_test_b() local 160 (cc << 3) + (cd << 1), 0, jump, decr, link, in cpu_post_test_b()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.standalone | 4 1. The functions are exported by U-Boot via a jump table. The jump 6 (common/exports.c). Other routines may also modify the jump table, 7 however. The jump table can be accessed as the 'jt' field of the 8 'global_data' structure. The struct members for the jump table are 21 2. The pointer to the jump table is passed to the application in a 110 language are stub functions that perform the jump through the jump
|
| H A D | README.sdp | 74 boot.scr:load 0x12000000,jump 0x12000000 89 SPL:jump header2 95 u-boot.img:jump header2
|
| H A D | README.xtensa | 53 U-Boot provides a jump table of entrypoints to exported functions 64 windowed ABI implemented in hardware. It makes using a jump table to an 68 be passed in registers. The most efficient approach is to have the jump
|
| H A D | README.NDS32 | 24 - PC relative jump and PC read instructions for efficient position independent
|
| H A D | README.TPL | 12 SPL. It loads the final uboot image into DDR, then jump to it to begin
|
| H A D | README.mpc85xx-spin-table | 20 TLB. While booting, they set up another TLB in AS=1 space and jump into
|
| H A D | README.arm-relocation | 96 to copy, just go on with bss clear and jump to board_init_r.
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | menu.c | 559 struct jump_key *jump = NULL; in get_prompt_str() local 571 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str() 580 jump->target = prop->menu; in get_prompt_str() 582 jump->target = location; in get_prompt_str() 585 jump->index = 0; in get_prompt_str() 587 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str() 590 list_add_tail(&jump->entries, head); in get_prompt_str() 597 if (jump && menu == location) in get_prompt_str() 598 jump->offset = strlen(r->s); in get_prompt_str()
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | Exceptions | 6 use U-Boot services by means of the jump table provided by U-Boot
|
| H A D | README | 10 applications that use U-Boot services by means of the jump table
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bootparam.h | 35 __u16 jump; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | lowlevel_init.S | 80 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mxsimage.h | 173 } jump; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | sec_entry_cpu1.S | 53 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
|
| /rk3399_rockchip-uboot/board/imgtec/xilfpga/ |
| H A D | README | 52 1- JTAG load the binary and jump into it.
|
| /rk3399_rockchip-uboot/lib/efi/ |
| H A D | Kconfig | 6 EFI to perform most of the system init and then jump to U-Boot for
|
| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | start.S | 381 bnei a2, 5, 1f # jump if not alloca exception 386 jx a2 # jump to fast_alloca_exception
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | start.c | 167 SANDBOX_CMDLINE_OPT_SHORT(jump, 'j', 1, "Jumped from previous U-Boot");
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | vectors.S | 244 movs pc, lr @ jump to next instruction & switch modes.
|
| /rk3399_rockchip-uboot/board/freescale/mpc8536ds/ |
| H A D | README | 16 configure the L2SRAM, then copy the second stage image to L2SRAM and jump
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | movmem.S | 48 ! jump to movmem+
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | desc_constr.h | 196 APPEND_CMD_RET(jump, JUMP) in APPEND_CMD_RET() argument
|
| /rk3399_rockchip-uboot/drivers/ddr/altera/ |
| H A D | sequencer.c | 847 static void rw_mgr_mem_init_load_regs(u32 cntr0, u32 cntr1, u32 cntr2, u32 jump) in rw_mgr_mem_init_load_regs() argument 861 writel(jump, &sdr_rw_load_jump_mgr_regs->load_jump_add0); in rw_mgr_mem_init_load_regs() 862 writel(jump, &sdr_rw_load_jump_mgr_regs->load_jump_add1); in rw_mgr_mem_init_load_regs() 863 writel(jump, &sdr_rw_load_jump_mgr_regs->load_jump_add2); in rw_mgr_mem_init_load_regs() 866 writel(jump, grpaddr); in rw_mgr_mem_init_load_regs()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | Kconfig | 134 allows to download images into memory and execute (jump to) them
|