Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56351 )
Change subject: lib/thread: Make thread_run not block the current state ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
Yeah, I've been wondering about this too. It's probably a good idea. […]
Sounds like a good idea.
File src/lib/thread.c:
https://review.coreboot.org/c/coreboot/+/56351/comment/9bb2324d_30a993fc PS1, Line 325: printk(BIOS_ERR, "thread_run() No more threads!\n");
This is a bit off-topic for this patch, but I'm wondering if the better answer here would be to wait […]
I agree that waiting is a better approach. I'll shoot out a CL.