xref: /openbmc/u-boot/doc/README.at91 (revision 1b3b7c640d04df2ba9a9d947117d112a75fee7f4)
189a7a87fSNicolas FerreAtmel AT91 Evaluation kits
289a7a87fSNicolas Ferre
389a7a87fSNicolas Ferrehttp://atmel.com/dyn/products/tools.asp?family_id=605#1443
489a7a87fSNicolas Ferre
5843a2654SJean-Christophe PLAGNIOL-VILLARDI. Board mapping & boot media
689a7a87fSNicolas Ferre------------------------------------------------------------------------------
7df486b1fSNicolas FerreAT91SAM9260EK, AT91SAM9G20EK & AT91SAM9XEEK
889a7a87fSNicolas Ferre------------------------------------------------------------------------------
989a7a87fSNicolas Ferre
1089a7a87fSNicolas FerreMemory map
1189a7a87fSNicolas Ferre	0x20000000 - 23FFFFFF	SDRAM (64 MB)
1289a7a87fSNicolas Ferre	0xC0000000 - Cxxxxxxx	Atmel Dataflash card (J13)
1389a7a87fSNicolas Ferre	0xD0000000 - Dxxxxxxx	Soldered Atmel Dataflash
1489a7a87fSNicolas Ferre
1589a7a87fSNicolas FerreEnvironment variables
1689a7a87fSNicolas Ferre
1789a7a87fSNicolas Ferre	U-Boot environment variables can be stored at different places:
1889a7a87fSNicolas Ferre		- Dataflash on SPI chip select 1 (default)
1989a7a87fSNicolas Ferre		- Dataflash on SPI chip select 0 (dataflash card)
2089a7a87fSNicolas Ferre		- Nand flash.
2189a7a87fSNicolas Ferre
2289a7a87fSNicolas Ferre	You can choose your storage location at config step (here for at91sam9260ek) :
2389a7a87fSNicolas Ferre		make at91sam9260ek_config		- use data flash (spi cs1) (default)
2489a7a87fSNicolas Ferre		make at91sam9260ek_nandflash_config	- use nand flash
2589a7a87fSNicolas Ferre		make at91sam9260ek_dataflash_cs0_config	- use data flash (spi cs0)
2689a7a87fSNicolas Ferre		make at91sam9260ek_dataflash_cs1_config	- use data flash (spi cs1)
2789a7a87fSNicolas Ferre
2889a7a87fSNicolas Ferre
2989a7a87fSNicolas Ferre------------------------------------------------------------------------------
3089a7a87fSNicolas FerreAT91SAM9261EK
3189a7a87fSNicolas Ferre------------------------------------------------------------------------------
3289a7a87fSNicolas Ferre
3389a7a87fSNicolas FerreMemory map
3489a7a87fSNicolas Ferre	0x20000000 - 23FFFFFF	SDRAM (64 MB)
3589a7a87fSNicolas Ferre	0xC0000000 - Cxxxxxxx	Soldered Atmel Dataflash
3689a7a87fSNicolas Ferre	0xD0000000 - Dxxxxxxx	Atmel Dataflash card (J22)
3789a7a87fSNicolas Ferre
3889a7a87fSNicolas FerreEnvironment variables
3989a7a87fSNicolas Ferre
4089a7a87fSNicolas Ferre	U-Boot environment variables can be stored at different places:
4189a7a87fSNicolas Ferre		- Dataflash on SPI chip select 0 (default)
4289a7a87fSNicolas Ferre		- Dataflash on SPI chip select 3 (dataflash card)
4389a7a87fSNicolas Ferre		- Nand flash.
4489a7a87fSNicolas Ferre
4589a7a87fSNicolas Ferre	You can choose your storage location at config step (here for at91sam9260ek) :
4689a7a87fSNicolas Ferre		make at91sam9261ek_config		- use data flash (spi cs0) (default)
4789a7a87fSNicolas Ferre		make at91sam9261ek_nandflash_config	- use nand flash
4889a7a87fSNicolas Ferre		make at91sam9261ek_dataflash_cs0_config	- use data flash (spi cs0)
4989a7a87fSNicolas Ferre		make at91sam9261ek_dataflash_cs3_config	- use data flash (spi cs3)
5089a7a87fSNicolas Ferre
5189a7a87fSNicolas Ferre
5289a7a87fSNicolas Ferre------------------------------------------------------------------------------
5389a7a87fSNicolas FerreAT91SAM9263EK
5489a7a87fSNicolas Ferre------------------------------------------------------------------------------
5589a7a87fSNicolas Ferre
5689a7a87fSNicolas FerreMemory map
5789a7a87fSNicolas Ferre	0x20000000 - 23FFFFFF	SDRAM (64 MB)
5889a7a87fSNicolas Ferre	0xC0000000 - Cxxxxxxx	Atmel Dataflash card (J9)
5989a7a87fSNicolas Ferre
6089a7a87fSNicolas FerreEnvironment variables
6189a7a87fSNicolas Ferre
6289a7a87fSNicolas Ferre	U-Boot environment variables can be stored at different places:
6389a7a87fSNicolas Ferre		- Dataflash on SPI chip select 0 (dataflash card)
6489a7a87fSNicolas Ferre		- Nand flash.
65*1b3b7c64SJean-Christophe PLAGNIOL-VILLARD		- Nor falsh (not populate by default)
6689a7a87fSNicolas Ferre
6789a7a87fSNicolas Ferre	You can choose your storage location at config step (here for at91sam9260ek) :
6889a7a87fSNicolas Ferre		make at91sam9263ek_config		- use data flash (spi cs0) (default)
6989a7a87fSNicolas Ferre		make at91sam9263ek_nandflash_config	- use nand flash
7089a7a87fSNicolas Ferre		make at91sam9263ek_dataflash_cs0_config	- use data flash (spi cs0)
71*1b3b7c64SJean-Christophe PLAGNIOL-VILLARD		make at91sam9263ek_norflash_config	- use nor falsh
72*1b3b7c64SJean-Christophe PLAGNIOL-VILLARD
73*1b3b7c64SJean-Christophe PLAGNIOL-VILLARD	You can choose to boot directly from U-Boot at config step
74*1b3b7c64SJean-Christophe PLAGNIOL-VILLARD		make at91sam9263ek_norflash_boot_config	- boot from nor falsh
7589a7a87fSNicolas Ferre
7689a7a87fSNicolas Ferre
7789a7a87fSNicolas Ferre------------------------------------------------------------------------------
7889a7a87fSNicolas FerreAT91SAM9RLEK
7989a7a87fSNicolas Ferre------------------------------------------------------------------------------
8089a7a87fSNicolas Ferre
8189a7a87fSNicolas FerreMemory map
8289a7a87fSNicolas Ferre	0x20000000 - 23FFFFFF	SDRAM (64 MB)
8389a7a87fSNicolas Ferre	0xC0000000 - Cxxxxxxx	Soldered Atmel Dataflash
8489a7a87fSNicolas Ferre
8589a7a87fSNicolas FerreEnvironment variables
8689a7a87fSNicolas Ferre
8789a7a87fSNicolas Ferre	U-Boot environment variables can be stored at different places:
8889a7a87fSNicolas Ferre		- Dataflash on SPI chip select 0
8989a7a87fSNicolas Ferre		- Nand flash.
9089a7a87fSNicolas Ferre
9189a7a87fSNicolas Ferre	You can choose your storage location at config step (here for at91sam9260ek) :
9289a7a87fSNicolas Ferre		make at91sam9263ek_config		- use data flash (spi cs0) (default)
9389a7a87fSNicolas Ferre		make at91sam9263ek_nandflash_config	- use nand flash
9489a7a87fSNicolas Ferre		make at91sam9263ek_dataflash_cs0_config	- use data flash (spi cs0)
95843a2654SJean-Christophe PLAGNIOL-VILLARD
96843a2654SJean-Christophe PLAGNIOL-VILLARDII. Watchdog support
97843a2654SJean-Christophe PLAGNIOL-VILLARD
98843a2654SJean-Christophe PLAGNIOL-VILLARD	For security reasons, the at91 watchdog is running at boot time and,
99843a2654SJean-Christophe PLAGNIOL-VILLARD	if deactivated, cannot be used anymore.
100843a2654SJean-Christophe PLAGNIOL-VILLARD	If you want to use the watchdog, you will need to keep it running in
101843a2654SJean-Christophe PLAGNIOL-VILLARD	your code (make sure not to disable it in AT91Bootstrap for instance).
102843a2654SJean-Christophe PLAGNIOL-VILLARD
103843a2654SJean-Christophe PLAGNIOL-VILLARD	In the U-Boot configuration, the AT91 watchdog support is enabled using
104843a2654SJean-Christophe PLAGNIOL-VILLARD	the CONFIG_AT91SAM9_WATCHDOG and CONFIG_HW_WATCHDOG options.
105