Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-12 | sc520: Move RAM sizing code from asm to C | Graeme Russ | |
2011-02-12 | sc520: Define MMCR address in include file | Graeme Russ | |
2010-05-06 | sc520: Move PCI defines to PCI include file | Graeme Russ | |
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
2010-05-06 | sc520: Allow boards to override udelay | Graeme Russ | |
If the board has a high precision mico-second timer, it maked sense to use it instead of the on-chip one Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
2010-04-13 | Move architecture-specific includes to arch/$ARCH/include/asm | Peter Tyser | |
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> |