| /rk3399_rockchip-uboot/doc/ |
| H A D | README.spear | 35 make spear320_config 38 make spear320_pnor_config 42 make spear320_nand_config 44 make spear320_usbtty_config 47 make spear320_usbtty_pnor_config 50 make spear320_usbtty_nand_config 53 make spear300_config 54 make spear300_nand_config 55 make spear300_usbtty_config 56 make spear300_usbtty_nand_config [all …]
|
| H A D | README.davinci | 39 make davinci_dvevm_config 40 make 44 make davinci_dm6467evm_config 45 make 49 make davinci_dm355evm_config 50 make 54 make davinci_dm365evm_config 55 make 59 make da830evm_config 60 make [all …]
|
| H A D | README.omap3 | 38 make omap3_beagle_config 39 make 43 make omap3_overo_config 44 make 48 make omap3_evm_config 49 make 53 make omap3_pandora_config 54 make 58 make omap3_zoom1_config 59 make [all …]
|
| H A D | README.at91 | 26 make at91sam9260ek_nandflash_config - use nand flash 27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0) 28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1) 48 make at91sam9261ek_nandflash_config - use nand flash 49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0) 50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3) 69 make at91sam9263ek_nandflash_config - use nand flash 70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0) 71 make at91sam9263ek_norflash_config - use nor flash 74 make at91sam9263ek_norflash_boot_config - boot from nor flash [all …]
|
| H A D | README.rmobile | 30 make kzm9g_config 31 make 35 make armadillo-800eva_config 36 make 43 make lager_config 44 make 48 make koelsch_config 49 make
|
| H A D | README.marvell | 20 # make mrproper 24 # make <defconfig_file> 27 - For the Armada-80x0 MacchiatoBin use "make mvebu_mcbin-88f8040_defconfig" 28 - For the Armada-3700 DB board use "make mvebu_db-88f3720_defconfig" 29 - For the Armada-3700 EsspressoBin use "make mvebu_espressobin-88f3720_defconfig" 35 # make DEVICE_TREE=<name>
|
| H A D | README.nios2 | 50 $ make 10m50_defconfig 51 $ make menuconfig 52 $ make savedefconfig 68 If you use boot copier, like EPCS boot copier, make sure the copier 92 $ make mysystem_defconfig 93 $ make
|
| H A D | README.mpc83xxads | 22 $ make MPC8349ADS_config 25 $ make 62 make distclean 63 make MPC8349ADS_config 64 make
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | show-gnu-make | 3 # Show the command name for GNU Make 6 # One problem is that the command 'make' is not always GNU Make. 7 # (For ex. the command name for GNU Make on FreeBSD is usually 'gmake'.) 9 # where where GNU Make is expected. 10 # Call this helper script to get the command name for GNU Make. 17 for m in make gmake
|
| H A D | mkmakefile | 3 # directory, to allow make to be started from there. 45 .PHONY: __sub-make \$(MAKECMDGOALS) 47 __sub-make: 48 \$(Q)\$(MAKE) \$(MAKEARGS) \$(MAKECMDGOALS) 50 \$(filter-out __sub-make, \$(MAKECMDGOALS)): __sub-make
|
| /rk3399_rockchip-uboot/board/freescale/mpc832xemds/ |
| H A D | README | 26 First, make sure the board default setting is consistent with the document 96 make distclean 97 make MPC832XEMDS_config 98 make 100 MPC832x support PCI 33MHz and PCI 66MHz, to make U-Boot support PCI: 102 1)Make sure the DIP SW support PCI mode as described in Section 1.1. 104 2)To Make U-Boot image support PCI 33MHz, use 105 Make MPC832XEMDS_HOST_33_config 107 3)To Make U-Boot image support PCI 66MHz, use 108 Make MPC832XEMDS_HOST_66M_config
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 12 # To see a list of typical targets execute "make help" 17 # o Do not use make's built-in rules and variables 19 # o Look for make include files relative to root of kernel src 38 # turn into vmlinux), we will call a sub make in that other dir, and 71 # Use 'make V=1' to see the full commands 95 # If the user is running make -s (silent mode), suppress echoing of 98 ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 102 else # make-3.8x 114 # Use "make O=dir/to/store/output/files/" 120 # make [all …]
|
| H A D | make.sh | 59 echo " ./make.sh [board|sub-command]" 71 echo " ./make.sh evb-rk3399 --- build for evb-rk3399_defconfig" 72 echo " ./make.sh firefly-rk3288 --- build for firefly-rk3288_defconfig" 73 echo " ./make.sh EXT_DTB=rk-kernel.dtb --- build with exist .config and external dtb" 74 echo " ./make.sh --- build with exist .config" 75 echo " ./make.sh env --- build envtools" 78 echo " ./make.sh uboot --- pack uboot.img" 79 echo " ./make.sh trust --- pack trust.img" 80 echo " ./make.sh trust <ini> --- pack trust img with assigned ini file" 81 echo " ./make.sh loader --- pack loader bin" [all …]
|
| /rk3399_rockchip-uboot/board/freescale/mpc8349itx/ |
| H A D | README | 102 make distclean 104 make MPC8349ITX_config 106 make MPC8349ITXGP_config 108 make MPC8349ITX_LOWBOOT_config 110 make 147 make distclean 148 make MPC8349ITX_config 149 make 160 make distclean 161 make MPC8349ITX_LOWBOOT_config [all …]
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3229/ |
| H A D | README | 15 > make clean 16 > make CROSS_COMPILE_ta_arm32=arm-none-eabi- PLATFORM=rockchip-rk322x 26 > make evb-rk3229_defconfig 27 > make 28 > make u-boot.itb 38 > make 39 > sudo make install
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7m/ |
| H A D | cache.c | 124 /* Make sure cache selection is effective for next memory access */ in get_cline_size() 162 /* Make sure cache action is effective for next memory access */ in action_cache_range() 164 isb(); /* Make sure instruction stream sees it */ in action_cache_range() 182 /* Make sure cache selection is effective for next memory access */ in action_dcache_all() 194 /* Make sure cache action is effective for next memory access */ in action_dcache_all() 196 isb(); /* Make sure instruction stream sees it */ in action_dcache_all() 213 /* Make sure cache action is effective for next memory access */ in dcache_enable() 215 isb(); /* Make sure instruction stream sees it */ in dcache_enable() 231 /* Make sure cache action is effective for next memory access */ in dcache_disable() 233 isb(); /* Make sure instruction stream sees it */ in dcache_disable() [all …]
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A D | README | 15 make P2041RDB_config 16 make all 43 make P2041RDB_SDCARD_config 44 make all 66 make P2041RDB_SPIFLASH_config 67 make all 112 {linux-2.6}/make p2041rdb.dtb ARCH=powerpc
|
| /rk3399_rockchip-uboot/board/cobra5272/ |
| H A D | README | 25 > make cobra5272_config 27 > make 64 since it can be used to make available s. th. like a "bootstrap 100 host> make cobra5272_config 103 host> make 115 host> make distclean 140 host> make cobra5272_config 143 host> make
|
| /rk3399_rockchip-uboot/board/freescale/mpc8572ds/ |
| H A D | README | 8 make MPC8572DS_config 9 make 100 a. $ make 85xx/mpc8572_ds_defconfig 102 b. $ make menuconfig 105 c. $ make uImage 111 a. $ make 85xx/mpc8572_ds_defconfig 113 b. $ make menuconfig 124 c. $ make uImage
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3399/ |
| H A D | README | 42 > make realclean 43 > make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl31 53 > make evb-rk3399_defconfig 55 > make evb-firefly_defconfig 56 > make 57 > make u-boot.itb 67 > make 68 > sudo make install
|
| /rk3399_rockchip-uboot/board/engicam/icorem6_rqs/ |
| H A D | README | 4 $ make mrproper 7 $ make imx6q_icore_rqs_mmc_defconfig 10 $ make imx6dl_icore_rqs_mmc_defconfig 13 $ make
|
| /rk3399_rockchip-uboot/board/engicam/icorem6/ |
| H A D | README | 4 $ make mrproper 7 $ make imx6q_icore_mmc_defconfig 10 $ make imx6dl_icore_mmc_defconfig 13 $ make
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | Kconfig | 109 - Make sure your UART supports this interface 137 You will need to provide parameters to make this work. The driver will 144 You will need to provide parameters to make this work. The driver will 152 You will need to provide parameters to make this work. The 160 will need to provide parameters to make this work. The driver will 168 will need to provide parameters to make this work. The driver will 175 will need to provide parameters to make this work. The driver will 191 will need to provide parameters to make this work. The driver will 199 will need to provide parameters to make this work. The driver will 206 You will need to provide parameters to make this work. The driver will [all …]
|
| /rk3399_rockchip-uboot/board/freescale/mx6sabresd/ |
| H A D | README | 20 $ make mx6sabresd_defconfig 22 $ make 38 $ make mx6sabresd_defconfig 40 $ make 65 $ make mx6sabresd_defconfig 66 $ make
|
| /rk3399_rockchip-uboot/board/freescale/mx6ullevk/ |
| H A D | README | 4 - First make sure you have installed the dtc package (device tree compiler): 10 $ make mrproper 11 $ make mx6ull_14x14_evk_defconfig 12 $ make
|