Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-06 | misc: Appease clang static analyzer | Andreas Hansson | |
A few minor fixes to issues identified by the clang static analyzer. | |||
2015-07-03 | base: remove fd from object loaders | Curtis Dunham | |
All the object loaders directly examine the (already completely loaded by object_file.cc) memory image. There is no current motivation to keep the fd around. | |||
2014-10-29 | arm: Fix multi-system AArch64 boot w/caches. | Ali Saidi | |
Automatically extract cpu release address from DTB file. Check SCTLR_EL1 to verify all caches are enabled. | |||
2013-02-15 | loader: add a flattened device tree blob (dtb) object | Anthony Gutierrez | |
this adds a dtb_object so the loader can load in the dtb file for linux/android ARM kernels. |