Guest User

Untitled

a guest
Oct 7th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.76 KB | None | 0 0
  1. # grep -nE '#define CONFIG_' include/configs/am335x_evm.h include/configs/ti_am335x_common.h \
  2. # include/configs/ti_armv7_common.h \
  3. # include/configs/ti_armv7_omap.h | \
  4. # sed -r -e 's/:#define /|/g' \
  5. # -e 's/\t+/|/g' -e 's/ +/|/g' | \
  6. # awk -F '|' '{printf "%-45s|%-45s|%-30s\n", $2, $3, $1}'
  7.  
  8.  
  9. |CONFIG_AM335X_USB0 | |include/configs/am335x_evm.h:288
  10. |CONFIG_AM335X_USB0_MODE |MUSB_PERIPHERAL |include/configs/am335x_evm.h:289
  11. |CONFIG_AM335X_USB1 | |include/configs/am335x_evm.h:290
  12. |CONFIG_AM335X_USB1_MODE MUSB_HOST | |include/configs/am335x_evm.h:291
  13. |CONFIG_AM33XX | |include/configs/ti_am335x_common.h:15
  14. |CONFIG_ANDROID_BOOT_IMAGE | |include/configs/am335x_evm.h:297
  15. |CONFIG_ARCH_CPU_INIT | |include/configs/ti_am335x_common.h:16
  16. |CONFIG_ARCH_MISC_INIT | |include/configs/am335x_evm.h:279
  17. |CONFIG_AUTO_COMPLETE | |include/configs/ti_armv7_common.h:134
  18. |CONFIG_BAUDRATE |115200 |include/configs/am335x_evm.h:181
  19. |CONFIG_BAUDRATE |115200 |include/configs/ti_armv7_common.h:128
  20. |CONFIG_BOARD_EARLY_INIT_F | |include/configs/ti_am335x_common.h:89
  21. |CONFIG_BOARD_LATE_INIT | |include/configs/am335x_evm.h:33
  22. CLI-> Autoboot |CONFIG_BOOTCOMMAND | |include/configs/am335x_evm.h:166
  23. |CONFIG_BOOTCOUNT_AM33XX | |include/configs/am335x_evm.h:200
  24. |CONFIG_BOOTCOUNT_LIMIT | |include/configs/am335x_evm.h:199
  25. CLI-> Autoboot |CONFIG_BOOTDELAY |1 |include/configs/ti_armv7_common.h:73
  26. |CONFIG_BOOTP_DNS2 | |include/configs/ti_am335x_common.h:40
  27. |CONFIG_BOOTP_DNS |/* Configurable parts of CMD_DHCP */ |include/configs/ti_am335x_common.h:39
  28. |CONFIG_BOOTP_GATEWAY | |include/configs/ti_am335x_common.h:42
  29. |CONFIG_BOOTP_SEND_HOSTNAME | |include/configs/ti_am335x_common.h:41
  30. |CONFIG_BOOTP_SUBNETMASK | |include/configs/ti_am335x_common.h:43
  31. |CONFIG_CMD_ASKENV | |include/configs/ti_armv7_common.h:159
  32. |CONFIG_CMD_BOOTZ | |include/configs/ti_armv7_common.h:160
  33. |CONFIG_CMD_DFU | |include/configs/am335x_evm.h:344
  34. CLI -> Network |CONFIG_CMD_DHCP | |include/configs/ti_am335x_common.h:37 | ./common/Kconfig:407
  35. |CONFIG_CMD_EEPROM | |include/configs/am335x_evm.h:183
  36. |CONFIG_CMD_EXT2 | |include/configs/ti_armv7_common.h:171
  37. |CONFIG_CMD_EXT4 | |include/configs/ti_armv7_common.h:172
  38. |CONFIG_CMD_FASTBOOT | |include/configs/am335x_evm.h:296
  39. |CONFIG_CMD_FAT | |include/configs/ti_armv7_common.h:169
  40. |CONFIG_CMD_FS_GENERIC | |include/configs/ti_armv7_common.h:173
  41. |CONFIG_CMD_GPIO | |include/configs/ti_armv7_common.h:110
  42. |CONFIG_CMD_GPT | |include/configs/am335x_evm.h:46
  43. |CONFIG_CMD_I2C | |include/configs/ti_armv7_common.h:97 | ./common/Kconfig:331
  44. |CONFIG_CMDLINE_EDITING | |include/configs/ti_armv7_common.h:135
  45. |CONFIG_CMDLINE_TAG | |include/configs/ti_armv7_common.h:31
  46. |CONFIG_CMD_MII | |include/configs/ti_am335x_common.h:38
  47. |CONFIG_CMD_MMC | |include/configs/ti_armv7_common.h:103
  48. |CONFIG_CMD_MTDPARTS | |include/configs/ti_armv7_common.h:156
  49. |CONFIG_CMD_NAND | |include/configs/ti_armv7_omap.h:43 | ./common/Kconfig:316
  50. |CONFIG_CMD_PART | |include/configs/ti_armv7_common.h:175
  51. |CONFIG_CMD_PING | |include/configs/ti_am335x_common.h:45 | ./common/Kconfig:418
  52. |CONFIG_CMD_SF | |include/configs/am335x_evm.h:427 | ./common/Kconfig:321
  53. |CONFIG_CMD_SPI | |include/configs/ti_armv7_common.h:107 | ./common/Kconfig:326
  54. |CONFIG_CMD_SPL | |include/configs/ti_armv7_common.h:235
  55. |CONFIG_CMD_SPL_NAND_OFS |0x00080000 /* os parameters */ |include/configs/am335x_evm.h:257
  56. |CONFIG_CMD_SPL_WRITE_SIZE |0x2000 |include/configs/am335x_evm.h:259
  57. |CONFIG_CMD_USB | |include/configs/am335x_evm.h:307 | ./common/Kconfig:336
  58. |CONFIG_DFU_MMC | |include/configs/am335x_evm.h:343
  59. |CONFIG_DFU_NAND | |include/configs/am335x_evm.h:359
  60. |CONFIG_DFU_RAM | |include/configs/am335x_evm.h:373
  61. |CONFIG_DOS_PARTITION | |include/configs/ti_armv7_common.h:168
  62. |CONFIG_DRIVER_TI_CPSW |/* Driver for IP block */ |include/configs/ti_am335x_common.h:46
  63. |CONFIG_EFI_PARTITION | |include/configs/am335x_evm.h:47
  64. |CONFIG_ENV_EEPROM_IS_ON_I2C | |include/configs/am335x_evm.h:184
  65. |CONFIG_ENV_IS_IN_FLASH | |include/configs/am335x_evm.h:464
  66. |CONFIG_ENV_IS_IN_MMC | |include/configs/am335x_evm.h:416
  67. |CONFIG_ENV_IS_IN_NAND | |include/configs/am335x_evm.h:248
  68. |CONFIG_ENV_IS_IN_SPI_FLASH | |include/configs/am335x_evm.h:403
  69. |CONFIG_ENV_IS_NOWHERE | |include/configs/am335x_evm.h:327
  70. |CONFIG_ENV_OFFSET |0x001c0000 |include/configs/am335x_evm.h:249
  71. |CONFIG_ENV_OFFSET |0x0 |include/configs/am335x_evm.h:420
  72. |CONFIG_ENV_OFFSET |(512 << 10) |include/configs/am335x_evm.h:466
  73. |CONFIG_ENV_OFFSET |(768 << 10) /* 768 KiB in */ |include/configs/am335x_evm.h:407
  74. |CONFIG_ENV_OFFSET_REDUND |0x001e0000 |include/configs/am335x_evm.h:250
  75. |CONFIG_ENV_OFFSET_REDUND |(768 << 10) |include/configs/am335x_evm.h:467
  76. |CONFIG_ENV_OFFSET_REDUND |(896 << 10) /* 896 KiB in */ |include/configs/am335x_evm.h:408
  77. |CONFIG_ENV_OFFSET_REDUND |(CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |include/configs/am335x_evm.h:421
  78. |CONFIG_ENV_OVERWRITE |/* Overwrite ethaddr / serial# */ |include/configs/ti_armv7_common.h:130
  79. |CONFIG_ENV_SECT_SIZE |(128 << 10) |include/configs/am335x_evm.h:465
  80. |CONFIG_ENV_SECT_SIZE |(4 << 10) /* 4 KB sectors */ |include/configs/am335x_evm.h:406
  81. |CONFIG_ENV_SIZE |(128 << 10) |include/configs/am335x_evm.h:43
  82. |CONFIG_ENV_SPI_MAX_HZ |CONFIG_SF_DEFAULT_SPEED |include/configs/am335x_evm.h:405
  83. |CONFIG_ENV_VARS_UBOOT_CONFIG |/* Strongly encouraged */ |include/configs/ti_armv7_common.h:129
  84. |CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG | |include/configs/am335x_evm.h:68
  85. |CONFIG_EXTRA_ENV_SETTINGS | |include/configs/am335x_evm.h:71
  86. |CONFIG_FASTBOOT_BUF_ADDR |CONFIG_SYS_LOAD_ADDR |include/configs/am335x_evm.h:298
  87. |CONFIG_FASTBOOT_BUF_SIZE |0x07000000 |include/configs/am335x_evm.h:299
  88. |CONFIG_FASTBOOT_FLASH_MMC_DEV |1 |include/configs/am335x_evm.h:303
  89. |CONFIG_FAT_WRITE | |include/configs/ti_armv7_common.h:170
  90. |CONFIG_FLASH_CFI_DRIVER | |include/configs/am335x_evm.h:454
  91. |CONFIG_FLASH_CFI_MTD | |include/configs/am335x_evm.h:455
  92. |CONFIG_G_DNL_MANUFACTURER "Texas Instruments"| |include/configs/am335x_evm.h:319
  93. |CONFIG_G_DNL_PRODUCT_NUM 0xD022 | |include/configs/am335x_evm.h:318
  94. |CONFIG_G_DNL_VENDOR_NUM 0x0451 | |include/configs/am335x_evm.h:317
  95. |CONFIG_GENERIC_MMC | |include/configs/ti_armv7_common.h:102
  96. |CONFIG_HW_WATCHDOG | |include/configs/ti_am335x_common.h:57
  97. |CONFIG_I2C | |include/configs/ti_armv7_common.h:96
  98. |CONFIG_INITRD_TAG | |include/configs/ti_armv7_common.h:33
  99. |CONFIG_MACH_TYPE |MACH_TYPE_TIAM335EVM |include/configs/am335x_evm.h:32
  100. |CONFIG_MAX_RAM_BANK_SIZE |(1024 << 20) |include/configs/ti_am335x_common.h:18
  101. |CONFIG_MII |/* Required in net/eth.c */ |include/configs/ti_am335x_common.h:47
  102. |CONFIG_MMC | |include/configs/ti_armv7_common.h:101
  103. |CONFIG_MTD_DEVICE |/* Required for mtdparts */ |include/configs/ti_armv7_common.h:155
  104. |CONFIG_NAND_OMAP_ECCSCHEME |OMAP_ECC_BCH8_CODE_HW |include/configs/am335x_evm.h:233
  105. |CONFIG_NAND_OMAP_ELM | |include/configs/am335x_evm.h:220
  106. |CONFIG_NAND_OMAP_GPMC | |include/configs/am335x_evm.h:218
  107. |CONFIG_NAND_OMAP_GPMC | |include/configs/ti_armv7_omap.h:38
  108. |CONFIG_NAND_OMAP_GPMC_PREFETCH | |include/configs/am335x_evm.h:219
  109. |CONFIG_NET_RETRY_COUNT |10 |include/configs/ti_am335x_common.h:44
  110. |CONFIG_NR_DRAM_BANKS |1 |include/configs/ti_armv7_common.h:83
  111. |CONFIG_OF_LIBFDT | |include/configs/ti_armv7_common.h:30
  112. |CONFIG_OMAP3_SPI | |include/configs/ti_armv7_omap.h:28
  113. |CONFIG_OMAP_COMMON | |include/configs/ti_armv7_omap.h:17
  114. |CONFIG_OMAP_GPIO | |include/configs/ti_armv7_omap.h:31
  115. |CONFIG_OMAP_HSMMC | |include/configs/ti_armv7_omap.h:25
  116. |CONFIG_OMAP | |include/configs/ti_armv7_omap.h:16
  117. |CONFIG_OMAP_WATCHDOG | |include/configs/ti_am335x_common.h:58
  118. |CONFIG_PARTITION_UUIDS | |include/configs/ti_armv7_common.h:174
  119. |CONFIG_PHY_GIGE | |include/configs/am335x_evm.h:433
  120. |CONFIG_PHYLIB | |include/configs/am335x_evm.h:434 | ./drivers/net/Kconfig:11
  121. |CONFIG_PHY_SMSC | |include/configs/am335x_evm.h:435
  122. |CONFIG_POWER_TPS65217 | |include/configs/am335x_evm.h:190
  123. |CONFIG_POWER_TPS65910 | |include/configs/am335x_evm.h:191
  124. |CONFIG_SETUP_MEMORY_TAGS | |include/configs/ti_armv7_common.h:32
  125. |CONFIG_SF_DEFAULT_SPEED |24000000 |include/configs/am335x_evm.h:430
  126. |CONFIG_SKIP_LOWLEVEL_INIT | |include/configs/ti_am335x_common.h:80
  127. |CONFIG_SPI_FLASH_WINBOND | |include/configs/am335x_evm.h:429 | ./drivers/mtd/spi/Kconfig:82
  128. |CONFIG_SPI | |include/configs/ti_armv7_common.h:106
  129. |CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC | |include/configs/ti_am335x_common.h:20
  130. |CONFIG_SPL_BOARD_INIT | |include/configs/ti_armv7_common.h:254
  131. |CONFIG_SPL_BSS_MAX_SIZE |0x80000 |include/configs/ti_armv7_common.h:208
  132. |CONFIG_SPL_BSS_START_ADDR |0x80a00000 |include/configs/ti_armv7_common.h:207
  133. |CONFIG_SPL_ENV_SUPPORT | |include/configs/am335x_evm.h:336
  134. |CONFIG_SPL_ENV_SUPPORT | |include/configs/am335x_evm.h:417
  135. |CONFIG_SPL_EXT_SUPPORT | |include/configs/ti_armv7_common.h:242
  136. |CONFIG_SPL_FAT_SUPPORT | |include/configs/ti_armv7_common.h:241
  137. |CONFIG_SPL_FRAMEWORK | |include/configs/ti_armv7_common.h:188
  138. |CONFIG_SPL_FS_LOAD_ARGS_NAME |"args" |include/configs/ti_armv7_common.h:227
  139. |CONFIG_SPL_FS_LOAD_KERNEL_NAME |"uImage" |include/configs/ti_armv7_common.h:226
  140. |CONFIG_SPL_FS_LOAD_PAYLOAD_NAME |"u-boot.img" |include/configs/ti_armv7_common.h:222
  141. |CONFIG_SPL_GPIO_SUPPORT | |include/configs/ti_armv7_common.h:253
  142. |CONFIG_SPL_I2C_SUPPORT | |include/configs/ti_armv7_common.h:248
  143. |CONFIG_SPL_LDSCRIPT |"$(CPUDIR)/am33xx/u-boot-spl.lds" |include/configs/am335x_evm.h:206
  144. |CONFIG_SPL_LIBCOMMON_SUPPORT | |include/configs/ti_armv7_common.h:249
  145. |CONFIG_SPL_LIBDISK_SUPPORT | |include/configs/ti_armv7_common.h:239
  146. |CONFIG_SPL_LIBGENERIC_SUPPORT | |include/configs/ti_armv7_common.h:250
  147. |CONFIG_SPL_MAX_SIZE |(0x4030B800 - CONFIG_SPL_TEXT_BASE) |include/configs/ti_am335x_common.h:68
  148. |CONFIG_SPL_MMC_SUPPORT | |include/configs/ti_armv7_common.h:240
  149. |CONFIG_SPL_MTD_SUPPORT | |include/configs/ti_armv7_common.h:261
  150. |CONFIG_SPL_MUSB_NEW_SUPPORT | |include/configs/am335x_evm.h:204
  151. |CONFIG_SPL_NAND_AM33XX_BCH |/* ELM support */ |include/configs/ti_am335x_common.h:93
  152. |CONFIG_SPL_NAND_AM33XX_BCH | |include/configs/am335x_evm.h:254
  153. |CONFIG_SPL_NAND_BASE | |include/configs/ti_armv7_common.h:258
  154. |CONFIG_SPL_NAND_DRIVERS | |include/configs/ti_armv7_common.h:259
  155. |CONFIG_SPL_NAND_ECC | |include/configs/ti_armv7_common.h:260
  156. |CONFIG_SPL_NAND_SUPPORT | |include/configs/ti_armv7_common.h:257
  157. |CONFIG_SPL_NET_SUPPORT | |include/configs/am335x_evm.h:335
  158. |CONFIG_SPL_NET_VCI_STRING |"AM335x U-Boot SPL" |include/configs/am335x_evm.h:337
  159. |CONFIG_SPL_OS_BOOT | |include/configs/ti_armv7_common.h:189
  160. |CONFIG_SPL_POWER_SUPPORT | |include/configs/am335x_evm.h:195
  161. |CONFIG_SPL_POWER_SUPPORT | |include/configs/ti_armv7_common.h:252
  162. |CONFIG_SPL_SERIAL_SUPPORT | |include/configs/ti_armv7_common.h:251
  163. |CONFIG_SPL_SPI_FLASH_SUPPORT | |include/configs/am335x_evm.h:399
  164. |CONFIG_SPL_SPI_LOAD | |include/configs/am335x_evm.h:400
  165. |CONFIG_SPL_SPI_SUPPORT | |include/configs/am335x_evm.h:398
  166. |CONFIG_SPL_TEXT_BASE |0x402F0400 |include/configs/ti_am335x_common.h:67
  167. |CONFIG_SPL_WATCHDOG_SUPPORT | |include/configs/ti_am335x_common.h:73
  168. |CONFIG_SPL_YMODEM_SUPPORT | |include/configs/am335x_evm.h:196
  169. |CONFIG_STORAGE_EMMC | |include/configs/am335x_evm.h:302
  170. |CONFIG_SUPPORT_RAW_INITRD | |include/configs/ti_armv7_common.h:161
  171. |CONFIG_SYS_BARGSIZE |CONFIG_SYS_CBSIZE |include/configs/ti_armv7_common.h:147
  172. |CONFIG_SYS_BOOTCOUNT_ADDR |0x44E3E000 |include/configs/ti_am335x_common.h:54
  173. |CONFIG_SYS_BOOTCOUNT_BE | |include/configs/am335x_evm.h:201
  174. |CONFIG_SYS_BOOTM_LEN |(16 << 20) |include/configs/am335x_evm.h:29
  175. |CONFIG_SYS_CACHELINE_SIZE |64 |include/configs/ti_am335x_common.h:17
  176. |CONFIG_SYS_CBSIZE |512 |include/configs/ti_armv7_common.h:142
  177. |CONFIG_SYS_CONSOLE_INFO_QUIET | |include/configs/ti_armv7_common.h:127
  178. |CONFIG_SYS_ENV_SECT_SIZE |CONFIG_SYS_NAND_BLOCK_SIZE |include/configs/am335x_evm.h:251
  179. |CONFIG_SYS_FLASH_BASE |(0x08000000) |include/configs/am335x_evm.h:458
  180. |CONFIG_SYS_FLASH_CFI | |include/configs/am335x_evm.h:453
  181. |CONFIG_SYS_FLASH_CFI_WIDTH |FLASH_CFI_16BIT |include/configs/am335x_evm.h:459
  182. |CONFIG_SYS_FLASH_PROTECTION | |include/configs/am335x_evm.h:452
  183. |CONFIG_SYS_FLASH_SIZE |0x01000000 |include/configs/am335x_evm.h:460
  184. |CONFIG_SYS_FLASH_USE_BUFFER_WRITE | |include/configs/am335x_evm.h:451
  185. * |CONFIG_SYS_GENERIC_BOARD | |include/configs/ti_armv7_common.h:21 | ./arch/Kconfig:7
  186. CLI |CONFIG_SYS_HUSH_PARSER | |include/configs/ti_armv7_common.h:126 | ./common/Kconfig:15
  187. |CONFIG_SYS_I2C_EEPROM_ADDR |0x50 |include/configs/am335x_evm.h:185
  188. |CONFIG_SYS_I2C_EEPROM_ADDR_LEN |2 |include/configs/am335x_evm.h:186
  189. |CONFIG_SYS_I2C | |include/configs/ti_armv7_common.h:98
  190. |CONFIG_SYS_I2C_MULTI_EEPROMS | |include/configs/am335x_evm.h:187
  191. |CONFIG_SYS_I2C_OMAP24XX | |include/configs/ti_armv7_omap.h:22
  192. |CONFIG_SYS_INIT_SP_ADDR |(NON_SECURE_SRAM_END - \ |include/configs/ti_armv7_common.h:88
  193. |CONFIG_SYS_LDSCRIPT |"board/ti/am335x/u-boot.lds" |include/configs/am335x_evm.h:40
  194. |CONFIG_SYS_LOAD_ADDR |0x82000000 |include/configs/ti_armv7_common.h:41
  195. |CONFIG_SYS_LONGHELP | |include/configs/ti_armv7_common.h:133
  196. |CONFIG_SYS_MALLOC_LEN |((16 << 20) + CONFIG_SYS_DFU_DATA_BUF_SIZE) |include/configs/ti_armv7_common.h:122
  197. |CONFIG_SYS_MALLOC_LEN |(16 << 20) |include/configs/ti_armv7_common.h:124
  198. |CONFIG_SYS_MAXARGS |64 |include/configs/ti_armv7_common.h:139
  199. |CONFIG_SYS_MAX_FLASH_BANKS |1 |include/configs/am335x_evm.h:457
  200. |CONFIG_SYS_MAX_FLASH_SECT |128 |include/configs/am335x_evm.h:456
  201. |CONFIG_SYS_MAX_NAND_DEVICE |1 |include/configs/ti_armv7_omap.h:42
  202. |CONFIG_SYS_MMC_ENV_DEV |1 |include/configs/am335x_evm.h:418
  203. |CONFIG_SYS_MMC_ENV_PART |2 |include/configs/am335x_evm.h:419
  204. |CONFIG_SYS_MMCSD_FS_BOOT_PARTITION |1 |include/configs/ti_armv7_common.h:221
  205. |CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR |0x80 |include/configs/ti_armv7_common.h:231
  206. |CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS |0x80 |include/configs/ti_armv7_common.h:232
  207. |CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR |0x900 |include/configs/ti_armv7_common.h:230
  208. |CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR |0x300 /* address 0x60000 */ |include/configs/ti_armv7_common.h:217
  209. |CONFIG_SYS_MONITOR_BASE |CONFIG_SYS_FLASH_BASE |include/configs/am335x_evm.h:461
  210. |CONFIG_SYS_NAND_5_ADDR_CYCLE | |include/configs/am335x_evm.h:211
  211. |CONFIG_SYS_NAND_BAD_BLOCK_POS |NAND_LARGE_BADBLOCK_POS |include/configs/am335x_evm.h:221
  212. |CONFIG_SYS_NAND_BASE |0x8000000 |include/configs/ti_armv7_omap.h:40
  213. |CONFIG_SYS_NAND_BLOCK_SIZE |(128*1024) |include/configs/am335x_evm.h:216
  214. |CONFIG_SYS_NAND_ECCBYTES |14 |include/configs/am335x_evm.h:231
  215. |CONFIG_SYS_NAND_ECCPOS |{ 2, 3, 4, 5, 6, 7, 8, 9, \ |include/configs/am335x_evm.h:222
  216. |CONFIG_SYS_NAND_ECCSIZE |512 |include/configs/am335x_evm.h:230
  217. |CONFIG_SYS_NAND_ONFI_DETECTION | |include/configs/am335x_evm.h:232
  218. |CONFIG_SYS_NAND_OOBSIZE |64 |include/configs/am335x_evm.h:215
  219. |CONFIG_SYS_NAND_PAGE_COUNT |(CONFIG_SYS_NAND_BLOCK_SIZE / \ |include/configs/am335x_evm.h:212
  220. |CONFIG_SYS_NAND_PAGE_SIZE |2048 |include/configs/am335x_evm.h:214
  221. |CONFIG_SYS_NAND_SPL_KERNEL_OFFS |0x00200000 /* kernel offset */ |include/configs/am335x_evm.h:258
  222. |CONFIG_SYS_NAND_U_BOOT_OFFS |0x000c0000 |include/configs/am335x_evm.h:246 | ./drivers/mtd/nand/Kconfig:96
  223. |CONFIG_SYS_NAND_U_BOOT_START |CONFIG_SYS_TEXT_BASE |include/configs/ti_armv7_common.h:262
  224. |CONFIG_SYS_NO_FLASH | |include/configs/ti_armv7_common.h:27
  225. |CONFIG_SYS_NS16550_CLK |48000000 |include/configs/ti_am335x_common.h:34
  226. |CONFIG_SYS_NS16550_COM1 |0x44e09000 |include/configs/am335x_evm.h:175
  227. |CONFIG_SYS_NS16550_COM2 |0x48022000 |include/configs/am335x_evm.h:176
  228. |CONFIG_SYS_NS16550_COM3 |0x48024000 |include/configs/am335x_evm.h:177
  229. |CONFIG_SYS_NS16550_COM4 |0x481a6000 |include/configs/am335x_evm.h:178
  230. |CONFIG_SYS_NS16550_COM5 |0x481a8000 |include/configs/am335x_evm.h:179
  231. |CONFIG_SYS_NS16550_COM6 |0x481aa000 |include/configs/am335x_evm.h:180
  232. |CONFIG_SYS_NS16550 | |include/configs/ti_am335x_common.h:29
  233. |CONFIG_SYS_NS16550_REG_SIZE |(-4) |include/configs/ti_am335x_common.h:32
  234. |CONFIG_SYS_NS16550_SERIAL | |include/configs/ti_am335x_common.h:31
  235. |CONFIG_SYS_OMAP24_I2C_SLAVE |1 |include/configs/ti_armv7_omap.h:21
  236. |CONFIG_SYS_OMAP24_I2C_SPEED |100000 |include/configs/ti_armv7_omap.h:20
  237. |CONFIG_SYS_PBSIZE |(CONFIG_SYS_CBSIZE \ |include/configs/ti_armv7_common.h:144
  238. |CONFIG_SYS_PTV |2 |include/configs/ti_armv7_common.h:93
  239. |CONFIG_SYS_REDUNDAND_ENVIRONMENT | |include/configs/am335x_evm.h:404
  240. |CONFIG_SYS_REDUNDAND_ENVIRONMENT | |include/configs/am335x_evm.h:422
  241. |CONFIG_SYS_SDRAM_BASE |0x80000000 |include/configs/ti_armv7_common.h:85
  242. |CONFIG_SYS_SPI_U_BOOT_OFFS |0x20000 |include/configs/am335x_evm.h:401
  243. |CONFIG_SYS_SPL_ARGS_ADDR |(CONFIG_SYS_SDRAM_BASE + \ |include/configs/ti_am335x_common.h:69
  244. |CONFIG_SYS_SPL_MALLOC_SIZE |CONFIG_SYS_MALLOC_LEN |include/configs/ti_armv7_common.h:213
  245. |CONFIG_SYS_SPL_MALLOC_START |(CONFIG_SPL_BSS_START_ADDR + \ |include/configs/ti_armv7_common.h:211
  246. |CONFIG_SYS_TEXT_BASE |0x08000000 |include/configs/am335x_evm.h:268 | ./board/coreboot/coreboot/Kconfig:12, ./Kconfig:180
  247. |CONFIG_SYS_TEXT_BASE |0x80800000 |include/configs/ti_armv7_common.h:204 | ./board/coreboot/coreboot/Kconfig, ./Kconfig:180
  248. |CONFIG_SYS_THUMB_BUILD | |include/configs/ti_armv7_common.h:245
  249. |CONFIG_SYS_TIMERBASE |0x48040000 |include/configs/ti_am335x_common.h:19
  250. |CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS |0x200 /* 256 KB */ |include/configs/ti_armv7_common.h:218
  251. |CONFIG_USB_ETHER | |include/configs/am335x_evm.h:312
  252. |CONFIG_USB_ETH_RNDIS | |include/configs/am335x_evm.h:313
  253. |CONFIG_USB_FUNCTION_DFU | |include/configs/am335x_evm.h:342
  254. |CONFIG_USB_FUNCTION_FASTBOOT | |include/configs/am335x_evm.h:295
  255. |CONFIG_USB_GADGET_DOWNLOAD | |include/configs/am335x_evm.h:284
  256. |CONFIG_USB_GADGET_DUALSPEED | |include/configs/am335x_evm.h:285
  257. |CONFIG_USB_GADGET | |include/configs/am335x_evm.h:283
  258. |CONFIG_USB_GADGET_VBUS_DRAW |2 |include/configs/am335x_evm.h:286
  259. |CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT | |include/configs/am335x_evm.h:282
  260. |CONFIG_USB_MUSB_DSPS | |include/configs/am335x_evm.h:278
  261. Device Drivers -> Usb |CONFIG_USB_MUSB_GADGET | |include/configs/am335x_evm.h:280 | ./drivers/usb/musb-new/Kconfig:11
  262. Device Drivers -> Usb |CONFIG_USB_MUSB_HOST | |include/configs/am335x_evm.h:287 | ./drivers/usb/musb-new/Kconfig:6
  263. |CONFIG_USB_MUSB_PIO_ONLY | |include/configs/am335x_evm.h:281
  264. |CONFIG_USBNET_HOST_ADDR |"de:ad:be:af:00:00" |include/configs/am335x_evm.h:314
  265. |CONFIG_USB_STORAGE | |include/configs/am335x_evm.h:308 | ./drivers/usb/Kconfig:58
  266. |CONFIG_VERSION_VARIABLE | |include/configs/ti_armv7_common.h:136
  267.  
  268. ####
Advertisement
Add Comment
Please, Sign In to add comment