Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -25/+25 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | Fix merge problems | Stefan Roese | 2008-08-06 | -1/+1 |
| | | | | Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | [PATCH] Add support for design without interrupt controller | Michal Simek | 2007-09-24 | -0/+7 |
| | | | | Polling timer | |||
* | [FIX] resolve problem with cpu without barrel shifter | Michal Simek | 2007-09-24 | -4/+2 |
| | ||||
* | [FIX] repair email address | Michal Simek | 2007-09-24 | -1/+1 |
| | ||||
* | synchronizition with mainline | Michal Simek | 2007-09-24 | -10/+5 |
| | ||||
* | Merge git://www.denx.de/git/u-boot | Michal Simek | 2007-08-07 | -3/+3 |
|\ | ||||
| * | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -3/+3 |
| | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | Fix a few file permission problems. | Wolfgang Denk | 2007-07-04 | -0/+0 |
| | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
| * | cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | | [PATCH] Support time without timer | Michal Simek | 2007-07-14 | -0/+7 |
| | | ||||
* | | [PATCH] Remove problem with disabled BARREL SHIFTER | Michal Simek | 2007-07-13 | -4/+2 |
| | | ||||
* | | [fix] email reparation | Michal Simek | 2007-06-17 | -1/+1 |
| | | ||||
* | | [FIX] fix microblaze file permitission | Michal Simek | 2007-06-17 | -0/+0 |
|/ | ||||
* | add: reading special purpose registers | Michal Simek | 2007-05-08 | -2/+2 |
| | ||||
* | add: Microblaze V5 exception handling | Michal Simek | 2007-05-08 | -2/+8 |
| | ||||
* | Merge git://www.denx.de/git/u-boot | Michal Simek | 2007-05-08 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h | |||
| * | Minor coding style cleanup. | Wolfgang Denk | 2007-04-04 | -1/+1 |
| | | ||||
* | | new: USE_MSR_INTR support | Michal Simek | 2007-05-07 | -6/+21 |
| | | ||||
* | | fix: interrupt handler | Michal Simek | 2007-05-07 | -10/+1 |
| | | | | | | | | remove asm code | |||
* | | fix: remove asm code | Michal Simek | 2007-05-07 | -223/+17 |
| | | ||||
* | | fix: clean interrupt | Michal Simek | 2007-05-07 | -3/+13 |
| | | ||||
* | | fix: interrupt handler for multiple sources | Michal Simek | 2007-05-07 | -10/+13 |
| | | ||||
* | | 16bit read/write little endian | Michal Simek | 2007-04-21 | -0/+33 |
|/ | ||||
* | Support for XUPV2P board | Michal Simek | 2007-03-26 | -4/+33 |
| | | | | | Reset support BSP autoconfig support | |||
* | [Microblaze][PATCH] part 2 | Michal Simek | 2007-03-11 | -8/+239 |
| | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401 | |||
* | [Microblaze][PATCH] | Michal Simek | 2007-03-11 | -0/+570 |
| | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401 | |||
* | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 |
| | | | | Based on patch by Mike Frysinger, 20 Jun 2006 | |||
* | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory. | |||
* | * Patch by Yasushi Shoji, 07 Apr 2004: | wdenk | 2004-04-18 | -0/+136 |
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board |