On 12/18/2013 08:07 PM, Jagan Teki wrote:
> On Wed, Dec 18, 2013 at 9:07 PM, Marek Vasut wrote:
>> On Wednesday, December 18, 2013 at 04:30:08 PM, Jagannadha Sutradharudu Teki
>> wrote:
>>> Added support for Zynq Nand controller driver.
>>>
>>> Signed-off-by: Jagannadha Sutradharudu Teki
>>> CC:
Hi Otavio,
one minor point.
On 16/12/2013 23:43, Otavio Salvador wrote:
> +int board_video_skip(void)
> +{
> + int i;
> + int ret;
> + int detected = 0;
> + char const *panel = getenv("panel");
> + if (!panel) {
> + for (i = 0; i < ARRAY_SIZE(displays); i++) {
> +
Hi Otavio,
On 16/12/2013 23:44, Otavio Salvador wrote:
> The macro allows easy setting in per-pin, as for example:
>
> ,
> | imx_iomux_v3_setup_pad(MX6_PAD_NANDF_D1__GPIO_2_1 | MUX_MODE_SION);
> `
>
> The IOMUX_CONFIG_SION allows for reading PAD value from PSR register.
>
> The followin
Hello Hyungwon,
On 12/19/2013 06:40 AM, íŠíě wrote:
> Hi, Marczak.
>
> Is this logo image what I sent you before?
>
> It's a little different what we use,
> and also the logo image is not aligned center horizontally.
>
> Best regards,
> Hyungwon Hwang
>
This is not a logo which you sent me. Yo
On 16/12/2013 23:44, Otavio Salvador wrote:
> Using 512k for fdt partition allow it to be aligned with the other
> small partitions and 512k erase block size.
>
> Signed-off-by: Otavio Salvador
> ---
> Changes in v3: None
> Changes in v2: None
>
> include/configs/mx28evk.h | 2 +-
> 1 file chan
CC Fabio:
On 16/12/2013 23:44, Otavio Salvador wrote:
> This reads the kernel, ftd and boot into ubifs filesystem. While on
> that, the SD firmware filename definition has been moved next to the
> other SD related commands.
>
> Signed-off-by: Otavio Salvador
> ---
> Changes in v3: None
> Changes
Hi Otavio,
On 16/12/2013 23:44, Otavio Salvador wrote:
> This patch fixes allow for the DeviceTree and initrd relocation fixing
> the boot of FSL 3.10.9-1.0.0-alpha kernel.
>
> This changes following boards:
>
> - mx6sabreauto
> - mx6sabresd
> - wandboard
> - udoo
> - nitrogen6x
> - cgtqmx
Hi Otavio,
On 16/12/2013 23:44, Otavio Salvador wrote:
> The enable_fec_anatop_clock method should be available for all MX6
> variant as it is not MX6 SoloLite specific. This moves the code out of
> the #ifdef/#endif and we make it conditional to CONFIG_FEC_MXC
> instead.
>
> Signed-off-by: Otavi
On Mon, Dec 16, 2013 at 8:44 PM, Otavio Salvador
wrote:
> This reads the kernel, ftd and boot into ubifs filesystem. While on
> that, the SD firmware filename definition has been moved next to the
> other SD related commands.
>
> Signed-off-by: Otavio Salvador
Reviewed-by: Fabio Estevam
___
On Thursday 19 December 2013 02:50 PM, Jagan Teki wrote:
On Thu, Dec 19, 2013 at 2:28 PM, Sourav Poddar wrote:
On Thursday 19 December 2013 02:21 PM, Jagan Teki wrote:
On Thu, Dec 19, 2013 at 2:17 PM, Sourav Poddar
wrote:
On Thursday 19 December 2013 12:49 PM, Jagan Teki wrote:
On Thu, Dec 1
Hi,
I needed to be able to uncompress lzma files. I did this command
based on unzip command and propose it if it could help. Hopping the
patch is correctly done...
Best regards.
Patrice
Signed-off-by: Patrice Bouchand
---
common/Makefile | 3 +++
common/cmd_lzmadec.c | 54 ++
when creating the hashtable, for each environmentvariable
getenv(ENV_CALLBACK_VAR) and getenv(ENV_FLAGS_VAR) is called,
which costs at this point a lot of time. So call this two
getenv() calls only once.
Boottime on the ids8313 board without this patch:
2013-12-19 13:38:22,894: NAND: 128 MiB
20
Tom
On 12/18/2013 02:07 PM, Tom Rini wrote:
> Hey,
>
> The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
>
> ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39
> -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-t
On Wed, Dec 18, 2013 at 14:05 -0600, Chin Liang See wrote:
>
> To add the Cadence SPI driver support for Altera SOCFPGA. It
> required information such as clocks and timing from platform's
> configuration header file within include/configs folder
>
> Signed-off-by: Chin Liang See
> Cc: Jagannadh
This patch add uuid disk to defualt partions necessary to
restore gpt partitions and fixes mmcdev environmental variable.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
---
include/configs/trats2.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/confi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/19/2013 08:14 AM, Dan Murphy wrote:
>
> Tom
>
> On 12/18/2013 02:07 PM, Tom Rini wrote:
>> Hey,
>>
>> The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
>>
>> ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013
> On Sat, Dec 14, 2013 at 9:17 AM, wrote:
> > From: David Feng
> >
> > Signed-off-by: David Feng
> > ---
> > common/cmd_pxe.c |4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
> > index db6b156..c27ec35 100644
> > --- a/c
Hi Gerhard,
On Thu, 2013-12-19 at 14:50 +0100, Gerhard Sittig wrote:
> On Wed, Dec 18, 2013 at 14:05 -0600, Chin Liang See wrote:
> >
> > To add the Cadence SPI driver support for Altera SOCFPGA. It
> > required information such as clocks and timing from platform's
> > configuration header file w
This patch introduces an alternative method for resetting HSIC-attached USB
devices on OMAP4/5, needed for working around the fail to connect with some
types. The solution implemented by Dan Murphy for the OMAP5432 uEVM (reset via
a callback in the board file, invoked from within usb_hub.c) does wo
Add option for individual reset of HSIC-connected USB devices by the
ehci-hcd.c driver upon applying port power, with per-device configurable
reset hold and delay times. This may replace the reset functionality via
usb_hub.c and board file (which does not work on some boards).
Make HSIC work on al
This patch demonstrates the usage of the alternative method for HSIC
devices reset (via the ehci-hcd and omap-ehci drivers, where this
method is implemented through a separate patch; must be applied prior
to this one). Board functionality is not altered; a minor improvement
is the removal of the se
All prerequisites are already available, so why not enable 8-bit
access - it is a matter of a define in the board file only.
Signed-off-by: Lubomir Popov
---
include/configs/omap5_uevm.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_u
Dear Minkyu Kang,
> -Original Message-
> From: Piotr Wilczek [mailto:p.wilc...@samsung.com]
> Sent: Wednesday, December 18, 2013 3:44 PM
> To: u-boot@lists.denx.de
> Cc: Minkyu Kang; Kyungmin Park; Piotr Wilczek; Lukasz Majewski
> Subject: [PATCH] board:trats1:trats2: fix adapter number
>
Add option for individual reset of HSIC-connected USB devices by the
ehci-hcd.c driver upon applying port power, with per-device configurable
reset hold and delay times. This may replace the reset functionality via
usb_hub.c and board file (which does not work on some boards).
Make HSIC work on al
Signed-off-by: Jagannadha Sutradharudu Teki
Cc: Masahiro Yamada
---
drivers/mtd/spi/Makefile | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/spi/Makefile b/drivers/mtd/spi/Makefile
index 26483a2..fd8f8a4 100644
--- a/drivers/mtd/spi/Makefile
+++ b/driv
Thanks for your patch.
Please see the typical driver code suggestions on below thread.
http://u-boot.10912.n7.nabble.com/Suggestions-for-SPI-driver-pusher-td161008.html
Try to avoid the header files make sure to code everything in single .c file.
Also add some documents as well as test log on do
Add option for individual reset of HSIC-connected USB devices by the
ehci-hcd.c driver upon applying port power, with per-device configurable
reset hold and delay times. This may replace the reset functionality via
usb_hub.c and board file (which does not work on some boards).
Make HSIC work on al
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/19/2013 10:57 AM, Jagannadha Sutradharudu Teki wrote:
> Signed-off-by: Jagannadha Sutradharudu Teki
> Cc: Masahiro Yamada
> ---
> drivers/mtd/spi/Makefile | 11 +--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/dr
Hi Jagan,
On Thu, 2013-12-19 at 21:39 +0530, Jagan Teki wrote:
> Thanks for your patch.
>
> Please see the typical driver code suggestions on below thread.
> http://u-boot.10912.n7.nabble.com/Suggestions-for-SPI-driver-pusher-td161008.html
>
> Try to avoid the header files make sure to code ever
101 - 129 of 129 matches
Mail list logo