amstradnc: update to match core changes
authorAlan Cox <alan@linux.intel.com>
Sat, 29 Sep 2018 15:22:09 +0000 (16:22 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 29 Sep 2018 15:22:09 +0000 (16:22 +0100)
Kernel/platform-amstradnc/README.md
Kernel/platform-amstradnc/nc100/Makefile
Kernel/platform-amstradnc/nc200/Makefile

index 6d25d1d..17313eb 100644 (file)
@@ -132,4 +132,11 @@ The NC200 differs from the NC100 in various ways we care about
 - pick codes for the arrow keys
 - NMI/resume
 - this platform would really benefit from vfork 
-
+- floppy control/formatting
+- serial format bits
+- rts/cts
+- dynamic buffer cache
+- suspend/resume
+- clean up and debug nc100 startup a bit
+- full rtc support
+- bigger font on nc200
index 67dc37e..5f8fceb 100644 (file)
@@ -9,8 +9,6 @@ COBJS = $(CSRCS:.c=.rel)
 AOBJS = $(ASRCS:.s=.rel)
 OBJS  = $(COBJS) $(AOBJS)
 
-JUNK = $(CSRCS:.c=.lst) $(CSRCS:.c=.asm) $(CSRCS:.c=.sym) $(ASRCS:.s=.lst) $(ASRCS:.s=.sym) $(CSRCS:.c=.rst) $(ASRCS:.s=.rst)
-
 all:   $(OBJS)
 
 $(COBJS): %.rel: %.c
@@ -20,7 +18,7 @@ $(AOBJS): %.rel: %.s
        $(CROSS_AS) $(ASOPTS) $<
 
 clean:
-       rm -f $(OBJS) $(JUNK)  core *~ 
+       rm -f $(OBJS) *.lst *.asm *.sym *.rst *.lk  core *~ 
 
 bootblock.img: ../bootblock.s
        sdasz80 -fflopzws bootblock.rel ../bootblock.s
index a072572..2d6b79e 100644 (file)
@@ -19,15 +19,6 @@ COBJS = $(CSRCS:.c=.rel)
 AOBJS = $(ASRCS:.s=.rel)
 OBJS  = $(COBJS) $(AOBJS)
 
-JUNK = \
-       $(CSRCS:.c=.lst) \
-       $(CSRCS:.c=.asm) \
-       $(CSRCS:.c=.sym) \
-       $(ASRCS:.s=.lst) \
-       $(ASRCS:.s=.sym) \
-       $(CSRCS:.c=.rst) \
-       $(ASRCS:.s=.rst)
-
 all: $(OBJS)
 
 $(COBJS): %.rel: %.c
@@ -37,7 +28,7 @@ $(AOBJS): %.rel: %.s
        $(CROSS_AS) $(ASOPTS) -o $@ $<
 
 clean:
-       rm -f $(OBJS) $(JUNK) core *~ 
+       rm -f $(OBJS) *.lst *.asm *.sym *.rst *.lk  core *~ 
        rm -f floppyskeleton.img autoprg.bin bootfloppy.img
 
 bootblock.img: ../bootblock.s