[U-Boot] [PATCH] sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h

2014-02-02 Thread Patrice B
Hello, As Simon Glass requested it, here's a patch that enables CONFIG_CMD_LZMADEC in sandbox. Regards. Patrice Signed-off-by: Patrice Bouchand --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h in

[U-Boot] [PATCH v4 3/9] kmp204x: I2C deblocking support

2014-02-02 Thread Valentin Longchamp
From: Rainer Boschung This patch adds support for using some GPIOs that are connected to the I2C bus to force the bus lines state and perform some bus deblocking sequences. The KM common deblocking algorithm from board/keymile/common/common.c is used. The GPIO lines used for deblocking the I2C b

Re: [U-Boot] [PATCH V5 5/6] exynos: Add a common DT based PMIC driver initialization

2014-02-02 Thread Minkyu Kang
On 16/01/14 17:55, Leela Krishna Amudala wrote: > Most of i2c PMIC drivers follow the same initialization sequence, > let's generalize it in a common file. > > The initialization function finds the PMIC in the device tree, and if > found - registers it in the list of known PMICs and initializes it

Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-02-02 Thread Minkyu Kang
On 29/01/14 18:01, Rajeshwari Birje wrote: > Hi Minkyu Knag, > > On Wed, Jan 29, 2014 at 1:34 PM, Minkyu Kang wrote: >> Because of the list of peripherals is not sequential, >> such a routine does not check for valid correctly. >> Error check will be done when call the exynos_pinmux_config functi

Re: [U-Boot] [PATCH] config: trats: trats2: extend dfu_alt_info by env update settings

2014-02-02 Thread Minkyu Kang
On 22/01/14 20:02, Przemyslaw Marczak wrote: > This change allows updating environment stored on MMC by dfu or thor. > > New setting: > - "params.bin mmc 0x38 0x8" > > File params.bin can be generated by: tools/mkenvimage. > e.g. ./mkenvimage -s 4096 -o params.bin > > Every new env variable in

Re: [U-Boot] [PATCH v6 00/11] Introduce Samsung misc file and LCD menu.

2014-02-02 Thread Minkyu Kang
On 22/01/14 19:24, Przemyslaw Marczak wrote: > This patch set includes changes required to: > - properly use of all gpios > - introduce common file for Samsung misc code > - keys support (PWR, VOL:UP,DOWN) > - console support on LCD > - 16bpp logo support > - introduce LCD menu on Samsung devices >

Re: [U-Boot] Signed-off-by for RPI U-Boot USB patches

2014-02-02 Thread Oleksandr Tymoshenko
On 2014-02-01, at 10:17 PM, Stephen Warren wrote: > (Sorry for the spam; resending with the correct U-Boot mailing list in CC) > > On 02/01/2014 11:14 PM, Stephen Warren wrote: >> Oleksandr, I'm starting to look at getting USB support enabled for the >> Raspberry Pi in mainline U-Boot. To that

Re: [U-Boot] [PATCH v2 2/2] Powerpc/QE: Add QE support for T1040

2014-02-02 Thread Timur Tabi
On Mon, Jan 27, 2014 at 2:14 AM, Zhao Qiang wrote: > +#ifndef CONFIG_PPC_T1040 Nack. You need to write this code without all this T1040-specific #ifdefs everywhere. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-bo

Re: [U-Boot] [PATCH 2/2] smdk5250: Remove 'board_usb_vbus_init()' function

2014-02-02 Thread Minkyu Kang
On 03/01/14 19:40, Vivek Gautam wrote: > Previously as a part of moving the VBUS gpio support to device tree > following patch removed this and added relevant support in driver: > 4a271cb exynos: usb: Switch USB VBUS GPIOs to be device tree configured > > Recent changes for common board file migra

Re: [U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-02-02 Thread Minkyu Kang
On 03/01/14 19:40, Vivek Gautam wrote: > The gpio_*() apis require the exact gpio line number to deduce > the gpio bank and the gpio pin addresses. > So fix the gpio number for VBUS used for EHCI ports as well as > XHCI ports on exynos5250 boards. > > Signed-off-by: Vivek Gautam > Cc: Julius Wern

Re: [U-Boot] [PATCH v8 0/38] Switch over to real Kbuild

2014-02-02 Thread Masahiro Yamada
Hello Simon and Tom, This is my analysis of Kbuild performance. [1] -j option is working What I must say first is -j option is working correctly with Kbuild. You can double-check by following the steps below. Apply Kbuild series v8 on commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07. First

[U-Boot] [PATCH] Do not merge this to u-boot/master: disable fixdep

2014-02-02 Thread Masahiro Yamada
--- Do not merge this patch to the main line --- This patch is used for Kbuild performance test. Signed-off-by: Masahiro Yamada --- scripts/Kbuild.include | 4 +--- scripts/Makefile.build | 6 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/scripts/Kbuild.include b/scrip