]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Simplify Flash-to-RAM code execution transition
authorGraeme Russ <graeme.russ@gmail.com>
Sun, 1 Jan 2012 04:06:39 +0000 (15:06 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Wed, 4 Jan 2012 11:17:20 +0000 (22:17 +1100)
commitf48dd6fc6cc9fdf15408e98132dc5575a31026cf
tree2fe660cd6af72843d0798497a5f1bbb8c813b9ff
parent74bfbe1ba5ba99adccdc26dc4adbfb9221849310
x86: Simplify Flash-to-RAM code execution transition

Move the relocation offset calculation out of assembler and into C. This
also paves the way for the upcoming init sequence simplification by adding
the board_init_f_r flash to RAM transitional function

--
Changes for v2:
 - Added commit message
 - Minor adjustment to new stack address comment
arch/x86/cpu/start.S
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/board.c