Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Align end of bss by 4 bytes | Selvamuthukumar | 2008-11-18 | -0/+1 |
| | | | | | | | | | | Most of the bss initialization loop increments 4 bytes at a time. And the loop end is checked for an 'equal' condition. Make the bss end address aligned by 4, so that the loop will end as expected. Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -9/+9 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | Cleanup out-or-tree building for some boards (.depend) | Wolfgang Denk | 2008-07-02 | -1/+1 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | microblaze: clean uart16550 and uartlite handling | Michal Simek | 2008-04-08 | -2/+2 |
| | | | | Signed-off-by: Michal Simek <monstr@monstr.eu> | |||
* | microblaze: remove old setting for emac driver | Michal Simek | 2008-04-08 | -7/+1 |
| | | | | Signed-off-by: Michal Simek <monstr@monstr.eu> | |||
* | microblaze: Clean Makefile from ancient emac driver | Michal Simek | 2008-04-08 | -16/+1 |
| | | | | Signed-off-by: Michal Simek <monstr@monstr.eu> | |||
* | [FIX] fix microblaze file permitission | Michal Simek | 2007-06-17 | -0/+0 |
| | ||||
* | new: USE_MSR_INTR support | Michal Simek | 2007-05-07 | -1/+2 |
| | ||||
* | new: fsl interrupt support | Michal Simek | 2007-05-07 | -1/+21 |
| | | | | FSL_Has_data is connected to INTC. | |||
* | new: add writing to msr register | Michal Simek | 2007-05-07 | -15/+19 |
| | ||||
* | new: FSL and MSR support #2 | Michal Simek | 2007-05-05 | -0/+3 |
| | ||||
* | Change ML401 parameters - Xilinx BSP | Michal Simek | 2007-04-21 | -13/+13 |
| | ||||
* | [PATCH] Clean include dependence | Michal Simek | 2007-03-30 | -1/+1 |
| | ||||
* | PATCH: Resolve GPL license problem | Michal Simek | 2007-03-27 | -12/+49 |
| | ||||
* | Support for XUPV2P board | Michal Simek | 2007-03-26 | -77/+55 |
| | | | | | Reset support BSP autoconfig support | |||
* | [Microblaze][PATCH] | Michal Simek | 2007-03-11 | -0/+265 |
timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401 |