Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | misc: fs_loader: Switching private data allocation to DM auto allocation | Tien Fong Chee | |
Switching private data manual allocation to driver model auto allocation so users no longer need to deallocate themself because this would be deallocated by driver model when the device is no longer required. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2018-09-28 | doc: Add new doc for file system firmware loader driver model | Tien Fong Chee | |
Provide information about - overview of file system firmware loader driver model - describe storage device and partition in device tree source - describe fie system firmware loader API Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> |