2020-01-04 17:45:19 +00:00
|
|
|
CONFIG_ARM=y
|
2021-08-28 01:18:30 +00:00
|
|
|
CONFIG_SKIP_LOWLEVEL_INIT=y
|
2022-08-17 13:07:12 +00:00
|
|
|
CONFIG_SYS_L2_PL310=y
|
2020-01-04 17:45:19 +00:00
|
|
|
CONFIG_ARCH_U8500=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_SETUP_MEMORY_TAGS is not set
|
|
|
|
CONFIG_INITRD_TAG=y
|
2020-01-04 17:45:19 +00:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x100000
|
2021-08-29 01:34:49 +00:00
|
|
|
CONFIG_SYS_MALLOC_LEN=0x0200000
|
2022-04-07 16:33:23 +00:00
|
|
|
CONFIG_SYS_MALLOC_F_LEN=0x400
|
2021-11-01 12:19:22 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=2
|
2020-07-28 12:46:52 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="ste-ux500-samsung-stemmy"
|
2021-08-23 14:25:31 +00:00
|
|
|
CONFIG_SYS_LOAD_ADDR=0x100000
|
2022-05-25 16:16:03 +00:00
|
|
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
|
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x100000
|
2022-03-28 14:01:11 +00:00
|
|
|
CONFIG_OF_BOARD_SETUP=y
|
2021-08-07 13:07:22 +00:00
|
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
|
|
CONFIG_BOOTCOMMAND="run fastbootcmd"
|
2020-01-04 17:45:19 +00:00
|
|
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
|
|
|
CONFIG_HUSH_PARSER=y
|
2022-05-11 22:01:06 +00:00
|
|
|
CONFIG_SYS_CBSIZE=256
|
2022-05-11 21:38:09 +00:00
|
|
|
CONFIG_SYS_PBSIZE=276
|
2020-01-04 17:45:19 +00:00
|
|
|
CONFIG_CMD_CONFIG=y
|
|
|
|
CONFIG_CMD_LICENSE=y
|
2022-06-25 23:29:46 +00:00
|
|
|
CONFIG_SYS_BOOTM_LEN=0x4000000
|
2020-01-04 17:45:19 +00:00
|
|
|
CONFIG_CMD_DM=y
|
|
|
|
CONFIG_CMD_GPIO=y
|
|
|
|
CONFIG_CMD_MMC=y
|
|
|
|
CONFIG_CMD_PART=y
|
|
|
|
CONFIG_CMD_GETTIME=y
|
|
|
|
CONFIG_EFI_PARTITION=y
|
|
|
|
# CONFIG_NET is not set
|
2021-08-07 13:07:22 +00:00
|
|
|
CONFIG_USB_FUNCTION_FASTBOOT=y
|
|
|
|
CONFIG_FASTBOOT_BUF_ADDR=0x18100000
|
|
|
|
CONFIG_FASTBOOT_FLASH=y
|
|
|
|
CONFIG_FASTBOOT_FLASH_MMC_DEV=0
|
2020-01-04 17:45:19 +00:00
|
|
|
# CONFIG_MMC_HW_PARTITIONING is not set
|
2021-08-07 13:07:22 +00:00
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_MUSB_GADGET=y
|
|
|
|
CONFIG_USB_GADGET=y
|
|
|
|
CONFIG_USB_GADGET_VENDOR_NUM=0x04e8
|
|
|
|
CONFIG_USB_GADGET_PRODUCT_NUM=0x685d
|
|
|
|
CONFIG_DM_VIDEO=y
|
|
|
|
CONFIG_SYS_WHITE_ON_BLACK=y
|
|
|
|
CONFIG_VIDEO_MCDE_SIMPLE=y
|
2020-01-04 17:45:19 +00:00
|
|
|
# CONFIG_EFI_LOADER is not set
|