You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08: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>