commit | ed8b2fb836e4e055bf0ac909d67364308e0199a6 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Jan 20 11:47:43 2014 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Jan 29 12:57:01 2014 -0500 |
tree | 7612fce46916bc57c8d698d8405fe3d7f5d5e372 | |
parent | 386a81ee2c8487ee414652a540b820b87c6b6351 [diff] |
Increase maximum size of permanent high memory area. Some XHCI controllers can request a significant chunk of reserved memory for scratch pad buffers. (At least one controller Intel Haswell based controller has been seen to request 64KiB.) Unused memory is returned after POST completes, so it should be okay to increase the maximum permanent high memory zone from 64K to 256K. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>