2016-10-06 21:29:56 +00:00
|
|
|
CONFIG_ARM=y
|
2021-08-28 01:18:30 +00:00
|
|
|
CONFIG_SKIP_LOWLEVEL_INIT=y
|
2019-05-03 13:40:59 +00:00
|
|
|
CONFIG_SYS_DCACHE_OFF=y
|
2019-08-14 13:29:25 +00:00
|
|
|
CONFIG_ARCH_CPU_INIT=y
|
2020-05-06 12:02:40 +00:00
|
|
|
CONFIG_ARCH_KIRKWOOD=y
|
arm: Disable ATAGs support
With the exceptions of ds109, ds414, icnova-a20-swac, nokia_rx51 and
stemmy, disable ATAG support. A large number of platforms had enabled
support but never supported a kernel so old as to require it. Further,
some platforms are old enough to support both, but are well supported by
devicetree booting, and have been for a number of years. This is
because some of the ATAGs related functions have been re-used to provide
the same kind of information, but for devicetree or just generally to
inform the user. When needed still, rename these functions to
get_board_revision() instead, to avoid conflicts. In other cases, these
functions were simply unused, so drop them.
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Phil Sutter <phil@nwl.cc>
Cc: Stefan Bosch <stefan_b@posteo.net>
Signed-off-by: Tom Rini <trini@konsulko.com>
2021-08-30 13:16:30 +00:00
|
|
|
CONFIG_SUPPORT_PASSING_ATAGS=y
|
|
|
|
CONFIG_CMDLINE_TAG=y
|
|
|
|
CONFIG_INITRD_TAG=y
|
2021-12-17 23:08:45 +00:00
|
|
|
CONFIG_SYS_KWD_CONFIG="board/Synology/ds109/kwbimage.cfg"
|
2018-02-03 17:10:38 +00:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x600000
|
2020-08-10 19:31:07 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=2
|
2016-10-06 21:29:56 +00:00
|
|
|
CONFIG_TARGET_DS109=y
|
2019-11-19 01:02:10 +00:00
|
|
|
CONFIG_ENV_SIZE=0x10000
|
|
|
|
CONFIG_ENV_OFFSET=0x3D0000
|
2020-04-28 20:15:47 +00:00
|
|
|
CONFIG_ENV_SECT_SIZE=0x10000
|
2020-07-28 12:46:52 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="kirkwood-ds109"
|
2021-08-23 14:25:31 +00:00
|
|
|
CONFIG_SYS_LOAD_ADDR=0x800000
|
2022-04-08 17:36:51 +00:00
|
|
|
CONFIG_ENV_ADDR=0x3D0000
|
2022-05-25 16:16:03 +00:00
|
|
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
|
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc8012000
|
2022-04-08 17:36:51 +00:00
|
|
|
# CONFIG_SYS_MALLOC_F is not set
|
2021-11-10 14:11:40 +00:00
|
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
|
|
CONFIG_BOOTCOMMAND="setenv ethact egiga0; ${x_bootcmd_ethernet}; ${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;"
|
2019-07-21 02:51:14 +00:00
|
|
|
CONFIG_USE_PREBOOT=y
|
2022-03-18 12:38:20 +00:00
|
|
|
CONFIG_RESET_PHY_R=y
|
2016-10-06 21:29:56 +00:00
|
|
|
CONFIG_HUSH_PARSER=y
|
2022-05-11 20:21:06 +00:00
|
|
|
CONFIG_SYS_MAXARGS=32
|
2016-10-06 21:29:56 +00:00
|
|
|
# CONFIG_CMD_FLASH is not set
|
2017-08-14 23:58:53 +00:00
|
|
|
CONFIG_CMD_IDE=y
|
2016-10-06 21:29:56 +00:00
|
|
|
CONFIG_CMD_I2C=y
|
|
|
|
CONFIG_CMD_USB=y
|
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
|
|
CONFIG_CMD_DHCP=y
|
|
|
|
CONFIG_CMD_PING=y
|
2020-05-26 19:06:18 +00:00
|
|
|
CONFIG_CMD_EXT2=y
|
2017-06-02 15:03:50 +00:00
|
|
|
CONFIG_CMD_FAT=y
|
2017-01-27 10:00:38 +00:00
|
|
|
CONFIG_ISO_PARTITION=y
|
2018-05-17 09:45:58 +00:00
|
|
|
CONFIG_OF_CONTROL=y
|
2020-07-03 11:48:56 +00:00
|
|
|
CONFIG_ENV_OVERWRITE=y
|
2017-08-28 11:16:32 +00:00
|
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
2019-02-27 14:20:38 +00:00
|
|
|
CONFIG_ENV_SPI_MAX_HZ=50000000
|
2020-08-23 17:06:36 +00:00
|
|
|
CONFIG_NETCONSOLE=y
|
2022-03-18 12:38:21 +00:00
|
|
|
CONFIG_SYS_FAULT_ECHO_LINK_DOWN=y
|
2018-08-07 07:41:46 +00:00
|
|
|
CONFIG_DM=y
|
2022-01-22 12:53:24 +00:00
|
|
|
CONFIG_SYS_ATA_STRIDE=4
|
|
|
|
CONFIG_SYS_ATA_DATA_OFFSET=0x100
|
|
|
|
CONFIG_SYS_ATA_REG_OFFSET=0x100
|
|
|
|
CONFIG_SYS_ATA_ALT_OFFSET=0x100
|
2022-06-11 02:59:28 +00:00
|
|
|
CONFIG_LBA48=y
|
2018-08-07 07:41:44 +00:00
|
|
|
CONFIG_DM_I2C=y
|
|
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
2017-03-13 17:48:42 +00:00
|
|
|
# CONFIG_MMC is not set
|
2019-10-03 17:50:08 +00:00
|
|
|
CONFIG_MTD=y
|
2019-12-04 22:18:38 +00:00
|
|
|
CONFIG_DM_SPI_FLASH=y
|
2016-10-06 21:29:56 +00:00
|
|
|
CONFIG_SPI_FLASH_STMICRO=y
|
2018-05-03 11:00:35 +00:00
|
|
|
CONFIG_MVGBE=y
|
2018-07-21 04:03:57 +00:00
|
|
|
CONFIG_MII=y
|
2018-08-07 07:41:46 +00:00
|
|
|
CONFIG_DM_RTC=y
|
|
|
|
CONFIG_RTC_MV=y
|
2016-10-06 21:29:56 +00:00
|
|
|
CONFIG_SYS_NS16550=y
|
2018-04-15 17:51:26 +00:00
|
|
|
CONFIG_SPI=y
|
2018-11-21 09:22:22 +00:00
|
|
|
CONFIG_DM_SPI=y
|
2018-02-07 00:42:22 +00:00
|
|
|
CONFIG_KIRKWOOD_SPI=y
|
2017-05-13 02:33:28 +00:00
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_EHCI_HCD=y
|