Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-12 | MPC512x: use I/O accessors instead of pointer accesses | Wolfgang Denk | |
This commit changes the MPC512x code to use I/O accessor calls (i.e. out_*() and in_*()) instead of using deprecated pointer accesses. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: John Rigby <jcrigby@gmail.com> | |||
2009-06-12 | mpc512x: Move common files to share them by several boards | Wolfgang Denk | |
We will soon see several new MPC521x based boards added. This patch moves files that are not board specific to a common directory so they can be shared by all such ports. It also splits off common IDE code into a new file, cpu/mpc512x/ide.c . Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: John Rigby <jcrigby@gmail.com> |