Re: [U-Boot] [PATCH v3 2/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-06 Thread Lukasz Majewski
Hi Hyungwon, > Dear Lukasz Majewski, > > On Wed, 05 Nov 2014 11:29:53 +0100 > Lukasz Majewski wrote: > > > > +#undef CONFIG_EXYNOS_SPL > > > +#undef CONFIG_SILENT_CONSOLE > > > +#undef CONFIG_CROS_EC > > > +#undef CONFIG_CROS_EC_SPI > > > +#undef CONFIG_CROS_EC_I2C > > > +#undef CONFIG_CROS_EC_

[U-Boot] uboot uImage binary does not boot in Qemu

2014-11-06 Thread pegasus711
I cross compiled u-boot's latest version 2014-10 using buildroot's built-in cross compiler and generated uboot.bin. When I try to invoke it like so: it throws an error complaining wrong image format: I've checked qemu's sources and as per 'uboot_image.h' , the only valid type numbers are fro

[U-Boot] [PATCH v3 4/5] imx: mx6sxsabresd: Use the pfuze common init function

2014-11-06 Thread Ye . Li
Modify the pfuze init for mx6sxsabresd to use the shared "pfuze_common_init" function. And move this initialization to power_init_board. Signed-off-by: Ye.Li --- Changes since v1: - Change to use pfuze common init function for sabre boards. Changes since v2: - Move the pfuze init to power_init_b

[U-Boot] [PATCH v3 5/5] imx: imx6q/dlsabreauto: Add PMIC Pfuze100 support

2014-11-06 Thread Ye . Li
Add the pfuze100 initialization in power_init_board for imx6q/dl sabreauto board. Signed-off-by: Ye.Li --- Changes since v1: - Change to use pfuze common init function for sabre boards. Changes since v2: - Move the pfuze init to power_init_board board/freescale/mx6qsabreauto/mx6qsabreauto.c |

[U-Boot] [PATCH v3 3/5] imx: mx6sabresd: Use the pfuze common init function

2014-11-06 Thread Ye . Li
Modify the pfuze init for mx6sabresd to use the shared "pfuze_common_init" function. And move this initialization to power_init_board. Signed-off-by: Ye.Li --- Changes since v1: - Change to use pfuze common init function for sabre boards. Changes since v2: - Move the pfuze init to power_init_boa

[U-Boot] [PATCH v3 1/5] power: pfuze100: Update definitions for buck regulators

2014-11-06 Thread Ye . Li
Add definitions for buck regulators (SW1A/B/C) registers and voltage values. Signed-off-by: Ye.Li --- Changes since v1: - None Changes since v2: - Create this patch for updating registers definitions and magic value. include/power/pfuze100_pmic.h | 80

[U-Boot] [PATCH v3 2/5] imx: mx6sabre common: Factorize the Pfuze init function

2014-11-06 Thread Ye . Li
Since the Pfuze initializations are similar on various mx6 SABRE boards. Factorize the initialization to a common function in file board/freescale/common/pfuze.c. So that all SABRE boards BSP can share the function. Signed-off-by: Ye.Li --- Changes since v1: - Factorize the pfuze init function fo

<    1   2   3