Re: [Qemu-devel] [PATCH v2] Re-applying Freescale PPC E500 i2c/RTC patch

2019-03-03 Thread no-reply
-applying Freescale PPC E500 i2c/RTC patch === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCR

[Qemu-devel] [PATCH v2] Re-applying Freescale PPC E500 i2c/RTC patch

2019-03-03 Thread Andrew Randrianasulu
From: Amit Singh Tomar Original commit message: This patch adds an emulation model for i2c controller found on most of the FSL SoCs. It also integrates the RTC (ds1338) that sits on the i2c Bus with e500 machine model. Patch was originally written by Amit Singh Tomar see