Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move architecture-specific includes to arch/$ARCH/include/asm | Peter Tyser | 2010-04-13 | -98/+0 |
| | | | | | | | | This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -2/+2 |
| | | | | | | | | | | | 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> | |||
* | [FIX] fix microblaze file permitission | Michal Simek | 2007-06-17 | -0/+0 |
| | ||||
* | add: reading special purpose registers | Michal Simek | 2007-05-08 | -11/+6 |
| | ||||
* | add: Microblaze V5 exception handling | Michal Simek | 2007-05-08 | -0/+8 |
| | ||||
* | add: FSL control read and write | Michal Simek | 2007-05-08 | -0/+15 |
| | ||||
* | new: USE_MSR_INTR support | Michal Simek | 2007-05-07 | -0/+37 |
| | ||||
* | new: add writing to msr register | Michal Simek | 2007-05-07 | -3/+9 |
| | ||||
* | new: FSL and MSR support | Michal Simek | 2007-05-05 | -0/+37 |