Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Paul Menzel, Paul Fagerburg, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43512
to look at the new patch set (#3).
Change subject: lib/bootmem.c: Improve bootmem_allocate_buffer algorithm ......................................................................
lib/bootmem.c: Improve bootmem_allocate_buffer algorithm
Since regions in bootmem are sorted by increasing base address, we may bail out of the search loop as soon as the region_base is bigger than the max address allowed.
Signed-off-by: Jan Dabros jsd@semihalf.com Change-Id: I44b44bf9618fd0615103cbf74271235d61d49473 --- M src/lib/bootmem.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/43512/3