| /rk3399_rockchip-uboot/drivers/usb/common/ |
| H 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
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | extable.c | 28 unsigned long insn, fixup; member 43 return first->fixup; in search_one_table()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H 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()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | traps.c | 104 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 D | u-boot.lds | 30 KEEP(*(.fixup))
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | traps.c | 96 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 D | mp.c | 104 ulong fixup = (ulong)&__secondary_start_page; in setup_mp() local 118 memcpy((void *)bootpg_va, (void *)fixup, 4096); in setup_mp()
|
| H A D | u-boot.lds | 36 KEEP(*(.fixup))
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot.lds | 54 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 D | traps.c | 132 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 D | u-boot-nand_spl.lds | 26 KEEP(*(.fixup))
|
| H A D | u-boot-nand.lds | 48 KEEP(*(.fixup))
|
| H A D | u-boot-spl.lds | 33 KEEP(*(.fixup))
|
| H A D | mp.c | 420 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 D | slre.c | 312 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 D | bidram.c | 184 if (bidram->fixup) { in bidram_gen_gd_bi_dram() 223 bidram->fixup = true; in bidram_fixup()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | bidram.h | 17 bool fixup; member
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/ |
| H A D | u-boot.lds | 47 KEEP(*(.fixup))
|
| /rk3399_rockchip-uboot/board/cssi/MCR3000/ |
| H A D | u-boot.lds | 48 KEEP(*(.fixup))
|
| /rk3399_rockchip-uboot/doc/ |
| H 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
|
| H A D | README.fsl-hwconfig | 31 This is used by generic USB device-tree fixup function to update
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | Kconfig | 29 to complete fixup.
|
| /rk3399_rockchip-uboot/board/freescale/t208xqds/ |
| H A D | README | 96 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 D | micrel-ksz90x1.txt | 7 Note that these settings are applied after any phy-specific fixup from
|
| /rk3399_rockchip-uboot/board/freescale/t4qds/ |
| H A D | README | 90 will fixup the dtb accordingly.
|