commit | 322ec3ea9f73ecac8f8fa747e2df2fd1a85c5fbe | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed May 11 07:44:59 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 2a8f7906144a677809b2613b5093c98d68e59f49 | |
parent | e31a79a66b05bded0616b32c0fa6a5b81e88b149 [diff] |
x86: Prepare configuration tables in dedicated high memory region Currently when CONFIG_SEABIOS is on, U-Boot allocates configuration tables via normal malloc(). To simplify, use a dedicated memory region which is reserved on the stack before relocation for this purpose. Add functions for reserve and malloc. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>