Module Name: src Committed By: jkunz Date: Sun Dec 16 19:08:45 UTC 2012
Modified Files: src/sys/arch/evbarm/stand/bootimx23: boot_prep.c bootimx23.bd clock_prep.c common.c common.h emi_prep.c pinctrl_prep.c power_prep.c Log Message: Contribution from Petri Laakso. Refactoring of bootimx23: - Code style clean up. - Don't do DCDC initialization in bootimx23. This has proven to be unreliable. DCDC initialization will be done in kernel later. Use linear regulators while booting to make bootimx23 reliable. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/bootimx23/boot_prep.c \ src/sys/arch/evbarm/stand/bootimx23/clock_prep.c \ src/sys/arch/evbarm/stand/bootimx23/common.c \ src/sys/arch/evbarm/stand/bootimx23/common.h \ src/sys/arch/evbarm/stand/bootimx23/emi_prep.c \ src/sys/arch/evbarm/stand/bootimx23/pinctrl_prep.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/stand/bootimx23/bootimx23.bd \ src/sys/arch/evbarm/stand/bootimx23/power_prep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.