Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34355 )
Change subject: nb/via/vx900: Ensure framebuffer size is within limits ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34355/2/src/northbridge/via/vx900/m... File src/northbridge/via/vx900/memmap.c:
https://review.coreboot.org/c/coreboot/+/34355/2/src/northbridge/via/vx900/m... PS2, Line 89: size_mb = (1U << fb_pow);
fb_pow is bounded by the number of bits in size_mb, so it can only be up to 31 (which then can't cau […]
Ack