Searched refs:fixup (Results 1 – 25 of 37) sorted by relevance
12
/u-boot/drivers/usb/common/ |
A D | Makefile | 7 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 D | extable.c | 26 unsigned long insn, fixup; member 41 return first->fixup; in search_one_table()
|
/u-boot/arch/powerpc/cpu/mpc8xx/ |
A D | traps.c | 88 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 D | traps.c | 105 unsigned long fixup; in MachineCheckException() local 124 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException() 125 regs->nip = fixup; in MachineCheckException()
|
A D | u-boot.lds | 29 KEEP(*(.fixup))
|
/u-boot/arch/powerpc/cpu/mpc86xx/ |
A D | traps.c | 98 unsigned long fixup; in MachineCheckException() local 104 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException() 105 regs->nip = fixup; in MachineCheckException()
|
A D | mp.c | 105 ulong fixup = (ulong)&__secondary_start_page; in setup_mp() local 119 memcpy((void *)bootpg_va, (void *)fixup, 4096); in setup_mp()
|
A D | u-boot.lds | 35 KEEP(*(.fixup))
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | u-boot.lds | 53 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 D | traps.c | 135 unsigned long fixup; in MachineCheckException() local 142 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException() 143 regs->nip = fixup; in MachineCheckException()
|
A D | u-boot-nand_spl.lds | 25 KEEP(*(.fixup))
|
A D | u-boot-nand.lds | 47 KEEP(*(.fixup))
|
A D | u-boot-spl.lds | 32 KEEP(*(.fixup))
|
A D | mp.c | 425 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 D | slre.c | 313 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 D | protocols.h | 25 # error arch fixup needed here
|
/u-boot/include/ |
A D | efi_dt_fixup.h | 32 efi_status_t (EFIAPI *fixup) (struct efi_dt_fixup_protocol *this,
|
/u-boot/doc/driver-model/ |
A D | index.rst | 13 fdt-fixup
|
/u-boot/arch/arm/mach-uniphier/ |
A D | Makefile | 24 obj-y += fdt-fixup.o
|
/u-boot/arch/m68k/cpu/ |
A D | u-boot.lds | 46 KEEP(*(.fixup))
|
/u-boot/board/cssi/MCR3000/ |
A D | u-boot.lds | 46 KEEP(*(.fixup))
|
/u-boot/lib/efi_loader/ |
A D | efi_dt_fixup.c | 167 .fixup = efi_dt_fixup
|
/u-boot/doc/ |
A D | README.arm-relocation | 5 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 D | README.fsl-hwconfig | 31 This is used by generic USB device-tree fixup function to update
|
/u-boot/arch/arm/dts/ |
A D | imx8qm-rom7720-a1.dts | 298 fsl,ar8031-phy-fixup; 323 fsl,ar8031-phy-fixup;
|
Completed in 56 milliseconds
12