Jacob Garber 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 6:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34355/3/src/northbridge/via/vx900/m... File src/northbridge/via/vx900/memmap.c:
https://review.coreboot.org/c/coreboot/+/34355/3/src/northbridge/via/vx900/m... PS3, Line 83: assert(size_mb != 0);
Ah, true.
Done
https://review.coreboot.org/c/coreboot/+/34355/5/src/northbridge/via/vx900/m... File src/northbridge/via/vx900/memmap.c:
https://review.coreboot.org/c/coreboot/+/34355/5/src/northbridge/via/vx900/m... PS5, Line 20: #include <assert.h>
Can drop this now
Done