Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | at91: add at91sam9xeek board support | Nicolas Ferre | 2009-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | At91sam9xe is basically an at91sam9260 with embedded flash. We can manage it as another entry for at91sam9260 in the Makefile. Check documentation at : http://www.atmel.com/dyn/products/product_card.asp?part_id=4263 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | ||||
* | at91: Choose environment variables location within make config target | Nicolas Ferre | 2008-12-06 | 1 | -0/+88 |
This patch adds the possiblity to choose the media where the environment will be located. This allow to choose this fundamental configuration without editing config files. Documentation file added. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Stelian Pop <stelian@popies.net> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |