Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: Remove unused stack and irq config defines | Rob Herring | 2012-09-01 | -1/+0 |
| | | | | | | | | | | | CONFIG_STACKSIZE is not referenced anywhere except on AVR32, but present in most ARM board config files. IRQs are only enabled for 1 config, so remove the unused config options for IRQ and FIQ stack size as well. Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Signed-off-by: Rob Herring <rob.herring@calxeda.com> | |||
* | devkit3250: add Timll DevKit3250 board initial support | Vladimir Zapolskiy | 2012-05-15 | -0/+117 |
This change adds a basic support for Embest/Timll DevKit3250 board, NOR and UART are the only supported peripherals for a moment. The board doesn't require low-level init, because the initial SDRAM and GPIO configuration is performed during kickstart bootloader execution. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Marek Vasut <marek.vasut@gmail.com> |