Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-18 | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
2008-08-06 | Fix merge problems | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-09-24 | [PATCH] Add support for design without interrupt controller | Michal Simek | |
Polling timer | |||
2007-09-24 | [FIX] resolve problem with cpu without barrel shifter | Michal Simek | |
2007-09-24 | [FIX] repair email address | Michal Simek | |
2007-09-24 | synchronizition with mainline | Michal Simek | |
2007-08-07 | Merge git://www.denx.de/git/u-boot | Michal Simek | |
2007-07-14 | [PATCH] Support time without timer | Michal Simek | |
2007-07-13 | [PATCH] Remove problem with disabled BARREL SHIFTER | Michal Simek | |
2007-07-09 | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2007-07-04 | Fix a few file permission problems. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-07-04 | cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | |
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> | |||
2007-06-17 | [fix] email reparation | Michal Simek | |
2007-06-17 | [FIX] fix microblaze file permitission | Michal Simek | |
2007-05-08 | add: reading special purpose registers | Michal Simek | |
2007-05-08 | add: Microblaze V5 exception handling | Michal Simek | |
2007-05-08 | Merge git://www.denx.de/git/u-boot | Michal Simek | |
Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h | |||
2007-05-07 | new: USE_MSR_INTR support | Michal Simek | |
2007-05-07 | fix: interrupt handler | Michal Simek | |
remove asm code | |||
2007-05-07 | fix: remove asm code | Michal Simek | |
2007-05-07 | fix: clean interrupt | Michal Simek | |
2007-05-07 | fix: interrupt handler for multiple sources | Michal Simek | |
2007-04-21 | 16bit read/write little endian | Michal Simek | |
2007-04-04 | Minor coding style cleanup. | Wolfgang Denk | |
2007-03-26 | Support for XUPV2P board | Michal Simek | |
Reset support BSP autoconfig support | |||
2007-03-11 | [Microblaze][PATCH] part 2 | Michal Simek | |
timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401 | |||
2007-03-11 | [Microblaze][PATCH] | Michal Simek | |
timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401 | |||
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | |
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. | |||
2004-04-18 | * Patch by Yasushi Shoji, 07 Apr 2004: | wdenk | |
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board |