1*4882a593SmuzhiyunCONFIG_ARM=y 2*4882a593SmuzhiyunCONFIG_SPL_SYS_THUMB_BUILD=y 3*4882a593Smuzhiyun# CONFIG_SPL_USE_ARCH_MEMCPY is not set 4*4882a593Smuzhiyun# CONFIG_SPL_USE_ARCH_MEMSET is not set 5*4882a593SmuzhiyunCONFIG_ARCH_AT91=y 6*4882a593SmuzhiyunCONFIG_TARGET_TAURUS=y 7*4882a593SmuzhiyunCONFIG_SPL_GPIO_SUPPORT=y 8*4882a593SmuzhiyunCONFIG_SPL_LIBCOMMON_SUPPORT=y 9*4882a593SmuzhiyunCONFIG_SPL_LIBGENERIC_SUPPORT=y 10*4882a593SmuzhiyunCONFIG_SPL_SERIAL_SUPPORT=y 11*4882a593SmuzhiyunCONFIG_SPL_NAND_SUPPORT=y 12*4882a593SmuzhiyunCONFIG_SPL_SPI_FLASH_SUPPORT=y 13*4882a593SmuzhiyunCONFIG_SPL_SPI_SUPPORT=y 14*4882a593SmuzhiyunCONFIG_DEFAULT_DEVICE_TREE="at91sam9g20-taurus" 15*4882a593SmuzhiyunCONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2068,BOARD_AXM" 16*4882a593SmuzhiyunCONFIG_BOOTDELAY=3 17*4882a593SmuzhiyunCONFIG_USE_BOOTARGS=y 18*4882a593SmuzhiyunCONFIG_BOOTARGS="\0addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}::off\0addtest=setenv bootargs ${bootargs} loglevel=4 test\0baudrate=115200\0boot_file=setenv bootfile /${project_dir}/kernel/uImage\0boot_retries=0\0bootcmd=run flash_self\0bootdelay=3\0ethact=macb0\0flash_nfs=run nand_kernel;run nfsargs;run addip;upgrade_available;bootm ${kernel_ram};reset\0flash_self=run nand_kernel;run setbootargs;upgrade_available;bootm ${kernel_ram};reset\0flash_self_test=run nand_kernel;run setbootargs addtest; upgrade_available;bootm ${kernel_ram};reset\0hostname=systemone\0kernel_Off=0x00200000\0kernel_Off_fallback=0x03800000\0kernel_ram=0x21500000\0kernel_size=0x00400000\0kernel_size_fallback=0x00400000\0loads_echo=1\0nand_kernel=nand read.e ${kernel_ram} ${kernel_Off} ${kernel_size}\0net_nfs=run boot_file;tftp ${kernel_ram} ${bootfile};run nfsargs;run addip;upgrade_available;bootm ${kernel_ram};reset\0netdev=eth0\0nfsargs=run root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wdt.wdt_timeout=16\0partitionset_active=A\0preboot=echo;echo Type 'run flash_self' to use kernel and root filesystem on memory;echo Type 'run flash_nfs' to use kernel from memory and root filesystem over NFS;echo Type 'run net_nfs' to get Kernel over TFTP and mount root filesystem over NFS;echo\0project_dir=systemone\0root_path=setenv rootpath /home/projects/${project_dir}/rootfs\0rootfs=/dev/mtdblock5\0rootfs_fallback=/dev/mtdblock7\0setbootargs=setenv bootargs ${bootargs} console=ttyMTD,mtdoops root=${rootfs} rootfstype=jffs2 panic=7 at91sam9_wdt.wdt_timeout=16\0stderr=serial\0stdin=serial\0stdout=serial\0upgrade_available=0\0" 19*4882a593Smuzhiyun# CONFIG_DISPLAY_BOARDINFO is not set 20*4882a593SmuzhiyunCONFIG_BOARD_EARLY_INIT_F=y 21*4882a593SmuzhiyunCONFIG_SPL=y 22*4882a593SmuzhiyunCONFIG_HUSH_PARSER=y 23*4882a593Smuzhiyun# CONFIG_CMD_BDI is not set 24*4882a593SmuzhiyunCONFIG_CMD_BOOTZ=y 25*4882a593Smuzhiyun# CONFIG_CMD_IMI is not set 26*4882a593Smuzhiyun# CONFIG_CMD_IMLS is not set 27*4882a593Smuzhiyun# CONFIG_CMD_FPGA is not set 28*4882a593Smuzhiyun# CONFIG_CMD_LOADS is not set 29*4882a593SmuzhiyunCONFIG_CMD_NAND=y 30*4882a593SmuzhiyunCONFIG_CMD_SF=y 31*4882a593SmuzhiyunCONFIG_CMD_SPI=y 32*4882a593Smuzhiyun# CONFIG_CMD_SOURCE is not set 33*4882a593Smuzhiyun# CONFIG_CMD_SETEXPR is not set 34*4882a593SmuzhiyunCONFIG_CMD_DHCP=y 35*4882a593SmuzhiyunCONFIG_CMD_PING=y 36*4882a593SmuzhiyunCONFIG_OF_CONTROL=y 37*4882a593SmuzhiyunCONFIG_OF_EMBED=y 38*4882a593SmuzhiyunCONFIG_ENV_IS_IN_NAND=y 39*4882a593Smuzhiyun# CONFIG_MMC is not set 40*4882a593SmuzhiyunCONFIG_NAND=y 41*4882a593SmuzhiyunCONFIG_NAND_ATMEL=y 42*4882a593SmuzhiyunCONFIG_SPI_FLASH=y 43*4882a593SmuzhiyunCONFIG_SPI_FLASH_STMICRO=y 44*4882a593SmuzhiyunCONFIG_PHYLIB=y 45*4882a593SmuzhiyunCONFIG_USE_TINY_PRINTF=y 46