| /u-boot/test/boot/ |
| A D | vbe_simple.c | 28 struct event_ft_fixup fixup; in vbe_simple_test_base() local 57 fixup.tree = oftree_from_np(np); in vbe_simple_test_base() 59 fixup.tree = oftree_from_fdt(fdt_buf); in vbe_simple_test_base() 71 fixup.images = NULL; in vbe_simple_test_base() 72 ut_assertok(event_notify(EVT_FT_FIXUP, &fixup, sizeof(fixup))); in vbe_simple_test_base() 74 node = oftree_path(fixup.tree, "/chosen/fwupd/firmware0"); in vbe_simple_test_base()
|
| /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/drivers/usb/common/ |
| A D | Makefile | 11 obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o fsl-errata.o 12 obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
|
| /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/mpc85xx/ |
| A D | u-boot.lds | 52 KEEP(*(.fixup)) 101 * this is a temporary fix. Code to dynamically the fixup the bss 103 * fixup code is present this workaround should be removed.
|
| A D | traps.c | 131 unsigned long fixup; in MachineCheckException() local 138 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException() 139 regs->nip = fixup; in MachineCheckException()
|
| A D | mp.c | 425 ulong fixup = (u32)&__secondary_start_page; in setup_mp() local 470 memcpy((void *)BPTR_VIRT_ADDR, (void *)fixup, 4096); in setup_mp()
|
| A D | u-boot-spl.lds | 38 KEEP(*(.fixup))
|
| /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 | 28 efi_status_t (EFIAPI *fixup) (struct efi_dt_fixup_protocol *this,
|
| /u-boot/boot/ |
| A D | vbe_request.c | 154 const struct event_ft_fixup *fixup = &event->data.ft_fixup; in bootmeth_vbe_ft_fixup() local 155 const struct bootm_headers *images = fixup->images; in bootmeth_vbe_ft_fixup() 176 dest_parent = oftree_path(fixup->tree, "/chosen"); in bootmeth_vbe_ft_fixup()
|
| A D | image-fdt.c | 670 struct event_ft_fixup fixup; in image_setup_libfdt() local 672 fixup.tree = oftree_from_fdt(blob); in image_setup_libfdt() 673 fixup.images = images; in image_setup_libfdt() 674 if (oftree_valid(fixup.tree)) { in image_setup_libfdt() 675 ret = event_notify(EVT_FT_FIXUP, &fixup, sizeof(fixup)); in image_setup_libfdt()
|
| /u-boot/doc/develop/driver-model/ |
| A D | index.rst | 17 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 | 47 KEEP(*(.fixup))
|
| /u-boot/board/cssi/cmpc885/ |
| A D | u-boot.lds | 46 KEEP(*(.fixup))
|
| /u-boot/board/cssi/mcr3000/ |
| A D | u-boot.lds | 46 KEEP(*(.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/lib/efi_loader/ |
| A D | efi_dt_fixup.c | 200 .fixup = efi_dt_fixup
|
| /u-boot/arch/arm/dts/ |
| A D | imx8qm-dmsse20-a1.dts | 313 fsl,ar8031-phy-fixup; 333 fsl,ar8031-phy-fixup;
|
| A D | imx8qm-rom7720-a1.dts | 299 fsl,ar8031-phy-fixup; 324 fsl,ar8031-phy-fixup;
|