2016-10-06 23:29:56 +02:00
|
|
|
CONFIG_ARM=y
|
2021-08-27 21:18:30 -04:00
|
|
|
CONFIG_SKIP_LOWLEVEL_INIT=y
|
2019-05-03 09:40:59 -04:00
|
|
|
CONFIG_SYS_DCACHE_OFF=y
|
2019-08-14 08:29:25 -05:00
|
|
|
CONFIG_ARCH_CPU_INIT=y
|
2020-05-06 08:02:40 -04: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 09:16:30 -04:00
|
|
|
CONFIG_SUPPORT_PASSING_ATAGS=y
|
|
|
|
CONFIG_CMDLINE_TAG=y
|
|
|
|
CONFIG_INITRD_TAG=y
|
2021-08-30 09:16:31 -04:00
|
|
|
CONFIG_STATIC_MACH_TYPE=y
|
|
|
|
CONFIG_MACH_TYPE=527
|
2021-12-17 18:08:45 -05:00
|
|
|
CONFIG_SYS_KWD_CONFIG="board/Synology/ds109/kwbimage.cfg"
|
2018-02-03 12:10:38 -05:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x600000
|
2020-08-10 15:31:07 -04:00
|
|
|
CONFIG_NR_DRAM_BANKS=2
|
2016-10-06 23:29:56 +02:00
|
|
|
CONFIG_TARGET_DS109=y
|
2019-11-18 20:02:10 -05:00
|
|
|
CONFIG_ENV_SIZE=0x10000
|
|
|
|
CONFIG_ENV_OFFSET=0x3D0000
|
2020-04-28 16:15:47 -04:00
|
|
|
CONFIG_ENV_SECT_SIZE=0x10000
|
2020-07-28 08:46:52 -04:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="kirkwood-ds109"
|
2021-08-23 10:25:31 -04:00
|
|
|
CONFIG_SYS_LOAD_ADDR=0x800000
|
2022-04-08 13:36:51 -04:00
|
|
|
CONFIG_ENV_ADDR=0x3D0000
|
|
|
|
# CONFIG_SYS_MALLOC_F is not set
|
2021-11-10 09:11:40 -05: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-20 20:51:14 -06:00
|
|
|
CONFIG_USE_PREBOOT=y
|
2022-03-18 08:38:20 -04:00
|
|
|
CONFIG_RESET_PHY_R=y
|
2016-10-06 23:29:56 +02:00
|
|
|
CONFIG_HUSH_PARSER=y
|
|
|
|
# CONFIG_CMD_FLASH is not set
|
2017-08-14 19:58:53 -04:00
|
|
|
CONFIG_CMD_IDE=y
|
2016-10-06 23:29:56 +02: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 15:06:18 -04:00
|
|
|
CONFIG_CMD_EXT2=y
|
2017-06-02 11:03:50 -04:00
|
|
|
CONFIG_CMD_FAT=y
|
2017-01-27 11:00:38 +01:00
|
|
|
CONFIG_ISO_PARTITION=y
|
2018-05-17 21:45:58 +12:00
|
|
|
CONFIG_OF_CONTROL=y
|
2020-07-03 06:48:56 -05:00
|
|
|
CONFIG_ENV_OVERWRITE=y
|
2017-08-28 07:16:32 -04:00
|
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
2019-02-27 15:20:38 +01:00
|
|
|
CONFIG_ENV_SPI_MAX_HZ=50000000
|
2020-08-23 13:06:36 -04:00
|
|
|
CONFIG_NETCONSOLE=y
|
2022-03-18 08:38:21 -04:00
|
|
|
CONFIG_SYS_FAULT_ECHO_LINK_DOWN=y
|
2018-08-07 19:41:46 +12:00
|
|
|
CONFIG_DM=y
|
2022-01-22 05:53:24 -07:00
|
|
|
CONFIG_SYS_ATA_STRIDE=4
|
|
|
|
CONFIG_SYS_ATA_DATA_OFFSET=0x100
|
|
|
|
CONFIG_SYS_ATA_REG_OFFSET=0x100
|
|
|
|
CONFIG_SYS_ATA_ALT_OFFSET=0x100
|
2018-08-07 19:41:44 +12:00
|
|
|
CONFIG_DM_I2C=y
|
|
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
2017-03-13 13:48:42 -04:00
|
|
|
# CONFIG_MMC is not set
|
2019-10-03 19:50:08 +02:00
|
|
|
CONFIG_MTD=y
|
2019-12-04 17:18:38 -05:00
|
|
|
CONFIG_DM_SPI_FLASH=y
|
2016-10-06 23:29:56 +02:00
|
|
|
CONFIG_SPI_FLASH_STMICRO=y
|
2018-05-03 23:00:35 +12:00
|
|
|
CONFIG_MVGBE=y
|
2018-07-20 23:03:57 -05:00
|
|
|
CONFIG_MII=y
|
2018-08-07 19:41:46 +12:00
|
|
|
CONFIG_DM_RTC=y
|
|
|
|
CONFIG_RTC_MV=y
|
2016-10-06 23:29:56 +02:00
|
|
|
CONFIG_SYS_NS16550=y
|
2018-04-15 13:51:26 -04:00
|
|
|
CONFIG_SPI=y
|
2018-11-21 22:22:22 +13:00
|
|
|
CONFIG_DM_SPI=y
|
2018-02-07 02:42:22 +02:00
|
|
|
CONFIG_KIRKWOOD_SPI=y
|
2017-05-12 22:33:28 -04:00
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_EHCI_HCD=y
|