X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fspl%2FKconfig;h=0bd8370337bcc5bd5d7d551abee2c49880535a76;hb=f9674f5eec984e3ae8442c7b2b7bde667e108e55;hp=582b685dad36b9cea6298481d49ceb214e8a5926;hpb=1fdafb2e3dfecdc4129a8062ad25b1adb32b0efb;p=u-boot diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 582b685dad..0bd8370337 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -94,6 +94,7 @@ config SPL_STACK_R config SPL_STACK_R_ADDR depends on SPL_STACK_R hex "SDRAM location for SPL stack" + default 0x82000000 if ARCH_OMAP2PLUS help Specify the address in SDRAM for the SPL stack. This will be set up before board_init_r() is called. @@ -668,6 +669,12 @@ config SPL_DFU_RAM endchoice +config SPL_USB_SDP_SUPPORT + bool "Support SDP (Serial Download Protocol)" + help + Enable Serial Download Protocol (SDP) device support in SPL. This + allows to download images into memory and execute (jump to) them + using the same protocol as implemented by the i.MX family's boot ROM. endif config SPL_WATCHDOG_SUPPORT @@ -690,7 +697,7 @@ config SPL_ATF_SUPPORT bool "Support ARM Trusted Firmware" depends on ARM64 help - ATF(ARM Trusted Firmware) is a component for ARM arch64 which which + ATF(ARM Trusted Firmware) is a component for ARM arch64 which is loaded by SPL(which is considered as BL2 in ATF terminology). More detail at: https://github.com/ARM-software/arm-trusted-firmware