summaryrefslogtreecommitdiffstats
path: root/include/configs/xupv2p.h
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: Remove XUPV2P boardMichal Simek2008-12-101-226/+0
| | | | | | | | | | | --- Microblaze platforms use generic settings and to have many platforms is confusing that's why I decided to remove this platform from U-BOOT. ml401 tree is sufficient for covering all Microblaze platforms. This change will go through microblaze custodian tree.
* microblaze: Remove CONFIG_LIBFDT due to error in common filesMichal Simek2008-12-101-1/+0
|
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-56/+56
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Big white-space cleanup.Wolfgang Denk2008-05-211-5/+5
| | | | | | | | | | | This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de>
* microblaze: Repare intc handlingMichal Simek2008-05-091-2/+19
| | | | Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: xupv2p fix config file for supporting FDTMichal Simek2008-04-081-1/+5
|
* microblaze: clean uart16550 and uartlite handlingMichal Simek2008-04-081-2/+15
| | | | Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: ML401 and XUPV2P remove emac and emaclite referenceMichal Simek2008-04-081-4/+10
| | | | Signed-off-by: Michal Simek <monstr@monstr.eu>
* [FIX] XUPV2P change command handlingMichal Simek2007-10-141-19/+17
| | | | and remove code violation
* [FIX] Email reparation & CopyrightMichal Simek2007-09-241-1/+1
| | | | | Both codes are written by myself without any support from CTU
* [PATCH] Change macro name for UartLiteMichal Simek2007-09-241-0/+1
| | | | because PowerPC 405 can use UartLite as console
* synchronizition with mainlineMichal Simek2007-09-241-41/+22
|
* [FIX] Correction command setting for Microblaze boardsMichal Simek2007-08-151-13/+6
|
* Merge git://www.denx.de/git/u-bootMichal Simek2007-08-071-41/+33
|\
| * include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-0/+9
| | | | | | | | | | | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config ↵Jon Loeliger2007-07-051-21/+24
| | | | | | | | | | | | files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | [FIX] Xilinx Uartlite driverMichal Simek2007-08-051-0/+1
| | | | | | | | | | Because PPC405 can use UARTLITE serial interface and Microblaze can use Uart16550 serial interface not only Uartlite.
* | [FIX] Change configuration for XUPV2P Microblaze boardMichal Simek2007-08-051-6/+51
|/
* Merge git://www.denx.de/git/u-bootMichal Simek2007-05-081-1/+1
|\ | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
| * Minor coding style cleanup.Wolfgang Denk2007-04-041-1/+1
| |
* | [PATCH] SystemACE support for MicroblazeMichal Simek2007-04-211-6/+8
|/
* Support for XUPV2P boardMichal Simek2007-03-261-0/+174
Reset support BSP autoconfig support
OpenPOWER on IntegriCloud