16 Commits

Author SHA1 Message Date
Travis Geiselbrecht
cba9e47987 [license] replace the longer full MIT license with a shorter one
Used scripts/replacelic. Everything seems to build fine.
2019-07-05 17:22:23 -07:00
Travis Geiselbrecht
d8fa82cb91 [formatting] run everything through codestyle
Almost nothing changes here except moving braces to the same line as the
function declaration. Everything else is largely whitespace changes and
a few dangling files with tab indents.

See scripts/codestyle
2019-06-19 21:02:24 -07:00
Travis Geiselbrecht
d569c090ea [vim] remove vim expandtab comments on most of the files 2016-02-14 12:32:07 -08:00
Travis Geiselbrecht
2eb32a4369 [style] mass reformat all the non external code to 4 space indents
Ran everything through scripts/codestyle.space, which uses astyle
to generally follow K&R style.

Biggest non whitespace change is pulling brackets down on function
declarations, which I'm pretty ambivalent about, but astyle insists
on taking a stance
2016-02-14 12:24:01 -08:00
Travis Geiselbrecht
9d1cadbd97 [tools][lkboot] fork/exec the zynq-dcc utility for transferring over jtag
The zynq-dcc utility will use a shared memory buffer to transfer bulk
data over a jtag interface.

Change-Id: I3e5d154abbcf9073f46feda9e7887dc1c28d432a
2015-04-27 16:34:02 -07:00
Travis Geiselbrecht
814466de4d [tools] trim metadata and endian swap fpga images in tools
For both mkimage and lkboot, make sure the fpga bitfile is trimmed
(everything prior to the 8 byte sync pattern removed) and 4 byte endian
swapped prior to putting on device.
2014-12-11 20:01:11 -08:00
Travis Geiselbrecht
2a7913e43e [app][lkboot] add code to create/remove additional partitions, try to boot bootimages if passed 2014-11-21 15:50:18 -08:00
Travis Geiselbrecht
108cb3b5bd [tools][lkboot] dns lookup the host address on the command line 2014-09-16 17:22:34 -07:00
Brian Swetland
e713ef82ee [tools][lkboot] allow lkboot <host> :command to send 'raw' commands 2014-09-03 11:48:45 -07:00
Travis Geiselbrecht
c200e71234 [tools][lkboot] add 'reboot' to the usage output 2014-08-11 16:24:57 -07:00
Brian Swetland
701f2a1ab4 [tools][lkboot] split commandline tool and protocol code 2014-08-08 15:38:13 -07:00
Brian Swetland
d40ba5bd8c [tools][lkboot] fix getsysparam 2014-08-08 15:19:35 -07:00
Brian Swetland
312e5e146a [lkboot] reboot support 2014-08-06 16:09:55 -07:00
Travis Geiselbrecht
d3419db6f0 [warnings] knock out a few warnings and add a few vim tags 2014-08-06 15:03:32 -07:00
Brian Swetland
b8bd9b9edb [lkboot] add "getsysparam", support data return from server 2014-08-06 10:34:09 -07:00
Brian Swetland
56fd697e2f [tools][lkboot] commandline tool to talk to lkboot server 2014-08-05 18:19:57 -07:00