commit | d7755b42acb3ef168ad0aced695666aeec27fe28 | [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 | 14d37617158a43d6b4741cb2a448b9e7b8333d23 [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