
Dear Graeme Russ,
In message 49A3C888.5010509@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