Lines Matching +full:write +full:- +full:protect

2  * Copyright 2013-2015 Arcturus Networks, Inc.
6 * Copyright 2009-2011 Freescale Semiconductor, Inc.
8 * SPDX-License-Identifier: GPL-2.0+
12 * QorIQ uCP1020-xx boards configuration file
22 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
28 #define CONFIG_BOARDNAME "uCP1020-64EE512-0U1-XR-T1"
58 #define CONFIG_BOARDNAME_LOCAL "uCP1020-64EEE512-OU1-XR"
162 #define CONFIG_SYS_SDRAM_SIZE (1u << (CONFIG_SYS_SDRAM_SIZE_LAW - 19))
210 * 0x8000_0000 0xdfff_ffff PCI Express Mem 1G non-cacheable(PCIe * 2)
211 * 0xec00_0000 0xefff_ffff NOR flash Up to 64M non-cacheable CS0/1
214 * 0xffc0_0000 0xffc3_ffff PCI IO range 256k non-cacheable
216 * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
240 #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
258 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
280 /* Serial Port - controlled on board with jumper J8
281 * open - index 2
282 * shorted - index 1
319 * eSPI - Enhanced SPI
329 * Memory space is mapped 1-1, but I/O space must start from 0.
391 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
441 #define CONFIG_CMDLINE_EDITING /* Command-line editing */
494 #define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
516 "sf write $loadaddr $mbr_offset $filesize\0" \
518 "protect off $nor_recoveryaddr +$filesize; " \
521 "protect on $nor_recoveryaddr +$filesize\0 " \
523 "protect off $nor_ubootaddr +$filesize; " \
526 "protect on $nor_ubootaddr +$filesize\0 " \
528 "protect off $nor_workingaddr +$filesize; " \
531 "protect on $nor_workingaddr +$filesize\0 " \
542 "mmc write $loadaddr 1 1\0" \
545 "mmc write $loadaddr 0x40 0x400\0" \
553 "bootm $kerneladdr - $dtbaddr\0" \
557 "bootm $kerneladdr - $dtbaddr\0" \
585 "spi__boot1=fatload mmc $mmcpart $loadaddr u-boot.bin; " \
586 "protect off 0xeC000000 +$filesize; " \
590 "protect on 0xeC000000 +$filesize\0" \
591 "spi__boot2=fatload mmc $mmcpart $loadaddr u-boot.bin; " \
592 "protect off 0xeFF80000 +$filesize; " \
596 "protect on 0xeFF80000 +$filesize\0" \
599 "sf write $loadaddr 0x8000 $filesize\0" \
601 "protect off 0xec0a0000 +$filesize; " \
604 "protect on 0xec0a0000 +$filesize\0" \
607 "sf write $loadaddr 0 $filesize\0" \
610 "sf write $loadaddr 0 $filesize\0" \
612 "protect off " __stringify(CONFIG_SYS_TEXT_BASE_NOR) " +$filesize; " \
615 "protect on " __stringify(CONFIG_SYS_TEXT_BASE_NOR) " +$filesize; " \
619 "ubootfile=u-boot.bin\0" \
620 "ubootd=u-boot4dongle.bin\0" \
645 "sf write $loadaddr $mbr_offset $filesize\0" \
647 "protect off $nor_recoveryaddr +$filesize; " \
650 "protect on $nor_recoveryaddr +$filesize\0 " \
652 "protect off $nor_ubootaddr +$filesize; " \
655 "protect on $nor_ubootaddr +$filesize\0 " \
657 "protect off $nor_workingaddr +$filesize; " \
660 "protect on $nor_workingaddr +$filesize\0 " \
674 "bootm $kerneladdr - $dtbaddr\0" \
678 "bootm $kerneladdr - $dtbaddr\0" \
705 "protect off " __stringify(CONFIG_SYS_TEXT_BASE_NOR) " +$filesize; " \
708 "protect on " __stringify(CONFIG_SYS_TEXT_BASE_NOR) " +$filesize; " \
712 "ubootfile=u-boot.bin\0" \
733 "sf write $loadaddr $mbr_offset $filesize\0" \
735 "protect off $nor_ubootaddr0 +$filesize; " \
738 "protect on $nor_ubootaddr0 +$filesize; " \
739 "protect off $nor_ubootaddr1 +$filesize; " \
742 "protect on $nor_ubootaddr1 +$filesize\0 " \
743 "format0=protect off $part0base +$part0size; " \
745 "format1=protect off $part1base +$part1size; " \
747 "format2=protect off $part2base +$part2size; " \
749 "format3=protect off $part3base +$part3size; " \
763 "bootm $kerneladdr - $dtbaddr\0" \
778 "program0=tftp part0-000000.bin; " \
779 "protect off $part0base +$filesize; " \
784 "program1=tftp part1-000000.bin; " \
785 "protect off $part1base +$filesize; " \
790 "program2=tftp part2-000000.bin; " \
791 "protect off $part2base +$filesize; " \
811 "sf write $loadaddr 0 $filesize\0" \
812 "spi__boot=fatload mmc $mmcpart $loadaddr u-boot.bin; " \
813 "protect off 0xeC000000 +$filesize; " \
817 "protect on 0xeC000000 +$filesize\0" \
819 "protect off " __stringify(CONFIG_SYS_TEXT_BASE_NOR) " +$filesize; " \
822 "protect on " __stringify(CONFIG_SYS_TEXT_BASE_NOR) " +$filesize; " \
825 "ubootfile=u-boot.bin\0" \
835 "bootm $loadaddr - $fdtaddr\0" \
842 "bootm $loadaddr - $fdtaddr\0" \
864 "bootm $norbootaddr - $norfdtaddr\0 " \