commit | 010af86d19be8995105f08add2765037ce276308 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:54 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | e8dd80ff84ec9f15181e373efacdb35999d793f6 | |
parent | c897907919517a8e8c0bed7f5123c9a8957e2b01 [diff] |
x86: Add support for 64-bit relocation Add a 64-bit relocation function. SPL loads U-Boot into RAM at a fixed address and runs it. U-Boot then relocates itself to the top of RAM using this relocation function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>