[coreboot-gerrit] Change in coreboot[master]: lib/boot_device: Add API for getting boot device information

Furquan Shaikh (Code Review) gerrit at coreboot.org
Tue May 16 10:17:01 CEST 2017


Hello build bot (Jenkins),

I'd like you to reexamine a change.  Please visit

    https://review.coreboot.org/19701

to look at the new patch set (#2).

Change subject: lib/boot_device: Add API for getting boot device information
......................................................................

lib/boot_device: Add API for getting boot device information

Add API boot_device_get_info that can be provided by boot device
implementations to return any information that can be useful for the
caller. Return value is void *, so each implementation can return a
pointer to any data structure that is required. By default, NULL is
returned by weak implementation indicating that no information is
available for use by the caller.

BUG=b:38330715

Change-Id: Ia35fc275a2aacf1cf8a3080d5f0da5dc19284206
Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
M src/include/boot_device.h
M src/lib/boot_device.c
2 files changed, 24 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/19701/2
-- 
To view, visit https://review.coreboot.org/19701
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia35fc275a2aacf1cf8a3080d5f0da5dc19284206
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list