CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/05/16 07:42:35
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/arch/armv7/conf: GENERIC RAMDISK sys/dev/fdt : imxanatop.c imxccm.c Added files: sys/dev/fdt : imxanatopvar.h Log message: Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4) instead of having imxccm(4) map more than it should and access the memory space that imxanatop(4) should be responsible for. ok kettenis@