--- 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
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
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
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
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
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
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
>
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
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
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
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
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
12 matches
Mail list logo