|
@@ -9,7 +9,9 @@ choice
|
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
|
help
|
|
help
|
|
Select Chip for which AT91 bootstrap should be built
|
|
Select Chip for which AT91 bootstrap should be built
|
|
- Currently supports AT91SAM9260EK, AT91SAM9261EK, AT91SAM9XEEK, AT981SAM9263EK
|
|
|
|
|
|
+ Currently supports AT91SAM9260EK, AT91SAM9261EK,
|
|
|
|
+ AT91SAM9XEEK, AT981SAM9263EK
|
|
|
|
+
|
|
|
|
|
|
config BR2_TARGET_AT91BOOT_DATAFLASH
|
|
config BR2_TARGET_AT91BOOT_DATAFLASH
|
|
depends on BR2_TARGET_AT91SAM9260EK || BR2_TARGET_AT91SAM9261EK || \
|
|
depends on BR2_TARGET_AT91SAM9260EK || BR2_TARGET_AT91SAM9261EK || \
|
|
@@ -48,13 +50,15 @@ config BR2_AT91BOOTSTRAP_IMG_SIZE
|
|
Select the size of your application
|
|
Select the size of your application
|
|
AT91 Bootstrap will copy this amount from flash to SDRAM
|
|
AT91 Bootstrap will copy this amount from flash to SDRAM
|
|
|
|
|
|
-choice
|
|
|
|
|
|
+choice
|
|
prompt "Start address of application"
|
|
prompt "Start address of application"
|
|
default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
|
default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
|
help
|
|
help
|
|
Select Chip for which AT91 bootstrap should be built
|
|
Select Chip for which AT91 bootstrap should be built
|
|
- Currently supports AT91SAM9260EK, AT91SAM9261EK, AT91SAM9XEEK, AT91SAM9263EK
|
|
|
|
|
|
+ Currently supports AT91SAM9260EK, AT91SAM9261EK,
|
|
|
|
+ AT91SAM9XEEK, AT91SAM9263EK
|
|
|
|
+
|
|
|
|
|
|
config BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
|
config BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
|
bool "Copy to the default U-Boot start location in the SDRAM"
|
|
bool "Copy to the default U-Boot start location in the SDRAM"
|
|
@@ -75,7 +79,7 @@ endchoice
|
|
config BR2_AT91BOOTSTRAP_JUMP_ADDR
|
|
config BR2_AT91BOOTSTRAP_JUMP_ADDR
|
|
string
|
|
string
|
|
default "0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
|
default "0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
|
- default "0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_HIGH_SDRAM
|
|
|
|
|
|
+ default "0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_HIGH_SDRAM
|
|
default "0x20000000" if BR2_AT91BOOTSTRAP_JUMP_TO_START_OF_SDRAM
|
|
default "0x20000000" if BR2_AT91BOOTSTRAP_JUMP_TO_START_OF_SDRAM
|
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
|
|
|
|