[U-Boot] [PATCH 5/7] Factor out SC520 sub-features

Wolfgang Denk wd at denx.de
Tue Feb 24 23:34:02 CET 2009


Dear Graeme Russ,

In message <49A3C888.5010509 at gmail.com> you wrote:
> Moved sub-features of the SC520 code which is currently selectively compiled
> using #ifdef out of sc520.c into individual files selectively compiled via
> the makefile
> 
> Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
> ---
>  cpu/i386/sc520/Makefile      |    4 +
>  cpu/i386/sc520/sc520.c       |  277 --------------------------------------=
> ----
>  cpu/i386/sc520/sc520_pci.c   |  171 ++++++++++++++++++++++++++
>  cpu/i386/sc520/sc520_ssi.c   |   92 ++++++++++++++
>  cpu/i386/sc520/sc520_timer.c |   73 +++++++++++
>  5 files changed, 340 insertions(+), 277 deletions(-)
>  create mode 100644 cpu/i386/sc520/sc520_pci.c
>  create mode 100644 cpu/i386/sc520/sc520_ssi.c
>  create mode 100644 cpu/i386/sc520/sc520_timer.c

Applied to "next" branch.  Thanks.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When all else fails, read the instructions.


More information about the U-Boot mailing list