/u-boot/arch/arm/mach-imx/mx6/ |
A D | mp.c | 36 src->scr |= cpu_reset_mask[nr]; in cpu_reset() 42 printf("core %d => %d\n", nr, !!(src->scr & cpu_ctrl_mask[nr])); in cpu_status() 67 src->scr |= cpu_ctrl_mask[nr]; in cpu_release() 85 src->scr &= ~cpu_ctrl_mask[nr]; in cpu_disable()
|
/u-boot/arch/arm/cpu/armv7/sunxi/ |
A D | psci.c | 197 u32 scr; in cp15_read_scr() local 199 asm volatile ("mrc p15, 0, %0, c1, c1, 0" : "=r" (scr)); in cp15_read_scr() 201 return scr; in cp15_read_scr() 204 static void __secure cp15_write_scr(u32 scr) in cp15_write_scr() argument 206 asm volatile ("mcr p15, 0, %0, c1, c1, 0" : : "r" (scr)); in cp15_write_scr() 218 u32 scr, reg, cpu; in psci_fiq_enter() local 221 scr = cp15_read_scr(); in psci_fiq_enter() 222 cp15_write_scr(scr & ~BIT(0)); in psci_fiq_enter() 243 cp15_write_scr(scr); in psci_fiq_enter()
|
/u-boot/drivers/spi/ |
A D | pl022_spi.c | 207 static inline u32 spi_rate(u32 rate, u16 cpsdvsr, u16 scr) in spi_rate() argument 209 return rate / (cpsdvsr * (1 + scr)); in spi_rate() 215 u16 scr = SSP_SCR_MIN, cr0 = 0, cpsr = SSP_CPSR_MIN, best_scr = scr, in pl022_spi_set_speed() local 231 while (scr <= SSP_SCR_MAX) { in pl022_spi_set_speed() 232 tmp = spi_rate(rate, cpsr, scr); in pl022_spi_set_speed() 237 best_scr = scr; in pl022_spi_set_speed() 245 scr++; in pl022_spi_set_speed() 248 scr = SSP_SCR_MIN; in pl022_spi_set_speed()
|
A D | atmel-quadspi.c | 445 u32 scr, scbr, mask, new_value; in atmel_qspi_set_speed() local 455 scr = atmel_qspi_read(aq, QSPI_SCR); in atmel_qspi_set_speed() 456 if ((scr & mask) == new_value) in atmel_qspi_set_speed() 459 scr = (scr & ~mask) | new_value; in atmel_qspi_set_speed() 460 atmel_qspi_write(scr, aq, QSPI_SCR); in atmel_qspi_set_speed() 468 u32 scr, mask, new_value = 0; in atmel_qspi_set_mode() local 477 scr = atmel_qspi_read(aq, QSPI_SCR); in atmel_qspi_set_mode() 478 if ((scr & mask) == new_value) in atmel_qspi_set_mode() 481 scr = (scr & ~mask) | new_value; in atmel_qspi_set_mode() 482 atmel_qspi_write(scr, aq, QSPI_SCR); in atmel_qspi_set_mode()
|
/u-boot/board/xilinx/bootscripts/ |
A D | qspiboot.cmd | 1 # This is an example file to generate boot.scr - a boot script for U-Boot 4 # Generate boot.scr: 5 # ./tools/mkimage -c none -A arm -T script -d qspiboot.cmd boot.scr
|
A D | sdboot.cmd | 1 # This is an example file to generate boot.scr - a boot script for U-Boot 4 # Generate boot.scr: 5 # ./tools/mkimage -c none -A arm -T script -d sdboot.cmd boot.scr
|
/u-boot/test/ |
A D | nokia_rx51_test.sh | 160 … -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_uboot -d bootmenu_uboot bootmenu_uboot.scr 169 …age -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_emmc -d bootmenu_emmc bootmenu_emmc.scr 178 …age -A arm -O linux -T script -C none -a 0 -e 0 -n bootmenu_nand -d bootmenu_nand bootmenu_nand.scr 192 mcopy bootmenu_uboot.scr ::/bootmenu.scr -i emmc_uboot.img 198 mcopy bootmenu_emmc.scr ::/bootmenu.scr -i emmc_emmc.img 203 mcopy bootmenu_nand.scr ::/bootmenu.scr -i emmc_nand.img
|
/u-boot/board/BuR/common/ |
A D | br_resetc.c | 118 u8 regb, scr; in br_resetc_bmode() local 134 rc = dm_i2c_read(resetc.i2cdev, RSTCTRL_SCRATCHREG0, &scr, 1); in br_resetc_bmode() 185 } else if ((regb & 0x1) || scr == 0xCC) { in br_resetc_bmode()
|
/u-boot/board/synopsys/hsdk/ |
A D | config.mk | 16 $(srctree)/u-boot-update.scr &> /dev/null 30 $(srctree)/u-boot-update.scr &> /dev/null
|
A D | README | 81 This will produce `u-boot.head` and `u-boot-update.scr` which should 111 1. Create `u-boot.head` and `u-boot-update.scr` as discribed above with 114 2. Copy `u-boot.head` and `u-boot-update.scr` to the first FAT partition 124 mmc rescan && fatload mmc 0:1 ${loadaddr} u-boot-update.scr && source ${loadaddr}
|
/u-boot/board/k+p/bootscripts/ |
A D | tpcboot.cmd | 5 # This is an example file to generate boot.scr - a boot script for U-Boot 6 # Generate boot.scr: 7 # ./tools/mkimage -c none -A arm -T script -d tpcboot.cmd boot.scr
|
/u-boot/arch/arm/include/asm/arch-rockchip/ |
A D | uart.h | 16 unsigned int scr; member
|
/u-boot/arch/arm/mach-imx/ |
A D | init.c | 98 val = readl(&src_regs->scr); in init_src() 100 writel(val, &src_regs->scr); in init_src()
|
/u-boot/board/samsung/common/bootscripts/ |
A D | autoboot.cmd | 1 # This is an example file to generate boot.scr - a boot script for U-Boot 2 # Generate boot.scr: 3 # ./tools/mkimage -c none -A arm -T script -d autoboot.cmd boot.scr
|
/u-boot/doc/ |
A D | README.distro | 185 specific boot.scr scripts are enabled. This enables distros to generate a 186 U-Boot-specific boot.scr script rather than extlinux.conf as the boot 188 CONFIG_DISTRO_DEFAULTS exposes enough parameterization to boot.scr to 189 allow for board-agnostic boot.scr content, this document recommends that 191 to work across multiple bootloaders, whereas boot.scr will only work with 192 U-Boot. TODO: document the contract between U-Boot and boot.scr re: which 193 environment variables a generic boot.scr may rely upon. 282 location in RAM where boot.scr will be loaded to prior to execution. 341 searched for boot configuration files (extlinux.conf, boot.scr). 350 The name of U-Boot style boot.scr files that $bootcmd searches for. [all …]
|
A D | README.nokia_rx51 | 14 uImage or boot.scr from a fat, ext2/ext3 or ext4 filesystem in external 42 * 1.1 find boot.scr on first fat partition
|
/u-boot/drivers/mmc/ |
A D | sandbox_mmc.c | 110 u32 *scr = (u32 *)data->dest; in sandbox_mmc_send_cmd() local 112 scr[0] = cpu_to_be32(2 << 24 | 1 << 15); /* SD version 3 */ in sandbox_mmc_send_cmd()
|
/u-boot/arch/arm/include/asm/ |
A D | armv7m.h | 31 uint32_t scr; /* offset 0x10: System Control Register */ member
|
/u-boot/doc/SPL/ |
A D | README.am335x-network | 24 "if tftp 80000000 debrick.scr; then " \ 86 $ ./tools/mkimage -A arm -O U-Boot -C none -T script -d <your script> debrick.scr 88 This will create debrick.scr file with your script inside. 90 3. Copy debrick.scr to TFTP root directory. You also need to copy
|
/u-boot/board/lego/ev3/ |
A D | README | 19 * If it is, try to load boot.scr from the first FAT partition 20 * If loading boot.scr was successful, run it
|
/u-boot/board/cobra5272/bdm/ |
A D | cobra5272_uboot.gdb | 13 set $scr = $mbar - 1 + 0x004 toplevelVariable 65 set *((unsigned short *) $scr) = 0x0003
|
/u-boot/include/ |
A D | ns16550.h | 113 UART_REG(scr); /* 10*/
|
/u-boot/arch/m68k/include/asm/coldfire/ |
A D | lcd.h | 24 u32 scr; /* 0x28 Sharp Configuration Register */ member
|
/u-boot/doc/imx/misc/ |
A D | sdp.txt | 71 # imx_usb script.scr 79 boot.scr:load 0x12000000,jump 0x12000000
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | pci.c | 82 out_be32(&pci->scr, PCI_SCR_B | PCI_SCR_M); in pci_mcf5445x_init()
|