commit | f48dd6fc6cc9fdf15408e98132dc5575a31026cf | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sun Jan 01 15:06:39 2012 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Wed Jan 04 22:17:20 2012 +1100 |
tree | 2fe660cd6af72843d0798497a5f1bbb8c813b9ff | |
parent | 74bfbe1ba5ba99adccdc26dc4adbfb9221849310 [diff] |
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