
17 Jan
2017
17 Jan
'17
3:58 a.m.
On Tue, Jan 17, 2017 at 10:33 AM, Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass sjg@chromium.org wrote:
Move the core relocation code into a separate function so that the checking code can be used for 64-bit relocation also.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Mention the commit ID containing information about the need for reloc checks
- Drop the pre-panic printf() of the relocation addresses
Changes in v2: None
arch/x86/lib/relocate.c | 55 ++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 24 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!