FUZIX.git
8 years agoMerge pull request #360 from beretta42/ioctl
EtchedPixels [Fri, 17 Jun 2016 16:31:15 +0000 (17:31 +0100)]
Merge pull request #360 from beretta42/ioctl

Add dw_transaction ioctl for Drivewire

8 years agodrivewire: conform to kernel.h's ioctl number format
Brett Gordon [Fri, 17 Jun 2016 12:51:24 +0000 (08:51 -0400)]
drivewire: conform to kernel.h's ioctl number format

8 years agolibc: replace malloc() with a classic K&R style malloc algorithm
Alan Cox [Fri, 17 Jun 2016 11:56:07 +0000 (12:56 +0100)]
libc: replace malloc() with a classic K&R style malloc algorithm

Shorter, simpler and neater. Hopefully correct (or it'll be fun debugging all the
app crashes ;-)). realloc would benefit from being smart about using the adjacent
buffers to grow rather than the dumb free/alloc approach.

Alan

8 years agosh: force char to be signed
Alan Cox [Fri, 17 Jun 2016 11:55:35 +0000 (12:55 +0100)]
sh: force char to be signed

8 years agoruncpm: typo
Alan Cox [Fri, 17 Jun 2016 11:55:18 +0000 (12:55 +0100)]
runcpm: typo

8 years agolibclean: another 3.6 fix
Alan Cox [Fri, 17 Jun 2016 11:41:52 +0000 (12:41 +0100)]
libclean: another 3.6 fix

8 years agolibc: some updates for SDCC 3.6
Alan Cox [Fri, 17 Jun 2016 11:32:13 +0000 (12:32 +0100)]
libc: some updates for SDCC 3.6

8 years agoioctl: add a drivewire range for Brett
Alan Cox [Fri, 17 Jun 2016 10:31:06 +0000 (11:31 +0100)]
ioctl: add a drivewire range for Brett

8 years agoadd drivewire.h to kernel includes
Brett Gordon [Thu, 16 Jun 2016 13:32:19 +0000 (09:32 -0400)]
add drivewire.h to kernel includes

8 years agoadd drivewire.h to kernel includes
Brett Gordon [Thu, 16 Jun 2016 13:29:18 +0000 (09:29 -0400)]
add drivewire.h to kernel includes

8 years agoruncpm: after last nights hacks it will now run ZORK
Alan Cox [Wed, 15 Jun 2016 14:37:25 +0000 (15:37 +0100)]
runcpm: after last nights hacks it will now run ZORK

8 years agolowlevel-z80: fix null handler
Alan Cox [Wed, 15 Jun 2016 14:35:47 +0000 (15:35 +0100)]
lowlevel-z80: fix null handler

8 years agofcc: add support for --valgrind
Alan Cox [Tue, 14 Jun 2016 23:49:57 +0000 (00:49 +0100)]
fcc: add support for --valgrind

While I'm debugging sdcc 3.6.0 crashes

8 years agocpm: move the emulator out and begin work on fixing it all
Alan Cox [Tue, 14 Jun 2016 23:49:24 +0000 (00:49 +0100)]
cpm: move the emulator out and begin work on fixing it all

8 years agodragon-nx32: add ioctl for dw_transaction
Brett Gordon [Sun, 12 Jun 2016 17:30:30 +0000 (13:30 -0400)]
dragon-nx32: add ioctl for dw_transaction

8 years agomulticomp09: add ioctl for dw_transaction
Brett Gordon [Sun, 12 Jun 2016 17:30:05 +0000 (13:30 -0400)]
multicomp09: add ioctl for dw_transaction

8 years agomulticomp09: dw_tranaction to support direct to userspace xfers
Brett Gordon [Sun, 12 Jun 2016 17:27:25 +0000 (13:27 -0400)]
multicomp09: dw_tranaction to support direct to userspace xfers

8 years agodragon-nx32: dw_transaction to support direct to userspace
Brett Gordon [Sun, 12 Jun 2016 17:25:45 +0000 (13:25 -0400)]
dragon-nx32: dw_transaction to support direct to userspace

8 years agomulticomp09: add direct to userspace dw_transaction
Brett Gordon [Sun, 12 Jun 2016 17:17:19 +0000 (13:17 -0400)]
multicomp09: add direct to userspace dw_transaction

8 years agodragon-nx32: direct to userspace dw_transaction
Brett Gordon [Sun, 12 Jun 2016 17:12:21 +0000 (13:12 -0400)]
dragon-nx32: direct to userspace dw_transaction

8 years agococo3: add ioctl for dw_transaction.
Brett Gordon [Fri, 3 Jun 2016 13:07:24 +0000 (09:07 -0400)]
coco3: add ioctl for dw_transaction.

8 years agococo3: add flag to dw_transaction optionally do user mode xfer
Brett Gordon [Fri, 3 Jun 2016 12:39:14 +0000 (08:39 -0400)]
coco3: add flag to dw_transaction optionally do user mode xfer

8 years agomicropack: build fix
Alan Cox [Mon, 6 Jun 2016 17:05:25 +0000 (18:05 +0100)]
micropack: build fix

8 years agocpp: ANSIfy so it passes fcc ok
Alan Cox [Mon, 6 Jun 2016 17:04:59 +0000 (18:04 +0100)]
cpp: ANSIfy so it passes fcc ok

8 years agoMerge pull request #357 from beretta42/master
EtchedPixels [Fri, 3 Jun 2016 11:20:41 +0000 (12:20 +0100)]
Merge pull request #357 from beretta42/master

coco3: 2M bug: don't scan(aka overwrite) kernel memory.

8 years agococo3: 2M bug: don't scan(aka overwrite) kernel memory.
Brett Gordon [Fri, 3 Jun 2016 10:52:54 +0000 (06:52 -0400)]
coco3: 2M bug: don't scan(aka overwrite) kernel memory.

8 years agodw: add Makefiles for Z80
Alan Cox [Thu, 2 Jun 2016 22:59:27 +0000 (23:59 +0100)]
dw: add Makefiles for Z80

8 years agodw: Fix sdcc build
Alan Cox [Thu, 2 Jun 2016 22:59:12 +0000 (23:59 +0100)]
dw: Fix sdcc build

8 years agolevee: Fix register i -> register int i as required by SDCC 3.6 rc 1
Alan Cox [Thu, 2 Jun 2016 22:58:30 +0000 (23:58 +0100)]
levee: Fix register i -> register int i as required by SDCC 3.6 rc 1

8 years agopilot: Add rpilot, an implementation of the pilot programming language
Alan Cox [Thu, 2 Jun 2016 22:56:23 +0000 (23:56 +0100)]
pilot: Add rpilot, an implementation of the pilot programming language

Taken from http://rpilot.sourceforge.net/pilot.html and cleaned up to fix
various non-ANSIisms, missing includes and other mess. Could still do with
more of a tidy up and space optimisations, but hey it fits, it's silly and
it's in keeping with the period.

8 years agoman: fix the formatting with indent
Alan Cox [Thu, 2 Jun 2016 21:56:43 +0000 (22:56 +0100)]
man: fix the formatting with indent

8 years agoman: Fix various build problems with sdcc
Alan Cox [Thu, 2 Jun 2016 21:56:20 +0000 (22:56 +0100)]
man: Fix various build problems with sdcc

8 years agoMakefile: add -f to avoid rm errors
Alan Cox [Thu, 2 Jun 2016 21:52:20 +0000 (22:52 +0100)]
Makefile: add -f to avoid rm errors

8 years agoadv14a/b: forgot these (wrong pattern when updating)
Alan Cox [Thu, 2 Jun 2016 21:31:19 +0000 (22:31 +0100)]
adv14a/b: forgot these (wrong pattern when updating)

8 years agoMakefile: lets have one!
Alan Cox [Thu, 2 Jun 2016 21:21:02 +0000 (22:21 +0100)]
Makefile: lets have one!

8 years agoMerge pull request #355 from beretta42/master
EtchedPixels [Thu, 2 Jun 2016 17:58:50 +0000 (18:58 +0100)]
Merge pull request #355 from beretta42/master

coco3: autodetect and use up to 2M of RAM

8 years agococo3: autodetect and use up to 2M of RAM
Brett Gordon [Thu, 2 Jun 2016 17:53:21 +0000 (13:53 -0400)]
coco3: autodetect and use up to 2M of RAM

8 years agoAdd MWC units.c to 6809 build
Tormod Volden [Wed, 1 Jun 2016 18:36:12 +0000 (20:36 +0200)]
Add MWC units.c to 6809 build

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoucp: Allow comments and be more quiet when reading from file
Tormod Volden [Wed, 1 Jun 2016 18:25:48 +0000 (20:25 +0200)]
ucp: Allow comments and be more quiet when reading from file

The output is less confusing without all the prompts printed.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoucp/fuzix_fs.h: Convert // comments to please compiler
Tormod Volden [Tue, 31 May 2016 19:06:24 +0000 (21:06 +0200)]
ucp/fuzix_fs.h: Convert // comments to please compiler

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoMerge branch 'master' of https://github.com/EtchedPixels/FUZIX
Alan Cox [Wed, 1 Jun 2016 20:20:30 +0000 (21:20 +0100)]
Merge branch 'master' of https://github.com/EtchedPixels/FUZIX

8 years agoadventures: Commit regenerated games with save/load and bug fixes
Alan Cox [Wed, 1 Jun 2016 17:27:00 +0000 (18:27 +0100)]
adventures: Commit regenerated games with save/load and bug fixes

8 years agoMerge pull request #354 from nealcrook/apps3
EtchedPixels [Wed, 1 Jun 2016 12:01:16 +0000 (13:01 +0100)]
Merge pull request #354 from nealcrook/apps3

Apps3 - a working man

8 years agoAdd qrun
Neal Andrew Crook [Tue, 31 May 2016 21:10:44 +0000 (22:10 +0100)]
Add qrun

8 years agoAdd all the built Application/V7/cmd and Application/util executables
Neal Andrew Crook [Tue, 31 May 2016 20:53:20 +0000 (21:53 +0100)]
Add all the built Application/V7/cmd and Application/util executables
to ucp-extras-script.txt
Some are duplicates - in which case they are commented out ("##") - which
causes an ignorable error because ucp doesn't have a comment command. Still,
it seems useful to list them as a segue to working out which version is
more useful and thereby making a conscious choice of one or t'other.

8 years agoMake termcap.c build (fix type mismatches with prototypes)
Neal Andrew Crook [Tue, 31 May 2016 20:04:05 +0000 (21:04 +0100)]
Make termcap.c build (fix type mismatches with prototypes)
Add to makefile and to ucp-extras-script.txt
Add tget and sed to ucp-extras-script.txt - already in the makefile.

8 years agoReplace man.c (which required a separate external nroff program) with another
Neal Andrew Crook [Tue, 31 May 2016 19:44:50 +0000 (20:44 +0100)]
Replace man.c (which required a separate external nroff program) with another
GPL'd version from the ELKS project that has a build-in nroff-alike formatter.
Tweaked it to build/run under (Linux and) FUZIX.
Add man.1 typo-fixed and revised for FUZIX.
Add manpage directory structure with ucp-extras-script.txt
Remove levee from ucp-extras-script.txt as it's already in ucp-script.txt.
Add .gitignore which I thought I'd already committed.

8 years agoApplications/games/Makefile.6809: Use non-stdio crt0 when possible
Tormod Volden [Tue, 31 May 2016 12:36:08 +0000 (14:36 +0200)]
Applications/games/Makefile.6809: Use non-stdio crt0 when possible

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agosyscalls.h: fix sockaddr warning
Alan Cox [Tue, 31 May 2016 11:48:02 +0000 (12:48 +0100)]
syscalls.h: fix sockaddr warning

8 years agosyscalls.h: pre-declare struct rlimit
Alan Cox [Tue, 31 May 2016 11:46:50 +0000 (12:46 +0100)]
syscalls.h: pre-declare struct rlimit

8 years agosyscall6502: fix silly warning
Alan Cox [Tue, 31 May 2016 11:45:53 +0000 (12:45 +0100)]
syscall6502: fix silly warning

8 years agoLibrary/include/poll.h: Add missing semicolon
Tormod Volden [Sun, 29 May 2016 15:03:33 +0000 (17:03 +0200)]
Library/include/poll.h: Add missing semicolon

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agovt.c: Fix off-by-one in clear to end of line escape sequence
Tormod Volden [Sun, 29 May 2016 11:41:31 +0000 (13:41 +0200)]
vt.c: Fix off-by-one in clear to end of line escape sequence

It wouldn't clear the last column on the screen.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoAllow return value passing from ioctl
Tormod Volden [Sun, 29 May 2016 09:34:31 +0000 (11:34 +0200)]
Allow return value passing from ioctl

Fixes lost values from vt_ioctl().

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoBuild: Add dragon-nx32 kernel build
Tormod Volden [Sat, 28 May 2016 16:10:34 +0000 (18:10 +0200)]
Build: Add dragon-nx32 kernel build

This also add a common kernel target for gcc/LWTOOLS that builds a DECB
binary.

Note that this build system doesn't provide text2 (and discard) segments
so it cannot produce working kernels yet. Still useful for compile tests
on travis.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoBuild: Sync lwlink wrapper with upstream development version
Tormod Volden [Sat, 28 May 2016 16:10:33 +0000 (18:10 +0200)]
Build: Sync lwlink wrapper with upstream development version

This adds the --oformat and --script options and fixes up the -Map option.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoutils: Link stdio-free apps with stdio-free crt0 on 6809
Tormod Volden [Sat, 28 May 2016 15:32:49 +0000 (17:32 +0200)]
utils: Link stdio-free apps with stdio-free crt0 on 6809

This also adds building of a few missing apps.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoApplications/*/Makefile.6809: Tidy up dependencies in rules
Tormod Volden [Sat, 28 May 2016 15:32:48 +0000 (17:32 +0200)]
Applications/*/Makefile.6809: Tidy up dependencies in rules

Avoid having all objects depend on all source files. Instead use
better defined static rules that contain the dependencies.

By using $^ in the APPS rules the CRT0 is included because
the APPS depend on it. Makes it easy to let e.g. APPSNS depend
on CRT0NS instead.

Also fix the size.report target so that it gets built only when
needed.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoLibrary: Add stdio-free crt0 for 6809
Tormod Volden [Sat, 28 May 2016 15:32:47 +0000 (17:32 +0200)]
Library: Add stdio-free crt0 for 6809

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agottydw.c: Fix single-byte reception on virtual channels
Tormod Volden [Mon, 23 May 2016 21:20:28 +0000 (23:20 +0200)]
ttydw.c: Fix single-byte reception on virtual channels

This off-by-one caused incoming single bytes from the virtual channels
to be written to the wrong tty, for example when entering an empty line
in a shell.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoMerge pull request #351 from davidgiven/fforth
EtchedPixels [Sat, 28 May 2016 10:21:51 +0000 (11:21 +0100)]
Merge pull request #351 from davidgiven/fforth

Don't hardcode the cell size when calculating offsets into the interpreter table.

8 years agoDon't hardcode the cell size when calculating offsets into the interpreter
David Given [Sat, 28 May 2016 10:17:14 +0000 (12:17 +0200)]
Don't hardcode the cell size when calculating offsets into the interpreter
table.

8 years agoMerge pull request #350 from beretta42/master
EtchedPixels [Fri, 27 May 2016 08:10:30 +0000 (09:10 +0100)]
Merge pull request #350 from beretta42/master

coco3: add rawmode=1 support

8 years agococo3: make sdc driver handle rawmode=1.
Brett Gordon [Tue, 17 May 2016 20:17:16 +0000 (16:17 -0400)]
coco3: make sdc driver handle rawmode=1.

8 years agococo3: make drivewire.s support rawmode=1.
Brett Gordon [Tue, 17 May 2016 16:40:17 +0000 (12:40 -0400)]
coco3: make drivewire.s support rawmode=1.

8 years agococo3: remove CONFIG_LEGACY_EXEC
Brett Gordon [Tue, 17 May 2016 16:39:49 +0000 (12:39 -0400)]
coco3: remove CONFIG_LEGACY_EXEC

8 years agoMerge pull request #349 from beretta42/master
EtchedPixels [Thu, 26 May 2016 15:19:12 +0000 (16:19 +0100)]
Merge pull request #349 from beretta42/master

coco3: fix scroll_down().

8 years agococo3: fix scroll_down().
Brett Gordon [Wed, 25 May 2016 13:19:42 +0000 (09:19 -0400)]
coco3: fix scroll_down().

8 years agoMerge pull request #348 from nealcrook/apps
EtchedPixels [Tue, 24 May 2016 23:34:22 +0000 (00:34 +0100)]
Merge pull request #348 from nealcrook/apps

Add termcap and curses to 6809 libraries; fix compilation fails

8 years agoBring 6809 library stuff in sync with z80.. in particular by adding
Neal Andrew Crook [Tue, 24 May 2016 21:59:02 +0000 (22:59 +0100)]
Bring 6809 library stuff in sync with z80.. in particular by adding
termcap.c and the lib/curses files. Tweaked line-breaks in makefile
to make it easier to diff against z80 version.

8 years agoDefine NAME_MAX to be the same as MAXNAMLEN
Neal Andrew Crook [Tue, 24 May 2016 21:57:03 +0000 (22:57 +0100)]
Define NAME_MAX to be the same as MAXNAMLEN
Allegedly: MAXNAMLEN is the BSD name for what POSIX calls NAME_MAX

8 years agoMerge branch 'master' of https://github.com/EtchedPixels/FUZIX
Alan Cox [Sun, 22 May 2016 19:09:39 +0000 (20:09 +0100)]
Merge branch 'master' of https://github.com/EtchedPixels/FUZIX

8 years agoMerge pull request #347 from nealcrook/janitorial
EtchedPixels [Sun, 22 May 2016 19:08:11 +0000 (20:08 +0100)]
Merge pull request #347 from nealcrook/janitorial

Janitorial

8 years agoBuild: Use -Map= syntax in targetgcc.rules.mk
Tormod Volden [Sat, 21 May 2016 21:36:56 +0000 (23:36 +0200)]
Build: Use -Map= syntax in targetgcc.rules.mk

Both -Map file and -Map=file work, but the latter is the one used
in GNU documentation and that the LWTOOLS wrapper supports.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoLibrary/build.mk: Add initgroups.c
Tormod Volden [Sat, 21 May 2016 21:36:55 +0000 (23:36 +0200)]
Library/build.mk: Add initgroups.c

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoAdd tool for checking lwlink map files
Tormod Volden [Sat, 21 May 2016 21:36:54 +0000 (23:36 +0200)]
Add tool for checking lwlink map files

Lists empty holes and overlaps in map files generated
by lwlink (from LWTOOLS).

Kernel/tools/lw-checkmap Kernel/fuzix.map

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agodragon-nx32: Always include local devfd.h in devfd.c and devtty.c
Tormod Volden [Sat, 21 May 2016 21:36:53 +0000 (23:36 +0200)]
dragon-nx32: Always include local devfd.h in devfd.c and devtty.c

This makes sure also the Build/* makefiles do the right thing.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agodragon-nx32: Avoid variable shadowing in devfd.c
Tormod Volden [Sat, 21 May 2016 21:36:52 +0000 (23:36 +0200)]
dragon-nx32: Avoid variable shadowing in devfd.c

If we jump to "bad" we can report the error code and
not an undefined value (which gives gcc warning).

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agodragon-nx32: Incorporate drivewire tty
Tony Jewell [Sat, 21 May 2016 21:17:19 +0000 (23:17 +0200)]
dragon-nx32: Incorporate drivewire tty

8 years agodragon-nx32: Copy ttydw from coco3
Tony Jewell [Sat, 21 May 2016 21:17:18 +0000 (23:17 +0200)]
dragon-nx32: Copy ttydw from coco3

8 years agodragon-nx32: Copy dw_transaction() from coco3
Tony Jewell [Sat, 21 May 2016 21:17:17 +0000 (23:17 +0200)]
dragon-nx32: Copy dw_transaction() from coco3

8 years agooops, commit working version.
Neal Andrew Crook [Sun, 22 May 2016 18:50:27 +0000 (19:50 +0100)]
oops, commit working version.

8 years agoAdd multicomp09 to list of platforms.
Neal Andrew Crook [Sun, 22 May 2016 18:27:55 +0000 (19:27 +0100)]
Add multicomp09 to list of platforms.

8 years agoremove editor back-up files.
Neal Andrew Crook [Sun, 22 May 2016 18:26:56 +0000 (19:26 +0100)]
remove editor back-up files.

8 years ago.gitignore files for the Library tree
Neal Andrew Crook [Sun, 22 May 2016 18:25:46 +0000 (19:25 +0100)]
.gitignore files for the Library tree

8 years agoFix for ISSUE 344: migrate DEVICE_xx to CONFIG_xx, change DRIVE_COUNT
Neal Andrew Crook [Sat, 21 May 2016 15:06:33 +0000 (16:06 +0100)]
Fix for ISSUE 344: migrate DEVICE_xx to CONFIG_xx, change DRIVE_COUNT
to IDE_DRIVE_COUNT (for consistency with SD_DRIVE_COUNT), rename
CONFIG_SDC to CONFIG_COCOSDC.

8 years agotidy up CONFIGs in multicomp09
Neal Andrew Crook [Fri, 20 May 2016 20:56:55 +0000 (21:56 +0100)]
tidy up CONFIGs in multicomp09

8 years agoDelete auto-generated Library/libs/fuzix/Makefile. Add .gitignore files
Neal Andrew Crook [Fri, 20 May 2016 20:55:16 +0000 (21:55 +0100)]
Delete auto-generated Library/libs/fuzix/Makefile. Add .gitignore files
for application directories. Fix a few comment typos.

8 years agoLibrary: Add missing setjmp prototype for 6809
Tormod Volden [Thu, 19 May 2016 22:10:44 +0000 (00:10 +0200)]
Library: Add missing setjmp prototype for 6809

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agodragon-nx32: Move some crt0 parts to discard
Tormod Volden [Thu, 19 May 2016 21:19:16 +0000 (23:19 +0200)]
dragon-nx32: Move some crt0 parts to discard

Also move init_early() and init_hardware() to discard

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agodragon-nx32: Zero out udata block instead of loading it
Tormod Volden [Thu, 19 May 2016 21:19:15 +0000 (23:19 +0200)]
dragon-nx32: Zero out udata block instead of loading it

Especially handy if the bootloader occupies the area where
the udata block will reside.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agodragon-nx32: Fill some memory layout holes
Tormod Volden [Thu, 19 May 2016 21:19:14 +0000 (23:19 +0200)]
dragon-nx32: Fill some memory layout holes

We had 256 bytes unused for user space after we dropped the
interrupt stack stashing. And 768 bytes unused for the kernel
since there is no stashing on the kernel map.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agodragon-nx32: Move vector segment last in kernel object file
Tormod Volden [Thu, 19 May 2016 21:19:13 +0000 (23:19 +0200)]
dragon-nx32: Move vector segment last in kernel object file

This means it will be loaded last and any failure during
bootloading may be less fatal.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
8 years agoMerge pull request #345 from nealcrook/introducing_multicomp09
EtchedPixels [Thu, 19 May 2016 20:02:23 +0000 (21:02 +0100)]
Merge pull request #345 from nealcrook/introducing_multicomp09

Introducing multicomp09

8 years agoprune away a bit more dead code.
Neal Andrew Crook [Thu, 19 May 2016 18:51:55 +0000 (19:51 +0100)]
prune away a bit more dead code.

8 years agoTidy up SD driver - delete dead code and change names to make it look more
Neal Andrew Crook [Thu, 19 May 2016 18:44:11 +0000 (19:44 +0100)]
Tidy up SD driver - delete dead code and change names to make it look more
like the common one.

8 years agoRejig CONFIG_MBR_OFFSET behaviour. It now defines a fall-back location for
Neal Andrew Crook [Thu, 19 May 2016 18:32:48 +0000 (19:32 +0100)]
Rejig CONFIG_MBR_OFFSET behaviour. It now defines a fall-back location for
the MBR. Location 0 is always checked first, and a valid MBR found there will
be used in preference.

8 years agodocument fixup needed in order to build library.
Neal Andrew Crook [Wed, 18 May 2016 19:55:10 +0000 (20:55 +0100)]
document fixup needed in order to build library.

8 years agoIntroduce new 6809 platform, multicomp09.
Neal Andrew Crook [Wed, 18 May 2016 19:43:00 +0000 (20:43 +0100)]
Introduce new 6809 platform, multicomp09.

8 years agoMWC: Add expr and find to Makefile.6809
Tormod Volden [Mon, 16 May 2016 20:27:07 +0000 (22:27 +0200)]
MWC: Add expr and find to Makefile.6809

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>