MX5: mx53evk: use new pmic driverSwitch to new pmic generic driver.Signed-off-by: Stefano Babic <sbabic@denx.de>CC: Jason Liu <jason.hui@linaro.org>Acked-by: Jason Liu <jason.hui@linaro.org>
punt unused clean/distclean targetsThe top level Makefile does not do any recursion into subdirs whencleaning, so these clean/distclean targets in random arch/board dirsnever get used. Punt them
punt unused clean/distclean targetsThe top level Makefile does not do any recursion into subdirs whencleaning, so these clean/distclean targets in random arch/board dirsnever get used. Punt them all.MAKEALL didn't report any errors related to this that I could see.Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
mx53evk: Place machine ID into board configLet common code set the machine ID.Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>Acked-by: Stefano Babic <sbabic@denx.de>Acked-by: Jason L
mx53evk: Place machine ID into board configLet common code set the machine ID.Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>Acked-by: Stefano Babic <sbabic@denx.de>Acked-by: Jason Liu <jason.hui@linaro.org>
MX5: mx53evk: make use of GPIO frameworkSigned-off-by: Stefano Babic <sbabic@denx.de>CC: Jason Liu <r64343@freescale.com>
Remove volatile qualifier in get_ram_size() callsCheckpatch.pl complains about the volatile qualifier in calls toget_ram_size(). Remove this qualifier in the prototype and in thecalls where it is
Remove volatile qualifier in get_ram_size() callsCheckpatch.pl complains about the volatile qualifier in calls toget_ram_size(). Remove this qualifier in the prototype and in thecalls where it is useless, and leave it only in the function bodywhere it is needed.Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
mx5: board: code clean up for checkboard codeThe boot cause code has been factor out to soc commoncode,we need drop the part from the board support codeThis patch also remove the redundant cpu v
mx5: board: code clean up for checkboard codeThe boot cause code has been factor out to soc commoncode,we need drop the part from the board support codeThis patch also remove the redundant cpu version printSigned-off-by: Jason Liu <jason.hui@linaro.org>
MX53: drop config.mk from mx53evkThe config.mk file in board directory is now obsolete andshould be removed. Add option for the IMX image intoboards.cfgSigned-off-by: Jason Liu <r64343@freescal
MX53: drop config.mk from mx53evkThe config.mk file in board directory is now obsolete andshould be removed. Add option for the IMX image intoboards.cfgSigned-off-by: Jason Liu <r64343@freescale.com>
MX5:MX53: add initial support for MX53EVK boardAdd initial support for MX53EVK board support.FEC, SD/MMC, UART, I2C, have been supported.Signed-off-by: Jason Liu <r64343@freescale.com>
12