Home
last modified time | relevance | path

Searched hist:"8 efae021" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/api/
H A Dapi_storage.c8efae021 Tue Dec 18 12:03:49 CST 2018 Cristian Ciocaltea <cristian.ciocaltea@gmail.com> api: storage: Fix enumeration of storage devices

dev_stor_get() is not able to find the next available device in the current
storage group when the previous enumerated device belongs to a different
group or class (e.g. network).

The root cause is the device group iterator not being reset after an
unsuccessful search for the last returned device so that the following
search for the next available device will start from beginning.

The issue has been identified by loading and booting GRUB in a QEMU
vexpress-a9 environment.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@iquestgroup.com>