2016-03-21 08:09:11 +00:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_SUNXI=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
|
|
|
|
CONFIG_SERIAL_TAG=y
|
2021-08-30 13:16:31 +00:00
|
|
|
CONFIG_STATIC_MACH_TYPE=y
|
|
|
|
CONFIG_MACH_TYPE=4283
|
2021-06-28 14:17:29 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-icnova-swac"
|
2018-04-08 00:27:54 +00:00
|
|
|
CONFIG_SPL=y
|
2016-03-21 08:09:11 +00:00
|
|
|
CONFIG_MACH_SUN7I=y
|
|
|
|
CONFIG_DRAM_CLK=384
|
|
|
|
CONFIG_OLD_SUNXI_KERNEL_COMPAT=y
|
|
|
|
CONFIG_MMC0_CD_PIN="PI5"
|
|
|
|
CONFIG_USB0_VBUS_PIN="PG11"
|
|
|
|
CONFIG_USB0_VBUS_DET="PH7"
|
|
|
|
CONFIG_USB1_VBUS_PIN="PG10"
|
|
|
|
CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:24,pclk_khz:33000,le:45,ri:209,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0"
|
|
|
|
CONFIG_VIDEO_LCD_POWER="PH22"
|
|
|
|
CONFIG_VIDEO_LCD_PANEL_LVDS=y
|
|
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
2022-05-26 17:13:21 +00:00
|
|
|
CONFIG_SPL_STACK=0x8000
|
2021-07-11 03:14:36 +00:00
|
|
|
CONFIG_SPL_I2C=y
|
2022-05-11 21:38:09 +00:00
|
|
|
CONFIG_SYS_PBSIZE=1024
|
2017-02-05 01:42:56 +00:00
|
|
|
CONFIG_CMD_UNZIP=y
|
2021-08-17 21:59:47 +00:00
|
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
2021-08-19 03:12:32 +00:00
|
|
|
CONFIG_SYS_I2C_SLAVE=0x7f
|
|
|
|
CONFIG_SYS_I2C_SPEED=400000
|
2020-04-24 19:35:53 +00:00
|
|
|
CONFIG_PHY_REALTEK=y
|
2016-03-21 08:09:11 +00:00
|
|
|
CONFIG_ETH_DESIGNWARE=y
|
2018-07-21 04:03:57 +00:00
|
|
|
CONFIG_MII=y
|
2017-04-02 10:59:03 +00:00
|
|
|
CONFIG_SUN7I_GMAC=y
|
2016-03-21 08:09:11 +00:00
|
|
|
CONFIG_USB_EHCI_HCD=y
|
2019-02-07 19:53:03 +00:00
|
|
|
CONFIG_USB_OHCI_HCD=y
|