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
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
f963a62468
[tools] remove the CDECL stuff from tools/ since they can't safely include compiler.h
...
Change-Id: I304d64e9957c0c264d5031f0ffc77e6995417bf4
2015-06-29 17:28:04 -07:00
Brian Swetland
bf178448c5
[build] __BEGIN/__END_CDECLS around many headers
2015-06-26 13:39:37 -07:00
Travis Geiselbrecht
f8f2d851f0
[lib][bootimage] first stab at device side bootimage processing
...
Add lib/bootimage to parse in memory copies of bootimages
Add a few command line arguments to mkimage
2014-11-21 15:50:18 -08:00
Brian Swetland
820bbfce0f
[tools][mkimage] boot image creator and header
2014-09-26 12:54:48 -07:00