Blame view

configs/ls1046aqds_SECURE_BOOT_defconfig 1.52 KB
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
1
2
  CONFIG_ARM=y
  CONFIG_TARGET_LS1046AQDS=y
278b90ce7   Tom Rini   configs: Migrate ...
3
  CONFIG_SYS_TEXT_BASE=0x60100000
2681e78a5   Tom Rini   configs: Re-sync
4
  CONFIG_SECURE_BOOT=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
5
  CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-qds-duart"
fa2c14676   Tom Rini   configs: Re-sync ...
6
  CONFIG_DISTRO_DEFAULTS=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
7
8
9
  CONFIG_FIT=y
  CONFIG_FIT_VERBOSE=y
  CONFIG_OF_BOARD_SETUP=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
10
  CONFIG_BOOTDELAY=10
5abc1a452   Sam Protsenko   common: Move CONF...
11
12
  CONFIG_USE_BOOTARGS=y
  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:4m(nand_uboot),36m(nand_kernel),472m(nand_free);spi0.0:2m(uboot),14m(free)"
fa2c14676   Tom Rini   configs: Re-sync ...
13
  # CONFIG_USE_BOOTCOMMAND is not set
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
14
  CONFIG_CMD_BOOTZ=y
ad12dc184   Tuomas Tynkkynen   cmd: Toggle the d...
15
  CONFIG_CMD_IMLS=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
16
  CONFIG_CMD_GREPENV=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
17
  CONFIG_CMD_MEMINFO=y
88663126a   Tom Rini   configs: Resync w...
18
  CONFIG_CMD_MEMTEST=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
19
  CONFIG_CMD_GPT=y
6500ec7a5   Simon Glass   Convert CONFIG_CM...
20
  CONFIG_CMD_I2C=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
21
  CONFIG_CMD_MMC=y
8f1a80e99   Tom Rini   configs: Migrate ...
22
  CONFIG_CMD_NAND=y
6500ec7a5   Simon Glass   Convert CONFIG_CM...
23
  CONFIG_CMD_PCI=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
24
  CONFIG_CMD_SF=y
877a1a35b   Tom Rini   configs: Resync w...
25
  CONFIG_CMD_USB=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
26
  CONFIG_CMD_CACHE=y
43ede0bca   Tom Rini   Kconfig: Migrate ...
27
  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:4m(nand_uboot),36m(nand_kernel),472m(nand_free);spi0.0:2m(uboot),14m(free)"
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
28
29
30
31
  CONFIG_OF_CONTROL=y
  CONFIG_DM=y
  CONFIG_MTD_NOR_FLASH=y
  CONFIG_SPI_FLASH=y
3146f0c01   Alexandru Gagniuc   Move PHYLIB to Kc...
32
  CONFIG_PHYLIB=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
33
34
35
36
37
38
39
40
41
42
43
  CONFIG_NETDEVICES=y
  CONFIG_E1000=y
  CONFIG_PCI=y
  CONFIG_DM_PCI=y
  CONFIG_DM_PCI_COMPAT=y
  CONFIG_PCIE_LAYERSCAPE=y
  CONFIG_SYS_NS16550=y
  CONFIG_DM_SPI=y
  CONFIG_FSL_DSPI=y
  CONFIG_USB=y
  CONFIG_DM_USB=y
ecad7051b   Tom Rini   configs: Migrate ...
44
45
46
  CONFIG_USB_XHCI_HCD=y
  CONFIG_USB_XHCI_DWC3=y
  CONFIG_USB_STORAGE=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
47
  CONFIG_RSA=y