summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/io.h
Commit message (Collapse)AuthorAgeLines
* ColdFire: Add clear and set bits macros for ColdFire platformAlison Wang2012-09-20-1/+37
| | | | Signed-off-by: Alison Wang <b18965@freescale.com>
* ColdFire:Add mb for 5253 dram initializationJason Jin2011-09-04-0/+2
| | | | | | | | The dram initialization sequence should be in order. This patch add mb for the dram intialization code to make sure the compiler do not disorder the code. Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-13-0/+263
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>