Blame view

configs/am65x_hs_evm_a53_defconfig 2.18 KB
0a4b11b02   Andrew F. Davis   configs: Add conf...
1
2
3
4
5
  CONFIG_ARM=y
  CONFIG_ARCH_K3=y
  CONFIG_TI_SECURE_DEVICE=y
  CONFIG_SPL_LIBCOMMON_SUPPORT=y
  CONFIG_SPL_LIBGENERIC_SUPPORT=y
13b569c4b   Andreas Dannenberg   configs: am65x_hs...
6
  CONFIG_SYS_MALLOC_F_LEN=0x8000
0a4b11b02   Andrew F. Davis   configs: Add conf...
7
8
  CONFIG_SOC_K3_AM6=y
  CONFIG_TARGET_AM654_A53_EVM=y
052170c6a   Tom Rini   configs: Resync w...
9
10
  CONFIG_ENV_SIZE=0x20000
  CONFIG_DM_GPIO=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
11
12
13
14
  CONFIG_SPL_MMC_SUPPORT=y
  CONFIG_SPL_SERIAL_SUPPORT=y
  CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
  CONFIG_SPL_STACK_R_ADDR=0x82000000
59e5d1e2a   Tom Rini   configs: Resync w...
15
  CONFIG_NR_DRAM_BANKS=2
0a4b11b02   Andrew F. Davis   configs: Add conf...
16
17
  CONFIG_SPL_FS_FAT=y
  CONFIG_SPL_LIBDISK_SUPPORT=y
665c35a76   Tom Rini   configs: Resync w...
18
  CONFIG_SPL_TEXT_BASE=0x80080000
0a4b11b02   Andrew F. Davis   configs: Add conf...
19
  CONFIG_DISTRO_DEFAULTS=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
20
21
22
23
24
  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
  CONFIG_FIT_IMAGE_POST_PROCESS=y
  CONFIG_SPL_LOAD_FIT=y
  CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
  CONFIG_OF_BOARD_SETUP=y
1852b44ce   Andrew F. Davis   configs: am65x_hs...
25
  CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run get_fit_${boot}; run get_overlaystring; run run_fit"
0a4b11b02   Andrew F. Davis   configs: Add conf...
26
27
28
  CONFIG_SPL_SYS_MALLOC_SIMPLE=y
  CONFIG_SPL_STACK_R=y
  CONFIG_SPL_SEPARATE_BSS=y
1bc54fc0a   Andreas Dannenberg   configs: am65x_hs...
29
30
  CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
  CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1400
0a4b11b02   Andrew F. Davis   configs: Add conf...
31
32
33
34
  CONFIG_SPL_I2C_SUPPORT=y
  CONFIG_SPL_DM_MAILBOX=y
  CONFIG_SPL_DM_RESET=y
  CONFIG_SPL_POWER_DOMAIN=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
35
36
  CONFIG_SPL_YMODEM_SUPPORT=y
  CONFIG_CMD_ASKENV=y
7b6aed513   Andreas Dannenberg   configs: am65x_hs...
37
  CONFIG_CMD_I2C=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
38
  CONFIG_CMD_MMC=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
39
40
41
42
43
44
45
46
47
48
49
50
  # CONFIG_CMD_SETEXPR is not set
  CONFIG_CMD_TIME=y
  # CONFIG_ISO_PARTITION is not set
  # CONFIG_EFI_PARTITION is not set
  CONFIG_OF_CONTROL=y
  CONFIG_SPL_OF_CONTROL=y
  CONFIG_DEFAULT_DEVICE_TREE="k3-am654-base-board"
  CONFIG_SPL_MULTI_DTB_FIT=y
  CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
  CONFIG_ENV_IS_IN_FAT=y
  CONFIG_ENV_FAT_INTERFACE="mmc"
  CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
8d8ee47e0   Tom Rini   env: Add CONFIG_S...
51
  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
52
53
54
55
56
57
58
59
60
  CONFIG_DM=y
  CONFIG_SPL_DM=y
  CONFIG_SPL_DM_SEQ_ALIAS=y
  CONFIG_CLK=y
  CONFIG_SPL_CLK=y
  CONFIG_CLK_TI_SCI=y
  CONFIG_DMA_CHANNELS=y
  CONFIG_TI_K3_NAVSS_UDMA=y
  CONFIG_TI_SCI_PROTOCOL=y
8f26b041e   Andreas Dannenberg   configs: am65x_hs...
61
  CONFIG_DM_PCA953X=y
7b6aed513   Andreas Dannenberg   configs: am65x_hs...
62
63
64
  CONFIG_DM_I2C=y
  CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
  CONFIG_SYS_I2C_OMAP24XX=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
65
66
67
68
  CONFIG_DM_MAILBOX=y
  CONFIG_K3_SEC_PROXY=y
  CONFIG_DM_MMC=y
  CONFIG_MMC_SDHCI=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
69
70
71
72
73
74
75
  CONFIG_PINCTRL=y
  # CONFIG_PINCTRL_GENERIC is not set
  CONFIG_SPL_PINCTRL=y
  # CONFIG_SPL_PINCTRL_GENERIC is not set
  CONFIG_PINCTRL_SINGLE=y
  CONFIG_POWER_DOMAIN=y
  CONFIG_TI_SCI_POWER_DOMAIN=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
76
77
78
79
80
  CONFIG_DM_RESET=y
  CONFIG_RESET_TI_SCI=y
  CONFIG_DM_SERIAL=y
  CONFIG_SOC_TI=y
  CONFIG_SYSRESET=y
09259fce1   Kever Yang   sysreset: enable ...
81
  CONFIG_SPL_SYSRESET=y
0a4b11b02   Andrew F. Davis   configs: Add conf...
82
  CONFIG_SYSRESET_TI_SCI=y
5eb19e051   Andreas Dannenberg   configs: am65x_hs...
83
  CONFIG_OF_LIBFDT_OVERLAY=y