]> git.proxmox.com Git - qemu.git/commit
mips_malta: cap BIOS endian swap length at 0x3e0000 bytes
authorPaul Burton <paul.burton@imgtec.com>
Fri, 14 Jun 2013 07:30:46 +0000 (08:30 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Jul 2013 17:59:23 +0000 (19:59 +0200)
commit1817f56a834f55311af20d1c004b259c16fb1515
tree32f84efbc1f61242664c636b8b5457e0e922ef8f
parent02bccc7796fec8b39dca9affc8bff8edebe0a867
mips_malta: cap BIOS endian swap length at 0x3e0000 bytes

This preserves the final sector of the pflash which is used by YAMON to
hold environment variables. If the endianness of the environment data
is swapped then YAMON will fail to load environment variables from
pflash.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/mips/mips_malta.c