Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-14 | ppc4xx: Add option for PPC440SPe ports without old Rev. A support | Stefan Roese | |
The 440SPe Rev. A is quite old and newer 440SPe boards don't need support for this CPU revision. Since removing support for this older version simplifies the creation for newer U-Boot ports, this patch now enables 440SPe > Rev. A support by creating the CONFIG_440SPE_REVA define. By defining this in the board config header, Rev. A will still be supported. Otherwise (default for newer board ports), Rev. A will not be supported. Signed-off-by: Stefan Roese <sr@denx.de> | |||
2010-04-13 | ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU | Peter Tyser | |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |