]> git.ozlabs.org Git - petitboot/commit
discover/boot: Download resources in parallel
authorJeremy Kerr <jk@ozlabs.org>
Thu, 26 Sep 2013 05:51:10 +0000 (13:51 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 26 Sep 2013 07:13:20 +0000 (15:13 +0800)
commita7c41a2339e0ed4bfd0954c2238eca8bc866a66c
tree14cb86519b2ad683b33a1cad6064a9b97064a90f
parent227620704107a19c03824ae146249fff4a939839
discover/boot: Download resources in parallel

Now that we can download asynchronously, we can download boot resources
in parallel. This also means we don't need a state machine; we're either
not done (loads are still pending) or done.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/boot.c