Re: Configure RAM size on iMX53 board

2016-11-04 Thread Jose Luis Zabalza
Thanks Sascha, but something I do wrong I tried set fixed size to 512M, but neither works. With these changes does not work or 512MB board or 1GB board. #include #include #include #include #include #include void __naked barebox_arm_reset_vector(void) { imx5_

[PATCH] mfd: mc13892: more descriptive charger register defines

2016-11-04 Thread Alexander Kurz
Make access to the mc13892 charger parameter voltage, current and max power dissipation readable in terms of millivolts, milliamps and milliwatts. Signed-off-by: Alexander Kurz --- arch/arm/boards/efika-mx-smartbook/board.c | 4 +-- include/mfd/mc13892.h | 40 ++

Re: Configure RAM size on iMX53 board

2016-11-04 Thread Sascha Hauer
Hi, On Thu, Nov 03, 2016 at 09:30:03PM +0100, Jose Luis Zabalza wrote: > Hello everybody > > I have two iMX53 custom boards. They are the same board but 512MB vs > 1GB RAM version. Both boards are working with the same Uboot binary > but I would like use Barebox. > > I have to be able to run Ba