-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
It seems I'm quite tired to formulate the description of the patch accurately I hope it is understandable somehow.
Following patch fixes the XIP computation issue. I removed the normal image because it was not working anyway (it was hardcoded) and because it allows me to fix the XIP base to something sane (and use generic computation and approach)
This board is bit tricky because until now it required the VGA BIOS on the flash start. XIP will work with 64KB aligned base, therefore the VGA ROM image must be aligned too to 64KB.
Third reason is that now it makes 384KB for additional ROMs and payload - plenty of space for CBFS fun ;)
Now it uses generic _ROMBASE etc computation which is nice too.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
Rudolf