Home
last modified time | relevance | path

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

12

/u-boot/test/boot/
A Dvbe_simple.c28 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 Dextable.c26 unsigned long insn, fixup; member
41 return first->fixup; in search_one_table()
/u-boot/drivers/usb/common/
A DMakefile11 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 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/mpc85xx/
A Du-boot.lds52 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 Dtraps.c131 unsigned long fixup; in MachineCheckException() local
138 if ((fixup = search_exception_table(regs->nip)) != 0) { in MachineCheckException()
139 regs->nip = fixup; in MachineCheckException()
A Dmp.c425 ulong fixup = (u32)&__secondary_start_page; in setup_mp() local
470 memcpy((void *)BPTR_VIRT_ADDR, (void *)fixup, 4096); in setup_mp()
A Du-boot-spl.lds38 KEEP(*(.fixup))
/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.h28 efi_status_t (EFIAPI *fixup) (struct efi_dt_fixup_protocol *this,
/u-boot/boot/
A Dvbe_request.c154 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 Dimage-fdt.c670 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 Dindex.rst17 fdt-fixup
/u-boot/arch/arm/mach-uniphier/
A DMakefile24 obj-y += fdt-fixup.o
/u-boot/arch/m68k/cpu/
A Du-boot.lds47 KEEP(*(.fixup))
/u-boot/board/cssi/cmpc885/
A Du-boot.lds46 KEEP(*(.fixup))
/u-boot/board/cssi/mcr3000/
A Du-boot.lds46 KEEP(*(.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/lib/efi_loader/
A Defi_dt_fixup.c200 .fixup = efi_dt_fixup
/u-boot/arch/arm/dts/
A Dimx8qm-dmsse20-a1.dts313 fsl,ar8031-phy-fixup;
333 fsl,ar8031-phy-fixup;
A Dimx8qm-rom7720-a1.dts299 fsl,ar8031-phy-fixup;
324 fsl,ar8031-phy-fixup;

Completed in 714 milliseconds

12