]>
Commit | Line | Data |
---|---|---|
c7ca8b07 GQ |
1 | CONFIG_ARM=y |
2 | CONFIG_TARGET_LS1043ARDB=y | |
278b90ce | 3 | CONFIG_SYS_TEXT_BASE=0x82000000 |
9802154a | 4 | CONFIG_SYS_MALLOC_LEN=0x102000 |
77d2f7f5 | 5 | CONFIG_SPL_LIBCOMMON_SUPPORT=y |
cc4288ef | 6 | CONFIG_SPL_LIBGENERIC_SUPPORT=y |
554e5514 | 7 | CONFIG_NR_DRAM_BANKS=2 |
052170c6 TR |
8 | CONFIG_ENV_SIZE=0x2000 |
9 | CONFIG_ENV_OFFSET=0x300000 | |
15e7b768 TR |
10 | CONFIG_SYS_I2C_MXC_I2C1=y |
11 | CONFIG_SYS_I2C_MXC_I2C2=y | |
12 | CONFIG_SYS_I2C_MXC_I2C3=y | |
13 | CONFIG_SYS_I2C_MXC_I2C4=y | |
556fd590 | 14 | CONFIG_DM_GPIO=y |
2bba7807 | 15 | CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-rdb" |
c5a6e9f8 | 16 | CONFIG_SPL_TEXT_BASE=0x10000000 |
2681e78a | 17 | CONFIG_FSL_LS_PPA=y |
103c5f18 | 18 | CONFIG_SPL_MMC=y |
2a736066 | 19 | CONFIG_SPL_SERIAL=y |
9ca00684 | 20 | CONFIG_SPL_DRIVERS_MISC=y |
c9542eae | 21 | CONFIG_SPL=y |
877a1a35 | 22 | CONFIG_DISTRO_DEFAULTS=y |
73223f0e SG |
23 | CONFIG_FIT_VERBOSE=y |
24 | CONFIG_OF_BOARD_SETUP=y | |
d8ef01e9 TR |
25 | CONFIG_SYS_EXTRA_OPTIONS="SD_BOOT" |
26 | CONFIG_RAMBOOT_PBL=y | |
27 | CONFIG_SYS_FSL_PBL_PBI="board/freescale/ls1043ardb/ls1043ardb_pbi.cfg" | |
28 | CONFIG_SYS_FSL_PBL_RCW="board/freescale/ls1043ardb/ls1043ardb_rcw_sd.cfg" | |
6f0aea39 | 29 | CONFIG_SD_BOOT=y |
bb597c0e | 30 | CONFIG_BOOTDELAY=10 |
5abc1a45 SP |
31 | CONFIG_USE_BOOTARGS=y |
32 | CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=60000000.nor:2m@0x100000(nor_bank0_uboot),40m@0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m@0x4100000(nor_bank4_uboot),40m@0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:1m(nand_uboot),1m(nand_uboot_env),20m(nand_fit);spi0.0:1m(uboot),5m(kernel),1m(dtb),9m(file_system)" | |
8ccf98b1 | 33 | CONFIG_MISC_INIT_R=y |
052170c6 | 34 | CONFIG_SPL_FSL_PBL=y |
b7234531 | 35 | CONFIG_SPL_BOARD_INIT=y |
38fed8ab SP |
36 | CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y |
37 | CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xf0 | |
8728c97e | 38 | CONFIG_SPL_ENV_SUPPORT=y |
6f004ada | 39 | CONFIG_SPL_MPC8XXX_INIT_DDR=y |
078111b9 | 40 | CONFIG_SPL_WATCHDOG=y |
ad12dc18 | 41 | CONFIG_CMD_IMLS=y |
e985eb14 | 42 | CONFIG_CMD_SPL=y |
88cd7d0e | 43 | CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=5 |
eb198680 | 44 | CONFIG_CMD_DM=y |
9c7ae9a6 | 45 | CONFIG_CMD_GPIO=y |
6144438f | 46 | CONFIG_CMD_GPT=y |
88663126 | 47 | CONFIG_CMD_I2C=y |
89cb2b5f | 48 | CONFIG_CMD_MMC=y |
8f1a80e9 | 49 | CONFIG_CMD_NAND=y |
78d1e1d0 | 50 | CONFIG_CMD_USB=y |
89cb2b5f | 51 | CONFIG_CMD_CACHE=y |
0fd2290c | 52 | CONFIG_MP=y |
43ede0bc | 53 | CONFIG_MTDPARTS_DEFAULT="mtdparts=60000000.nor:2m@0x100000(nor_bank0_uboot),40m@0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m@0x4100000(nor_bank4_uboot),40m@0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:1m(nand_uboot),1m(nand_uboot_env),20m(nand_fit);spi0.0:1m(uboot),5m(kernel),1m(dtb),9m(file_system)" |
bd42a942 | 54 | # CONFIG_SPL_EFI_PARTITION is not set |
28752cf8 | 55 | CONFIG_OF_CONTROL=y |
e91907a1 | 56 | CONFIG_ENV_OVERWRITE=y |
5dc4dfd2 | 57 | CONFIG_ENV_IS_IN_MMC=y |
8d8ee47e | 58 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
28752cf8 | 59 | CONFIG_DM=y |
28522678 | 60 | CONFIG_FSL_CAAM=y |
556fd590 | 61 | CONFIG_DM_I2C=y |
55dabcc8 | 62 | CONFIG_SPL_SYS_I2C_LEGACY=y |
fc8d3b9a | 63 | CONFIG_I2C_SET_DEFAULT_BUS_NUM=y |
88cd7d0e | 64 | CONFIG_SYS_I2C_EEPROM_ADDR=0x53 |
07dea2e7 | 65 | CONFIG_FSL_ESDHC=y |
0cfccb54 | 66 | CONFIG_MTD=y |
e856bdcf | 67 | CONFIG_MTD_NOR_FLASH=y |
2fe88d45 AF |
68 | CONFIG_FLASH_CFI_DRIVER=y |
69 | CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y | |
70 | CONFIG_SYS_FLASH_CFI=y | |
0cfccb54 | 71 | CONFIG_MTD_RAW_NAND=y |
53f06134 | 72 | CONFIG_NAND_FSL_IFC=y |
c0ad62c5 | 73 | CONFIG_SYS_NAND_ONFI_DETECTION=y |
14453fbf | 74 | CONFIG_SF_DEFAULT_BUS=1 |
3146f0c0 | 75 | CONFIG_PHYLIB=y |
1c650108 | 76 | CONFIG_PHY_AQUANTIA=y |
306881a0 TR |
77 | CONFIG_PHY_REALTEK=y |
78 | CONFIG_PHY_VITESSE=y | |
eb198680 MB |
79 | CONFIG_DM_ETH=y |
80 | CONFIG_DM_MDIO=y | |
b331cd62 | 81 | CONFIG_E1000=y |
cc1e98b5 | 82 | CONFIG_FMAN_ENET=y |
cdeb7b8f | 83 | CONFIG_NVME=y |
b331cd62 | 84 | CONFIG_PCI=y |
ed188aa8 | 85 | CONFIG_PCIE_LAYERSCAPE_RC=y |
cc1e98b5 | 86 | CONFIG_SYS_QE_FMAN_FW_IN_MMC=y |
4edb9458 | 87 | CONFIG_SYS_NS16550=y |
f1b1f770 | 88 | CONFIG_SPI=y |
aca5cd27 | 89 | CONFIG_DM_SPI=y |
0a8cc1a3 MY |
90 | CONFIG_USB=y |
91 | CONFIG_USB_XHCI_HCD=y | |
10db7500 | 92 | CONFIG_USB_XHCI_DWC3=y |
27084c03 | 93 | # CONFIG_SPL_USE_TINY_PRINTF is not set |
c504b0d6 | 94 | CONFIG_EFI_LOADER_BOUNCE_BUFFER=y |