Home
last modified time | relevance | path

Searched refs:fixups (Results 1 – 11 of 11) sorted by relevance

/u-boot/scripts/dtc/libfdt/
A Dfdt_overlay.c327 int fixups; in overlay_update_local_references() local
329 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references()
330 if (fixups < 0) { in overlay_update_local_references()
332 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
335 return fixups; in overlay_update_local_references()
341 return overlay_update_local_node_references(fdto, 0, fixups, in overlay_update_local_references()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Du-boot-spl.lds112 * address won't be updated during relocation fixups.
A Du-boot.lds100 * address won't be updated during relocation fixups. Note that
/u-boot/drivers/mtd/spi/
A Dspi-nor-core.c2203 if (nor->fixups && nor->fixups->post_bfpt) in spi_nor_post_bfpt_fixups()
2714 if (nor->fixups && nor->fixups->post_sfdp) in spi_nor_post_sfdp_fixups()
2715 nor->fixups->post_sfdp(nor, params); in spi_nor_post_sfdp_fixups()
2720 if (nor->fixups && nor->fixups->default_init) in spi_nor_default_init_fixups()
2721 nor->fixups->default_init(nor); in spi_nor_default_init_fixups()
3993 nor->fixups = &s25_fixups; in spi_nor_set_fixups()
3999 nor->fixups = &s28hx_t_fixups; in spi_nor_set_fixups()
4010 nor->fixups = &s25fl256l_fixups; in spi_nor_set_fixups()
4014 nor->fixups = &s25fs_s_fixups; in spi_nor_set_fixups()
4019 nor->fixups = &mt35xu512aba_fixups; in spi_nor_set_fixups()
[all …]
/u-boot/drivers/mmc/
A Domap_hsmmc.c1909 const struct mmc_platform_fixups *fixups; local
1937 fixups = platform_fixups_mmc(dev_read_addr(dev));
1938 if (fixups) {
1939 plat->hw_rev = fixups->hw_rev;
1940 cfg->host_caps &= ~fixups->unsupported_caps;
1941 cfg->f_max = fixups->max_freq;
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon17 does FDT fixups when booting Linux. For falcon boot, Linux boots directly from
45 understand the fixups in U-Boot. Memory size and location, as well as reserved
/u-boot/include/linux/mtd/
A Dspi-nor.h566 struct spi_nor_fixups *fixups; member
/u-boot/doc/
A DREADME.arm-relocation9 These fixups are described in the ARM ELF documentation as type 23
/u-boot/doc/develop/driver-model/
A Dlivetree.rst250 It would be helpful to use livetree for fixups, since adding a lot of nodes and
254 So long as OF_LIVE is disabled, it is possible to do fixups using the ofnode
/u-boot/drivers/net/
A DKconfig867 QBman fixups to allow deep sleep in DPAA 1 SOCs
/u-boot/boot/
A DKconfig591 proper, since it is the phase where device tree fixups happen.

Completed in 44 milliseconds