Home
last modified time | relevance | path

Searched refs:bootloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dlaw.c302 u32 bootloc = in_be32(&gur->rcwsr[6]); in init_laws() local
307 switch ((bootloc & FSL_CORENET_RCWSR6_BOOT_LOC) >> 23) { in init_laws()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.lsch3162 The above two commands set bootloc register to 0x00000000_1800a000 where
175 DEST_ADDR is fixed at 0x1800a000, matching bootloc set above.
225 DEST_ADDR is configured at 0x1800a000, matching bootloc set above.
230 The above two commands set bootloc register to 0x00000000_1800a000 where
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c638 unsigned char bootloc; in cfi_cmdset_0002() local
693 bootloc = extp->TopBottom; in cfi_cmdset_0002()
694 if ((bootloc < 2) || (bootloc > 5)) { in cfi_cmdset_0002()
697 map->name, bootloc); in cfi_cmdset_0002()
698 bootloc = 2; in cfi_cmdset_0002()
701 if (bootloc == 3 && cfi->cfiq->NumEraseRegions > 1) { in cfi_cmdset_0002()