Blame view

configs/ls1088aqds_sdcard_qspi_defconfig 1.67 KB
91fded620   Ashish Kumar   armv8: ls1088aqds...
1
2
  CONFIG_ARM=y
  CONFIG_TARGET_LS1088AQDS=y
278b90ce7   Tom Rini   configs: Migrate ...
3
  CONFIG_SYS_TEXT_BASE=0x80400000
91fded620   Ashish Kumar   armv8: ls1088aqds...
4
5
6
7
8
9
  CONFIG_SPL_LIBCOMMON_SUPPORT=y
  CONFIG_SPL_LIBGENERIC_SUPPORT=y
  CONFIG_FSL_LS_PPA=y
  CONFIG_SPL_MMC_SUPPORT=y
  CONFIG_SPL_SERIAL_SUPPORT=y
  CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
c9542eae0   Tom Rini   configs: Resync w...
10
  CONFIG_SPL=y
d1a6896ac   Peng Ma   configs: ls1088a:...
11
  CONFIG_AHCI=y
fa2c14676   Tom Rini   configs: Re-sync ...
12
  CONFIG_DISTRO_DEFAULTS=y
86cf1c828   Tom Rini   configs: Migrate ...
13
  CONFIG_NR_DRAM_BANKS=2
91fded620   Ashish Kumar   armv8: ls1088aqds...
14
15
16
  # CONFIG_SYS_MALLOC_F is not set
  CONFIG_FIT_VERBOSE=y
  CONFIG_OF_BOARD_SETUP=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
17
18
  CONFIG_SYS_EXTRA_OPTIONS="SD_BOOT_QSPI"
  CONFIG_SD_BOOT=y
1cb551cf6   Ashish Kumar   armv8: ls1088a: M...
19
20
  CONFIG_USE_BOOTARGS=y
  CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 ramdisk_size=0x3000000 default_hugepagesz=2m hugepagesz=2m hugepages=256"
fa2c14676   Tom Rini   configs: Re-sync ...
21
  # CONFIG_USE_BOOTCOMMAND is not set
91fded620   Ashish Kumar   armv8: ls1088aqds...
22
  # CONFIG_DISPLAY_BOARDINFO is not set
78eba69d9   Mario Six   treewide: Migrate...
23
  CONFIG_DISPLAY_BOARDINFO_LATE=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
24
25
26
27
28
  CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
  CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x8b0
  CONFIG_SPL_ENV_SUPPORT=y
  CONFIG_SPL_I2C_SUPPORT=y
  CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
1cb551cf6   Ashish Kumar   armv8: ls1088a: M...
29
  CONFIG_CMD_GREPENV=y
e89f8aae3   Mario Six   treewide: Migrate...
30
  CONFIG_CMD_MEMTEST=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
31
32
33
  CONFIG_CMD_I2C=y
  CONFIG_CMD_MMC=y
  CONFIG_CMD_SF=y
134200a5e   Ashish Kumar   armv8: ls1088: Ad...
34
  CONFIG_CMD_USB=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
35
  # CONFIG_CMD_SETEXPR is not set
0fd2290cf   Siva Durga Prasad Paladugu   cmd: Kconfig: Mov...
36
  CONFIG_MP=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
37
  CONFIG_OF_CONTROL=y
8c5cad05c   Tom Rini   configs: Resync w...
38
  CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-qds"
91fded620   Ashish Kumar   armv8: ls1088aqds...
39
40
41
  CONFIG_ENV_IS_IN_MMC=y
  CONFIG_NET_RANDOM_ETHADDR=y
  CONFIG_DM=y
9fd95ef0d   Tuomas Tynkkynen   ata: Migrate CONF...
42
  CONFIG_SCSI_AHCI=y
d1a6896ac   Peng Ma   configs: ls1088a:...
43
  CONFIG_SATA_CEVA=y
4114a2614   Tom Rini   configs: Resync w...
44
  CONFIG_DM_MMC=y
07dea2e73   Mario Six   treewide: Migrate...
45
  CONFIG_FSL_ESDHC=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
46
47
  CONFIG_DM_SPI_FLASH=y
  CONFIG_SPI_FLASH=y
a9b1c2164   Ashish Kumar   armv8: ls1088a: A...
48
  CONFIG_SPI_FLASH_SPANSION=y
e90cc4751   Ashish Kumar   configs: Disable ...
49
  # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
91fded620   Ashish Kumar   armv8: ls1088aqds...
50
  CONFIG_E1000=y
d7869b218   Adam Ford   Convert CONFIG_MI...
51
  CONFIG_MII=y
134200a5e   Ashish Kumar   armv8: ls1088: Ad...
52
53
54
55
  CONFIG_PCI=y
  CONFIG_DM_PCI=y
  CONFIG_DM_PCI_COMPAT=y
  CONFIG_PCIE_LAYERSCAPE=y
d1a6896ac   Peng Ma   configs: ls1088a:...
56
  CONFIG_DM_SCSI=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
57
  CONFIG_SYS_NS16550=y
f1b1f7706   Adam Ford   Convert CONFIG_SP...
58
  CONFIG_SPI=y
91fded620   Ashish Kumar   armv8: ls1088aqds...
59
60
  CONFIG_DM_SPI=y
  CONFIG_FSL_DSPI=y
4c9d4a75f   Ashish Kumar   ls1088a: Move CON...
61
  CONFIG_FSL_QSPI=y
134200a5e   Ashish Kumar   armv8: ls1088: Ad...
62
63
64
65
66
  CONFIG_USB=y
  CONFIG_DM_USB=y
  CONFIG_USB_XHCI_HCD=y
  CONFIG_USB_XHCI_DWC3=y
  CONFIG_USB_DWC3=y
134200a5e   Ashish Kumar   armv8: ls1088: Ad...
67
  CONFIG_USB_GADGET=y