Searched refs:fixups (Results 1 – 11 of 11) sorted by relevance
| /u-boot/scripts/dtc/libfdt/ |
| A D | fdt_overlay.c | 327 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 D | u-boot-spl.lds | 112 * address won't be updated during relocation fixups.
|
| A D | u-boot.lds | 100 * address won't be updated during relocation fixups. Note that
|
| /u-boot/drivers/mtd/spi/ |
| A D | spi-nor-core.c | 2203 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 D | omap_hsmmc.c | 1909 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 D | README.falcon | 17 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 D | spi-nor.h | 566 struct spi_nor_fixups *fixups; member
|
| /u-boot/doc/ |
| A D | README.arm-relocation | 9 These fixups are described in the ARM ELF documentation as type 23
|
| /u-boot/doc/develop/driver-model/ |
| A D | livetree.rst | 250 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 D | Kconfig | 867 QBman fixups to allow deep sleep in DPAA 1 SOCs
|
| /u-boot/boot/ |
| A D | Kconfig | 591 proper, since it is the phase where device tree fixups happen.
|
Completed in 44 milliseconds