Speed up copying coreboot to ram by using "movsl" instead of "movsb".
authorJens Rottmann <JRottmann@LiPPERTEmbedded.de>
Wed, 22 Oct 2008 22:24:47 +0000 (22:24 +0000)
committerMarc Jones <marc.jones@amd.com>
Wed, 22 Oct 2008 22:24:47 +0000 (22:24 +0000)
commit5e5bef5fbdc9ed15884f659ee6d822824a1080f1
treefe7328f5002d9c941677e91f172faa494d76034c
parent9a9e61b7ec3f40fdf3716b95a0cfa2c695626dd0
Speed up copying coreboot to ram by using "movsl" instead of "movsb".
Also use different console messages for copying and uncompressing, like
it's already done in similar code in other places.

Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
Acked-by: Marc Jones <marc.jones@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3688 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/i386/init/crt0.S.lb
src/cpu/amd/model_lx/cache_as_ram.inc