]> xenbits.xensource.com Git - seabios.git/commit
pciinit: Track region alignment explicitly.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 1 Apr 2012 16:30:32 +0000 (12:30 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 27 Apr 2012 01:52:30 +0000 (21:52 -0400)
commit3d1bc9d8b1013959a05ff085b281f17750f9c886
treea0b50ae2a676b2c95e948687b6f8464fb676cfc3
parent5fa24b56125273b2234583956d98fb4aa8bdf9b4
pciinit: Track region alignment explicitly.

Don't round up bridge regions to the next highest size - instead track
alignment explicitly.  This should improve the memory layout for
bridge regions.

Also, unused bridge regions will no longer be allocated any space.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/pciinit.c