Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/usb/common/
H A DMakefile7 obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
8 obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dextable.c28 unsigned long insn, fixup; member
43 return first->fixup; in search_one_table()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dtraps.c88 unsigned long fixup = search_exception_table(regs->nip); in MachineCheckException() local
94 if (fixup != 0) { in MachineCheckException()
95 regs->nip = fixup; in MachineCheckException()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dtraps.c104 unsigned long fixup; in MachineCheckException() local
123 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
124 regs->nip = fixup; in MachineCheckException()
H A Du-boot.lds30 KEEP(*(.fixup))
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dtraps.c96 unsigned long fixup; in MachineCheckException() local
102 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
103 regs->nip = fixup; in MachineCheckException()
H A Dmp.c104 ulong fixup = (ulong)&__secondary_start_page; in setup_mp() local
118 memcpy((void *)bootpg_va, (void *)fixup, 4096); in setup_mp()
H A Du-boot.lds36 KEEP(*(.fixup))
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Du-boot.lds54 KEEP(*(.fixup))
108 * this is a temporary fix. Code to dynamically the fixup the bss
110 * fixup code is present this workaround should be removed.
H A Dtraps.c132 unsigned long fixup; in MachineCheckException() local
139 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
140 regs->nip = fixup; in MachineCheckException()
H A Du-boot-nand_spl.lds26 KEEP(*(.fixup))
H A Du-boot-nand.lds48 KEEP(*(.fixup))
H A Du-boot-spl.lds33 KEEP(*(.fixup))
H A Dmp.c420 ulong fixup = (u32)&__secondary_start_page; in setup_mp() local
465 memcpy((void *)CONFIG_BPTR_VIRT_ADDR, (void *)fixup, 4096); in setup_mp()
/rk3399_rockchip-uboot/lib/
H A Dslre.c312 fixup_branch(struct slre *r, int fixup) in fixup_branch() argument
314 if (fixup > 0) { in fixup_branch()
316 set_jump_offset(r, fixup, fixup - 2); in fixup_branch()
323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
325 fixup = 0; in compile()
375 fixup_branch(r, fixup); in compile()
396 fixup_branch(r, fixup); in compile()
400 fixup = branch_start + 2; in compile()
401 r->code[fixup] = 0xff; in compile()
H A Dbidram.c184 if (bidram->fixup) { in bidram_gen_gd_bi_dram()
223 bidram->fixup = true; in bidram_fixup()
/rk3399_rockchip-uboot/include/
H A Dbidram.h17 bool fixup; member
/rk3399_rockchip-uboot/arch/m68k/cpu/
H A Du-boot.lds47 KEEP(*(.fixup))
/rk3399_rockchip-uboot/board/cssi/MCR3000/
H A Du-boot.lds48 KEEP(*(.fixup))
/rk3399_rockchip-uboot/doc/
H A DREADME.arm-relocation5 This causes the linker to generate fixup tables .rel.dyn and .dynsym,
12 At cpu level: modify linker file and add a relocation and fixup loop
18 The relocation and fixup loop must be executed after executing
H A DREADME.fsl-hwconfig31 This is used by generic USB device-tree fixup function to update
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A DKconfig29 to complete fixup.
/rk3399_rockchip-uboot/board/freescale/t208xqds/
H A DREADME96 will fixup the dtb accordingly.
111 Register 1 (PCCR1), and U-Boot fixup the dtb for kernel to do proper
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dmicrel-ksz90x1.txt7 Note that these settings are applied after any phy-specific fixup from
/rk3399_rockchip-uboot/board/freescale/t4qds/
H A DREADME90 will fixup the dtb accordingly.

12