commit | 644a76742c85ae8bbdd9fcd00d06b7099015d593 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed May 11 07:45:02 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 0efd76439c6a932d1163d717ce0c4dce6cdee416 | |
parent | d19c90747d8975a523489f863984c521ae72ce39 [diff] |
x86: Use high_table_malloc() for tables passing to SeaBIOS Now that we already reserved high memory for configuration tables, call high_table_malloc() to allocate tables from the region. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>