commit | f2ff75c0a25eb78b4b86fd96c5f0be9dd327e2d7 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Thu Oct 07 20:03:33 2010 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Thu Oct 07 20:03:33 2010 +1100 |
tree | 8b10cec22c7b082d2d4ed6e7d18cf93ec81a7136 | |
parent | 221914265860a47a0ba8bfa6956097cb045d9b39 [diff] |
x86: Use loops instead of memcpy/memset in board_init_f Provides a small speed increase and prepares for fully relocatable image. Downside is the TEXT_BASE, bss, load address etc must ALL be aligned on a a 4-byte boundary which is not such a terrible restriction as everything is already 4-byte aligned anyway