>> As an aside, we have a pretty decent model for the Aspeed SoCs in >> Qemu. If you want to use it to smoketest your rework: >> >> $ qemu-system-arm -m 512 -M ast2500-evb -nodefaults -nographic >> -serial stdio -kernel arch/arm/boot/zImage -dtb >> arch/arm/boot/dts/aspeed-ast2500-evb.dtb >> >> I tested with Ubuntu's qemu v2.8. It looks like we have a bug when the >> kernel tries to use the clock the way your driver works, so we will >> look at that. It does function properly for the current upstream code. > > Oh that's sweet! I'll test it if I can get it working like this.
In case you need a small ramfs, here is one : https://openpower.xyz/job/openbmc-build/distro=ubuntu,target=evb-ast2500/lastSuccessfulBuild/artifact/images/evb-ast2500/obmc-phosphor-initramfs-evb-ast2500.cpio.lzma Cheers, C.