Searched hist:"31 a2cf1ca4968dcaf78aef222b6683fea4f2c72d" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | fs_loader.h | diff 31a2cf1ca4968dcaf78aef222b6683fea4f2c72d Mon Dec 10 07:29:44 CST 2018 Tien Fong Chee <tien.fong.chee@intel.com> misc: fs_loader: Switching private data allocation to DM auto allocation
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>
|
/openbmc/u-boot/doc/driver-model/ |
H A D | fs_firmware_loader.txt | diff 31a2cf1ca4968dcaf78aef222b6683fea4f2c72d Mon Dec 10 07:29:44 CST 2018 Tien Fong Chee <tien.fong.chee@intel.com> misc: fs_loader: Switching private data allocation to DM auto allocation
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>
|
/openbmc/u-boot/drivers/misc/ |
H A D | fs_loader.c | diff 31a2cf1ca4968dcaf78aef222b6683fea4f2c72d Mon Dec 10 07:29:44 CST 2018 Tien Fong Chee <tien.fong.chee@intel.com> misc: fs_loader: Switching private data allocation to DM auto allocation
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>
|