mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
Currently SBL library has GetDeviceAddr() to get the device address based on device type and instance. This patch adds SetDeviceAddr() to update a given device type and address so that platform could update the device table dynamically. Signed-off-by: Guo Dong <guo.dong@intel.com>