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