arm-ariel: add support for Dell Wyse 3020 machine

This adds support for using CForth on the MMP3-based Ariel board, as
used in Dell Wyse 3020. It starts up on the small core and loads OFW
in a manner equivalent to what is done on OLPC CL4.

Among the differencies from CL4 are: diffrent DRAM, generally less
hardware hooked to GPIOs (no special keys, etc.), different EC,
and different display controller. The only UART that's routed to actual
connector on board is UART3 on pins 51 and 52.

The machine originally comes with proprietary "WLoader" firmware.
Running Open Firmware on it would make it suck considerably less.
11 files changed
tree: 74b74296df4e2024f3787203db40144ba965abbd
  1. build/
  2. src/
  3. .gitattributes
  4. .gitignore
  5. LICENSE
  6. README
  7. README.md
README.md

cforth

This is Mitch Bradley's CForth implementation.

This version was derived from the version at One Laptop Per Child, then it was improved as follows:

a) Host version now has line editing b) Host version catches exceptions c) key and key? implemented property in host versions for Linux and Windows d) Makefile fragments factored better, and use pattern rules extensively e) Makefiles in build directories simplified