summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* Set model and hostname at boardlevelSascha Hauer2013-08-161-3/+0
| | | | | | | | | | | | With multiboard support the compiletime generated BOARDINFO string gets more and more meaningless. This removes it from Kconfig and replaces it with a variable that can be set at boardlevel. Also many boards have a standard setting for the hostname in the environment. This patch also moves the standard to C code by calling barebox_set_hostname(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Cleanup Kconfig filesAlexander Shiyan2012-12-081-1/+1
| | | | | | | | | This patch provides a global cleanup barebox Kconfig files. This includes replacing spaces to tabs, formatting in accordance format, removing extraneous lines and spaces. No functional changes. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* move digest to crypto/Jean-Christophe PLAGNIOL-VILLARD2011-10-121-1/+1
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [blackfin] memory layout related compile fixesSascha Hauer2008-07-031-0/+2
|
* [IPE337] Better support for multiple revisionWolfram Sang2008-01-241-6/+13
| | | | | | Changed bool into choice Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Make board IPE337 revision 2 selectable for .configWolfram Sang2008-01-231-0/+10
| | | | | | | A new menu "Board options" is introduced, where one can select if the board is a rev.2 (= 40Mhz) Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Enable blackfin boot rom boot modesEnrik Berkhan2008-01-231-0/+21
| | | | Signed-Off-By: Enrik Berkhan <Enrik.Berkhan@ge.com>
* add default link address for ipe337 boardSascha Hauer2007-10-041-0/+1
|
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-041-1/+1
|
* add blackfin specific bits for module handlingSascha Hauer2007-09-281-0/+2
|
* Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-251-0/+4
| | | | | | | This patch makes TEXT_BASE a consistent per-arch config switch. Additionally, it converts all TEXT_BASE occurences from string to hex. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* initial blackfin supportSascha Hauer2007-09-111-0/+29