Attention is currently required from: Aaron Durbin, Martin Roth, Furquan Shaikh, Marshall Dawson, Julius Werner, Eric Peers.
Hello build bot (Jenkins), Aaron Durbin, Furquan Shaikh, Marshall Dawson, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56048
to look at the new patch set (#4).
Change subject: lib/future: Implement Futures API
......................................................................
lib/future: Implement Futures API
This is implemented in coreboot instead of commonlib because commonlib
doesn't have things like printk, die and stopwatch.
A later CL will add calls to poll_futures to hardwaremain.c.
BUG=b:177909625
TEST=boot guybrush and see payload read/decompress time drop 23ms.
Signed-off-by: Raul E Rangel rrangel@chromium.org
Change-Id: I350aebcd07024a00b90495bf937f8bca5193d02f
---
M src/lib/Kconfig
M src/lib/Makefile.inc
A src/lib/future.c
3 files changed, 142 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/56048/4
--
To view, visit
https://review.coreboot.org/c/coreboot/+/56048
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I350aebcd07024a00b90495bf937f8bca5193d02f
Gerrit-Change-Number: 56048
Gerrit-PatchSet: 4
Gerrit-Owner: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: Aaron Durbin
adurbin@gmail.com
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Eric Peers
epeers@google.com
Gerrit-CC: Martin Roth
martinroth@google.com
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Aaron Durbin
adurbin@gmail.com
Gerrit-Attention: Martin Roth
martinroth@google.com
Gerrit-Attention: Furquan Shaikh
furquan@google.com
Gerrit-Attention: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Attention: Julius Werner
jwerner@chromium.org
Gerrit-Attention: Eric Peers
epeers@google.com
Gerrit-MessageType: newpatchset