| Rev |
Log message |
Author |
Age |
Path |
| 26 |
Modified to be able to handle different load from virtual addresses. This
enables the bootloader capability. |
dgisselq |
3487d 01h |
/ |
| 25 |
Converted timer B to be a non-reloadable watchdog timer. |
dgisselq |
3487d 01h |
/ |
| 24 |
Made the ziptimer autoreload feature a parameter (dis)abled option. |
dgisselq |
3487d 01h |
/ |
| 23 |
Fixed a bug which caused every instruction to be loaded/prefetched twice. |
dgisselq |
3487d 01h |
/ |
| 22 |
Initial version of the ZipOS operating system construct(s). |
dgisselq |
3491d 00h |
/ |
| 21 |
Adds two device drivers: one for the SPI display, and another for the pseudo
device that simulates the Real-Time Clock. |
dgisselq |
3491d 00h |
/ |
| 20 |
This linker description file acknowledges a .fixdata section which can be
used for debug data upon startup. This allows a startup function to write
all registers out, without destroying them or modifying them on the way. |
dgisselq |
3491d 00h |
/ |
| 19 |
Addition of dumpuart.cpp to dump the UART transactions to a FILE (method of
debugging the board). FLASHDRVR and ZIPLOAD were also updated to handle
loading ELF files where the code is longer than a single block. |
dgisselq |
3491d 00h |
/ |
| 18 |
Added a picture of the device pinouts to the specification. |
dgisselq |
3491d 00h |
/ |
| 17 |
Modifications necessary to find some bugs, and to load the flash with an ELF
file. |
dgisselq |
3491d 01h |
/ |
| 16 |
Bug fix. This release fixes several bugs associated with transitioning from
user mode to supervisor mode while running from flash memory. This also
rewires TIMER-B into a watch-dog timer, and adjusts the LED's to be an
indicator of interrupts and whether or not the CPU has stalled or not as well. |
dgisselq |
3491d 01h |
/ |
| 15 |
Adds a new program and a new device: doorbell2 and the PmodCLS display. This
also includes a real-time clock simulator--since we couldn't fit it on the
board. |
dgisselq |
3496d 18h |
/ |
| 14 |
Modified the loader so that it will load even if there are RAM variables
in the load, just as long as they aren't anything but zero. (The startup code,
however, doesn't clear memory to match--so be sure to initialize all variables.) |
dgisselq |
3496d 18h |
/ |
| 13 |
Fixed a nasty parameter problem between toplevel and txuart. The UART
transmitter now both works (again), and properly generates the required
interrupts. This also finishes the fixes to the alternate toplevel file,
alttop.v, that should've been fixed in the last release. |
dgisselq |
3496d 18h |
/ |
| 12 |
The UART and PWM audio now work. This includes the changes to make that
happen, as well as the source code for some UART and PWM demo programs. |
dgisselq |
3497d 16h |
/ |
| 11 |
Runs on hardware now! Added proper pinouts, pipelined wishbone command
interface sufficient for loading the flash, a loader to load the flash,
and verified that they work. |
dgisselq |
3498d 14h |
/ |
| 10 |
Added the capability to run ELF files natively, fully processing the ELF format. |
dgisselq |
3498d 14h |
/ |
| 9 |
Added pinout diagrams, based upon a (hopefully) final UCF file. |
dgisselq |
3498d 14h |
/ |
| 8 |
First pseudo-running version. The alternate configuration (not the main one)
has been initially tested. wbregs works for reading/writing registers,
so it is now possible to test the peripherals. |
dgisselq |
3503d 14h |
/ |
| 7 |
Created/added an initial specification. Updated/corrected several copywrite
notices. |
dgisselq |
3504d 05h |
/ |