Blame view

configs/ls1046aqds_SECURE_BOOT_defconfig 1.77 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
910e8fdaa   Prabhakar Kushwaha   board: ls1046qds:...
5
  CONFIG_FSL_LS_PPA=y
5e1806d3b   Peng Ma   configs: ls1046a:...
6
  CONFIG_AHCI=y
fa2c14676   Tom Rini   configs: Re-sync ...
7
  CONFIG_DISTRO_DEFAULTS=y
86cf1c828   Tom Rini   configs: Migrate ...
8
  CONFIG_NR_DRAM_BANKS=2
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
9
10
  CONFIG_FIT_VERBOSE=y
  CONFIG_OF_BOARD_SETUP=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
11
  CONFIG_BOOTDELAY=10
5abc1a452   Sam Protsenko   common: Move CONF...
12
13
  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 ...
14
  # CONFIG_USE_BOOTCOMMAND is not set
8ccf98b1c   Adam Ford   Convert CONFIG_MI...
15
  CONFIG_MISC_INIT_R=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
16
  CONFIG_CMD_BOOTZ=y
ad12dc184   Tuomas Tynkkynen   cmd: Toggle the d...
17
  CONFIG_CMD_IMLS=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
18
  CONFIG_CMD_GREPENV=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
19
  CONFIG_CMD_MEMINFO=y
88663126a   Tom Rini   configs: Resync w...
20
  CONFIG_CMD_MEMTEST=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
21
  CONFIG_CMD_GPT=y
6500ec7a5   Simon Glass   Convert CONFIG_CM...
22
  CONFIG_CMD_I2C=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
23
  CONFIG_CMD_MMC=y
8f1a80e99   Tom Rini   configs: Migrate ...
24
  CONFIG_CMD_NAND=y
6500ec7a5   Simon Glass   Convert CONFIG_CM...
25
  CONFIG_CMD_PCI=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
26
  CONFIG_CMD_SF=y
877a1a35b   Tom Rini   configs: Resync w...
27
  CONFIG_CMD_USB=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
28
  CONFIG_CMD_CACHE=y
0fd2290cf   Siva Durga Prasad Paladugu   cmd: Kconfig: Mov...
29
  CONFIG_MP=y
43ede0bca   Tom Rini   Kconfig: Migrate ...
30
  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...
31
  CONFIG_OF_CONTROL=y
8c5cad05c   Tom Rini   configs: Resync w...
32
  CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-qds-duart"
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
33
  CONFIG_DM=y
5e1806d3b   Peng Ma   configs: ls1046a:...
34
  CONFIG_SATA_CEVA=y
2fe88d452   Adam Ford   Convert CONFIG_FL...
35
  CONFIG_DM_MMC=y
07dea2e73   Mario Six   treewide: Migrate...
36
  CONFIG_FSL_ESDHC=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
37
  CONFIG_MTD_NOR_FLASH=y
2fe88d452   Adam Ford   Convert CONFIG_FL...
38
39
40
  CONFIG_FLASH_CFI_DRIVER=y
  CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
  CONFIG_SYS_FLASH_CFI=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
41
  CONFIG_SPI_FLASH=y
14453fbfa   Patrick Delaunay   Convert CONFIG_SF...
42
  CONFIG_SF_DEFAULT_BUS=1
3146f0c01   Alexandru Gagniuc   Move PHYLIB to Kc...
43
  CONFIG_PHYLIB=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
44
45
46
47
48
  CONFIG_E1000=y
  CONFIG_PCI=y
  CONFIG_DM_PCI=y
  CONFIG_DM_PCI_COMPAT=y
  CONFIG_PCIE_LAYERSCAPE=y
5e1806d3b   Peng Ma   configs: ls1046a:...
49
  CONFIG_DM_SCSI=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
50
  CONFIG_SYS_NS16550=y
f1b1f7706   Adam Ford   Convert CONFIG_SP...
51
  CONFIG_SPI=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
52
53
54
55
  CONFIG_DM_SPI=y
  CONFIG_FSL_DSPI=y
  CONFIG_USB=y
  CONFIG_DM_USB=y
ecad7051b   Tom Rini   configs: Migrate ...
56
57
  CONFIG_USB_XHCI_HCD=y
  CONFIG_USB_XHCI_DWC3=y
b7c19ea1c   Sumit Garg   armv8: LS1046AQDS...
58
  CONFIG_RSA=y
1eb41fca0   Mian Yousaf Kaukab   board: ls1046a: e...
59
  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y