the following patch was just integrated into master: commit e7a336ac29b1ef5aaa1b0aa4926ed75829b491b1 Author: Ionela Voinescu ionela.voinescu@imgtec.com Date: Fri Jul 24 15:00:20 2015 +0100
mips: add coherency argument to identity mapping
In order for a U-boot payload to work properly the soc_registers region (device registers) needs to be mapped as uncached. Therefore, add a coherency argument to the identity mapping funcion which will establish the type of mapping.
Change-Id: I26fc546378acda4f4f8f4757fbc0adb03ac7db9f Signed-off-by: Ionela Voinescu ionela.voinescu@imgtec.com Reviewed-on: https://review.coreboot.org/12769 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
See https://review.coreboot.org/12769 for details.
-gerrit