commit | df5a5fddf694a2fce40d57427c3c105b307622f7 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Jul 28 20:46:03 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Jul 28 20:46:03 2009 -0400 |
tree | f86ca8f0724d705d509f006b3ca4d9996be742c4 | |
parent | e54ee3800df72c2742f486abf437e75c2b56182c [diff] |
Fix coreboot bios table copying by delaying to after memory scan. Delay coreboot bios table scan after memory scan and malloc setup is complete. Also, fix sign underflow in malloc memory available check. Add check to ensure high bios area is big enough for zone. Add more debug info to malloc setup/finalize.