commit | ca68d778d65ae599de4c844336b4093692234bf4 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Feb 27 22:58:02 2016 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Mar 17 10:27:22 2016 +0800 |
tree | 0050b917988469de7e701bacdcb6c2742070b128 | |
parent | ef47ed13ad21ab0934559b3ccdedfa6f113161d0 [diff] |
x86: Support writing configuration tables in high area For those secondary bootloaders like SeaBIOS who want to live in the F segment, which conflicts the configuration table address, now we allow write_tables() to write the configuration tables in high area (malloc'ed memory). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>