Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the tht firmware isnt technically a firmware, its a series of commands | 2007-04-19 | 1 | -1/+5 | |
| | | | | | | | | | interleaved with data, which is copied directly into the task fifo of a tht controller. the commands and data are all 32bit words, and they all have to be little endian. this byteswaps the host ordered values in microcode.h into little endian values for the controller to eat. you can now build the firmware correctly on big endian archs. | ||||
* | add bits to turn microcode.h into an actual blob. needs endian fixes yet. | 2007-04-19 | 1 | -0/+49 | |