[PATCH] drivers: spi: fix compiler warning in spi-s3c64xx

2015-02-23 Thread Andre Przywara
The Exynos 7 arm64 support now allows the S3C64xx SPI driver to be compiled into an ARM64 kernel, so the cast from the [rt]x_dmach int variable to a void* in this driver now triggers a warning. Add a long cast to silence the compiler. Signed-off-by: Andre Przywara andre.przyw...@arm.com --- Hi

Re: [U-Boot] ref: virt-v7.c switching to non_secure mode

2014-03-13 Thread Andre Przywara
Hi, We are able to figure out the issue. PERIPHBASE returned on ARNDALE board was 0x1050 and adding GIC offset was creating an incorrect address. please see: https://github.com/apritzel/u-boot-hypmode/commit/5d9c4209907c6d67dadd033887a30c2f10efeb4c Setting CONFIG_ARM_GIC_BASE_ADDRESS

Re: [U-Boot] ref: virt-v7.c switching to non_secure mode

2014-03-13 Thread Andre Przywara
Hi, sorry for the double post. Please don't use the Gmail address, this is just my ML catching account. I got a denial from our SMTP server regarding the u-boot ML recipient, so I had to send it again. Thanks, Andre. On 13/03/14 09:29, Reinhard Moselbach wrote: Hi, We are able to figure