Home
last modified time | relevance | path

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

12

/u-boot/drivers/usb/common/
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
/u-boot/arch/powerpc/lib/
A Dextable.c26 unsigned long insn, fixup; member
41 return first->fixup; in search_one_table()
/u-boot/arch/powerpc/cpu/mpc8xx/
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()
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dtraps.c105 unsigned long fixup; in MachineCheckException() local
124 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
125 regs->nip = fixup; in MachineCheckException()
A Du-boot.lds29 KEEP(*(.fixup))
/u-boot/arch/powerpc/cpu/mpc86xx/
A Dtraps.c98 unsigned long fixup; in MachineCheckException() local
104 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
105 regs->nip = fixup; in MachineCheckException()
A Dmp.c105 ulong fixup = (ulong)&__secondary_start_page; in setup_mp() local
119 memcpy((void *)bootpg_va, (void *)fixup, 4096); in setup_mp()
A Du-boot.lds35 KEEP(*(.fixup))
/u-boot/arch/powerpc/cpu/mpc85xx/
A Du-boot.lds53 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.
A Dtraps.c135 unsigned long fixup; in MachineCheckException() local
142 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
143 regs->nip = fixup; in MachineCheckException()
A Du-boot-nand_spl.lds25 KEEP(*(.fixup))
A Du-boot-nand.lds47 KEEP(*(.fixup))
A Du-boot-spl.lds32 KEEP(*(.fixup))
A Dmp.c425 ulong fixup = (u32)&__secondary_start_page; in setup_mp() local
470 memcpy((void *)CONFIG_BPTR_VIRT_ADDR, (void *)fixup, 4096); in setup_mp()
/u-boot/lib/
A Dslre.c313 fixup_branch(struct slre *r, int fixup) in fixup_branch() argument
315 if (fixup > 0) { in fixup_branch()
317 set_jump_offset(r, fixup, fixup - 2); in fixup_branch()
324 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
326 fixup = 0; in compile()
376 fixup_branch(r, fixup); in compile()
397 fixup_branch(r, fixup); in compile()
401 fixup = branch_start + 2; in compile()
402 r->code[fixup] = 0xff; in compile()
/u-boot/include/xen/interface/io/
A Dprotocols.h25 # error arch fixup needed here
/u-boot/include/
A Defi_dt_fixup.h32 efi_status_t (EFIAPI *fixup) (struct efi_dt_fixup_protocol *this,
/u-boot/doc/driver-model/
A Dindex.rst13 fdt-fixup
/u-boot/arch/arm/mach-uniphier/
A DMakefile24 obj-y += fdt-fixup.o
/u-boot/arch/m68k/cpu/
A Du-boot.lds46 KEEP(*(.fixup))
/u-boot/board/cssi/MCR3000/
A Du-boot.lds46 KEEP(*(.fixup))
/u-boot/lib/efi_loader/
A Defi_dt_fixup.c167 .fixup = efi_dt_fixup
/u-boot/doc/
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
A DREADME.fsl-hwconfig31 This is used by generic USB device-tree fixup function to update
/u-boot/arch/arm/dts/
A Dimx8qm-rom7720-a1.dts298 fsl,ar8031-phy-fixup;
323 fsl,ar8031-phy-fixup;

Completed in 56 milliseconds

12