Commit Graph

8 Commits

Author SHA1 Message Date
Travis Geiselbrecht
d9b7d070c9 [top] add header declaration for lk_boot_args
Update users of the boot args array to use the header.
2024-02-11 00:38:09 -08:00
Travis Geiselbrecht
8a8debbe3d [warning] fix a few warnings that pop up with gcc 10.2 2020-07-26 23:42:02 -07:00
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
1b7a28efb8 [include][lk] fixup lk/ include path move 2019-06-19 19:46:11 -07:00
Travis Geiselbrecht
3b2d7a268b [make] remove the need for a module to manually add $(LOCAL_DIR)/include to the global include path
Pretty much every module in the system was already doing it, so do it
automatically.
2015-10-19 19:07:16 -07:00
Travis Geiselbrecht
436b2cd072 [lib][bootargs] update the bootimage format to pass an additional string 2015-03-03 14:29:31 -08:00
Travis Geiselbrecht
a34a023fe2 [lib][bootargs] initial stab at a lk specific boot argument passing scheme
Similar to linux's ATAGS scheme. Pass a pointer to an array of structures
with different tags for different pieces of data to squirrel away.
2014-12-11 19:58:45 -08:00