Hello Wolfgang,
Thank you again for your comments.
On 2013-01-08 18:39, Wolfgang Denk wrote:
Dear Christian Riesch,
In message <6cc4810c-1e2e-4ebf-912a-96936f035...@mary.at.omicron.at> you wrote:
Signed-off-by: Christian Riesch
---
board/omicron/calimain/calimain.c | 31 ++
Dear Christian Riesch,
In message
you wrote:
>
> > I don't like this change. What exactly is wrong with using the timer
> > here? It is probably much more random that the (so-called)
> > "un-initialized" memory you suggest to use instead.
>
> On the AM1808 SoC the counter is reset to zero on
Dear Christian Riesch,
In message <50ed2b84.2080...@omicron.at> you wrote:
>
> > What exactly is your justification for such a change? Please
> > elucidate...
>
> Actually I do not change anything ;-)
Why do you need a patch then? :-P
> > NAK! You are but duplicating the code already present
Dear Aaron Williams,
> Hi Marek,
>
> This patch is broken. It breaks detecting duplicate filenames. The
> problem is that you are using sizeof(name) and sizeof(ext). This does
> not work since this just reports the size of the pointer in gcc 4.7,
> which according to our compiler guy is the corre
[PATCH V6 1/4] EXYNOS5: Change parent clock of FIMD to MPLL
[PATCH V6 2/4] EXYNOS: Add dummy definition to fix compilation dependency on
CONFIG_EXYNOS_MIPI_DSIM
[PATCH V6 3/4] video: Modify exynos_fimd driver to support LCD console
[PATCH V6 4/4] EXYNOS5: Add support for FIMD and DP
a
With VPLL as source clock to FIMD,
Exynos DP Initializaton was failing sometimes with unstable clock.
Changing FIMD source to MPLL resolves this issue.
Signed-off-by: Ajay Kumar
Acked-by: Simon Glass
Acked-by: Donghwa Lee
---
Changes in V2:
-- Fix commit message. Had written VPLL instead of MP
Currently, exynos FIMD driver is being used to support only TIZEN LOGOs.
In order to get LCD console, we need to enable half word swap feature
of FIMD and use 16 BPP.
LCD console and proprietary Logo cannot be used simultaneously.
We use "logo_on" field inside vidinfo_t structure to decide whether
Add panel_info structure required by LCD driver
and DP panel platdata for SMDK5250.
Add GPIO configuration for LCD.
Enable FIMD and DP support on SMDK5250.
DP Panel size: 2560x1600.
We use 16BPP resolution to get LCD console.
Signed-off-by: Ajay Kumar
Acked-by: Simon Glass
---
changes in V2:
--
When only DP is used, we need not enable CONFIG_EXYNOS_MIPI_DSIM.
But if we do not select CONFIG_EXYNOS_MIPI_DSIM, exynos_fb.c throws
error saying exynos_mipi_dsi_init() not defined. So, we add
dummy definition for exynos_mipi_dsi_init when CONFIG_EXYNOS_MIPI_DSIM
is not defined.
Signed-off-by: Aj
Hi,
why is it, that the documentation in
http://www.denx.de/wiki/view/DULG/Manual
misses the U-Boot "nand" command? For newbies like me the web manual is
one of the first points to start when trying to understand how to
accomplish a
specific boot task with the help of U-Boot. The sources conta
This patchset improves the default environment of machines currently
supported in OpenEmbedded and Yocto to make it compatible with
mainline and Freescale BSP Linux kernel.
A new patch has been add to change the format in mx6qsabrelite in
environment setting and already merged patches removed fro
This rework the environment to use tabs for environment setting as
done in other boards.
Signed-off-by: Otavio Salvador
---
Changes in v4: None
Changes in v3: None
Changes in v2:
- New patch
include/configs/mx6qsabrelite.h | 66 +++
1 file changed, 33 inser
For a generic environment, we shouldn't have a fixed rootfs filesystem
so we drop it from env.
Signed-off-by: Otavio Salvador
---
Changes in v4: None
Changes in v3: None
Changes in v2:
- reformat environment change to fit in 80 cols
include/configs/mx28evk.h |8 +++-
1 file changed, 3
Signed-off-by: Otavio Salvador
---
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow forc
Signed-off-by: Otavio Salvador
---
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow forc
Signed-off-by: Otavio Salvador
---
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow forc
Signed-off-by: Otavio Salvador
---
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow forc
Dear Sandeep C R,
In message
you wrote:
>
> The porting was done long back and now linux (2.6.24) also was ported. The
> observation is still there with the Linux also. Please let me know if it
> has to do with some configuration of 82551.
Sorry, I fail to understand why you are now porting Lin
On Wed, Jan 9, 2013 at 8:20 AM, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador
> ---
> Changes in v4:
> - Use a warning, instead of error when failing to fetch fdt
> - Drop exit use
> - Fix netboot
> - Use fdt instead of ftd
Subject still uses 'ftd'. It is better to make it consistent.
On Wed, Jan 9, 2013 at 9:29 AM, Fabio Estevam wrote:
> On Wed, Jan 9, 2013 at 8:20 AM, Otavio Salvador
> wrote:
>> Signed-off-by: Otavio Salvador
>> ---
>> Changes in v4:
>> - Use a warning, instead of error when failing to fetch fdt
>> - Drop exit use
>> - Fix netboot
>> - Use fdt instead of f
This patchset improves the default environment of machines currently
supported in OpenEmbedded and Yocto to make it compatible with
mainline and Freescale BSP Linux kernel.
A new patch has been add to change the format in mx6qsabrelite in
environment setting and already merged patches removed fro
This rework the environment to use tabs for environment setting as
done in other boards.
Signed-off-by: Otavio Salvador
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
- New patch
include/configs/mx6qsabrelite.h | 66 +++
1 fi
For a generic environment, we shouldn't have a fixed rootfs filesystem
so we drop it from env.
Signed-off-by: Otavio Salvador
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
- reformat environment change to fit in 80 cols
include/configs/mx28evk.h |8 +++-
Signed-off-by: Otavio Salvador
---
Changes in v5:
- Change subject
- Reword the warning
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Change
Signed-off-by: Otavio Salvador
---
Changes in v5:
- Change subject
- Reword the warning
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Change
Signed-off-by: Otavio Salvador
---
Changes in v5:
- Change subject
- Reword the warning
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Change
Signed-off-by: Otavio Salvador
---
Changes in v5:
- Change subject
- Reword the warning
Changes in v4:
- Use a warning, instead of error when failing to fetch fdt
- Drop exit use
- Fix netboot
- Use fdt instead of ftd
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Change
>-Original Message-
>From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>On Behalf Of Otavio Salvador
>Sent: Wednesday, January 09, 2013 7:58 PM
>To: U-Boot Mailing List
>Cc: Estevam Fabio-R49496; Otavio Salvador
>Subject: [U-Boot] [PATCH v5 4/6] mx53loco: Add support
>-Original Message-
>From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>On Behalf Of Otavio Salvador
>Sent: Wednesday, January 09, 2013 7:58 PM
>To: U-Boot Mailing List
>Cc: Estevam Fabio-R49496; Otavio Salvador
>Subject: [U-Boot] [PATCH v5 1/6] mx6qsabrelite: Use tab
>-Original Message-
>From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>On Behalf Of Otavio Salvador
>Sent: Wednesday, January 09, 2013 7:58 PM
>To: U-Boot Mailing List
>Cc: Estevam Fabio-R49496; Otavio Salvador
>Subject: [U-Boot] [PATCH v5 6/6] mx6qsabre{auto, sd}: A
>-Original Message-
>From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>On Behalf Of Otavio Salvador
>Sent: Wednesday, January 09, 2013 7:58 PM
>To: U-Boot Mailing List
>Cc: Estevam Fabio-R49496; Otavio Salvador
>Subject: [U-Boot] [PATCH v5 5/6] mx6qsabrelite: Add sup
On Tue, Jan 08, 2013 at 11:57:20PM +0100, Albert ARIBAUD wrote:
> Signed-off-by: Albert ARIBAUD
> ---
> drivers/mtd/nand/Makefile |4
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
> index 2c3812c..c77c0c4 100644
> --- a/drivers
Hello Wolfgang,
thank you for your fast review!
On Tuesday 08 January 2013 at 19:58:37, Wolfgang Denk wrote:
> > +/* DDR RAM defines */
> > +#define DDR_CLK_MHZ303
>
> Is this really correct? 303 ??
I am quite sure, I read this in a datasheet, but I can not find it anymore. I
Hello Tom,
The following changes since commit
7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08
14:59:37 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
for you to fetch changes up to 61
Add DVI output support and make it the default video output.
Currently the CLAA WVGA panel is supported, but this panel has to be purchased
separately, so using the DVI output as the default would allow more people to
try the splash screen feature on a mx51evk.
If someone still wants to use the C
Add DVI output support and make it the default video output.
Currently the CLAA WVGA panel is supported, but this panel has to be purchased
separately, so using the DVI output as the default would allow more people to
try the splash screen feature on a mx51evk.
If someone still wants to use the C
Add support for the Seiko 4.3'' WVGA panel on mx53loco.
By default, the CLAA WVGA panel is selected.
In order to support the Seiko panel, the enviroment variable 'panel' must be
set to 'seiko'.
Signed-off-by: Fabio Estevam
---
Changes since v2:
- Simplify lcd detection logic
Changes since v1:
-
Dear Bo Shen,
Albert Aribaud agreed to apply this one to u-boot-arm/master for the
upcoming release.
On 07.12.2012 08:37, Bo Shen wrote:
> Add dataflash boot support on at91sam9x5ek board
>
> Signed-off-by: Bo Shen
Acked-by: Andreas Bießmann
> ---
> boards.cfg |1 +
>
2013/1/3 Alexey Brodkin :
> System ACE compact flash controller supports either 8-bit (default) or
> 16-bit data transfers. And in corresponding driver we need to implement
> read/write of 16-bit data words properly for both modes of operation.
>
> In existing code if width==8 both branches get exe
On Tue, Jan 08, 2013 at 07:46:03PM -0800, Stephen Warren wrote:
> On 01/08/2013 06:23 PM, Allen Martin wrote:
> > UART2_TXD and UART2_RXD mux 0 SFIO entries should be IRDA not UARTB.
>
> IRDA is just a needlessly different synonym for UARTB; there shouldn't
> be any mention of IRDA in the pinmux c
Use UARTB instead of IRDA synonym for cardhu pinmux settings to match
tegra30 pinmux tables.
Signed-off-by: Allen Martin
---
board/nvidia/cardhu/pinmux-config-cardhu.h |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/nvidia/cardhu/pinmux-config-cardhu.h
b/board/n
On 09/01/2013 12:57, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador
> ---
Hi Otavio,
> Changes in v5:
> - Change subject
> - Reword the warning
>
> Changes in v4:
> - Use a warning, instead of error when failing to fetch fdt
> - Drop exit use
> - Fix netboot
> - Use fdt instead of ftd
On 05/01/2013 03:07, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Add workaround for the following ARM errata: 743622 and 751472.
>
> The motivation for this change is the following kernel commit 62e4d357a
> (ARM: 7609/1: disable errata work-arounds which access
> secure registers), which rem
On 09/01/2013 16:10, Fabio Estevam wrote:
> Add support for the Seiko 4.3'' WVGA panel on mx53loco.
>
> By default, the CLAA WVGA panel is selected.
>
> In order to support the Seiko panel, the enviroment variable 'panel' must be
> set to 'seiko'.
>
> Signed-off-by: Fabio Estevam
> ---
Applied
On 01/09/2013 10:58 AM, Allen Martin wrote:
> On Tue, Jan 08, 2013 at 07:46:03PM -0800, Stephen Warren wrote:
>> On 01/08/2013 06:23 PM, Allen Martin wrote:
>>> UART2_TXD and UART2_RXD mux 0 SFIO entries should be IRDA not UARTB.
>>
>> IRDA is just a needlessly different synonym for UARTB; there sh
On 01/09/2013 11:14 AM, Allen Martin wrote:
> Use UARTB instead of IRDA synonym for cardhu pinmux settings to match
> tegra30 pinmux tables.
This seems fine as far as it goes, but I'd suggest deleting the IRDA
value from the pinmux driver's enum too, so nobody can use it any more.
On Wed, Jan 09, 2013 at 10:49:10AM -0800, Stephen Warren wrote:
> On 01/09/2013 11:14 AM, Allen Martin wrote:
> > Use UARTB instead of IRDA synonym for cardhu pinmux settings to match
> > tegra30 pinmux tables.
>
> This seems fine as far as it goes, but I'd suggest deleting the IRDA
> value from t
Hi Andreas,
On Sun, 9 Dec 2012 22:54:09 +0100, Andreas Bießmann
wrote:
> Dear Albert Aribaud,
>
> please consider the following board related changes for u-boot-arm/master.
>
> The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
>
> Merge branch 'u-boot-imx/master'
On Tue, Jan 08, 2013 at 07:58:37PM +0100, Wolfgang Denk wrote:
> Dear Lars,
>
> In message <1357663926-15937-2-git-send-email-la...@wh2.tu-dresden.de> you
> wrote:
> ...
> > arch/arm/include/asm/arch-am33xx/ddr_defs.h | 18 ++
> > board/phytec/pcm051/Makefile| 46
> > bo
On Wed, Jan 09, 2013 at 03:43:04PM +0100, Albert ARIBAUD wrote:
> Hello Tom,
>
> The following changes since commit
> 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
>
> Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08
> 14:59:37 +0100)
>
> are available in the git repository
Hi Friends.
We have M5329EVB with JTAG. That board has LHF00L31 (2MB) Flash. And we have
source code of u-boot, linux Kernel and rootfs with required patch (so called
LTIB) which is available in freescale website.
Now we have our custom board with same processor MCF5329 and M29W128GL NOR
Flash
On 01/08/2013 04:57:20 PM, Albert ARIBAUD wrote:
Signed-off-by: Albert ARIBAUD
---
drivers/mtd/nand/Makefile |4
1 file changed, 4 insertions(+)
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index 2c3812c..c77c0c4 100644
--- a/drivers/mtd/nand/Makefile
+++ b/driv
Dear Lukasz Majewski,
In message <1357665792-8141-1-git-send-email-l.majew...@samsung.com> you wrote:
> I'd like to ask for your opinion about the following problem:
I cannot comment on the problem - only a bit about the proposed patch
;-)
> From a brief checking I can say that it happens when w
Dear Barry Grussling,
In message <1357669446-29334-1-git-send-email-ba...@grussling.com> you wrote:
> While trying to bring up a custom MPC8308 based board I found
> that the clocking was wrong. The comment in
> include/configs/mpc8308_p1m.h led me to believe
> setting HRCWH_PCI_HOST and HRCWH_PC
Dear Christoph Petzold,
In message <50ed1d4e.4050...@gmx.de> you wrote:
>
> why is it, that the documentation in
> http://www.denx.de/wiki/view/DULG/Manual
> misses the U-Boot "nand" command? For newbies like me the web manual is
> one of the first points to start when trying to understand how t
IRDA is a synonym for UARTB in tegra pinmux, remove all usage of this
synonym and replace with UARTB to disambiguate.
Signed-off-by: Allen Martin
---
arch/arm/cpu/tegra-common/board.c |2 +-
arch/arm/cpu/tegra20-common/funcmux.c |4 ++--
arch/arm/cpu/tegra20-common/pinmux
On 01/09/2013 01:52 PM, Allen Martin wrote:
> IRDA is a synonym for UARTB in tegra pinmux, remove all usage of this
> synonym and replace with UARTB to disambiguate.
Reviewed-by: Stephen Warren
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On 01/07/2013 04:01 PM, james.y...@freescale.com wrote:
> From: James Yang
>
> This patch adds the ability for the FSL DDR interactive debugger to
> automatically run the sequence of commands stored in the ddr_interactive
> environment variable. Commands are separated using ';'.
>
> ddr_interac
On Wed, Jan 09, 2013 at 01:53:21PM -0600, Scott Wood wrote:
> On 01/08/2013 04:57:20 PM, Albert ARIBAUD wrote:
> >
> >Signed-off-by: Albert ARIBAUD
> >---
> > drivers/mtd/nand/Makefile |4
> > 1 file changed, 4 insertions(+)
> >
> >diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/
Vadim,
Thanks for the patch! Looks good in general, though please add the
"patman" prefix to the first line of your commit message.
On Wed, Jan 9, 2013 at 1:13 PM, Vadim Bendebury wrote:
> To make it usable in git trees not providing a patch checker
> implementation, add a command line option,
On 01/09/2013 03:38:22 PM, Tom Rini wrote:
On Wed, Jan 09, 2013 at 01:53:21PM -0600, Scott Wood wrote:
> On 01/08/2013 04:57:20 PM, Albert ARIBAUD wrote:
> >
> >Signed-off-by: Albert ARIBAUD
> >---
> > drivers/mtd/nand/Makefile |4
> > 1 file changed, 4 insertions(+)
> >
> >diff --git a/
On 01/09/2013 03:38:22 PM, Tom Rini wrote:
On Wed, Jan 09, 2013 at 01:53:21PM -0600, Scott Wood wrote:
> On 01/08/2013 04:57:20 PM, Albert ARIBAUD wrote:
> >
> >Signed-off-by: Albert ARIBAUD
> >---
> > drivers/mtd/nand/Makefile |4
> > 1 file changed, 4 insertions(+)
> >
> >diff --git a/
To make it usable in git trees not providing a patch checker
implementation, add a command line option, allowing to suppress patch
check. While we are at it, sort debug options alphabetically.
. unit test passes:
$ ./patman -t
. successfully used patman in the autotest tree to gene
To make it usable in git trees not providing a patch checker
implementation, add a command line option, allowing to suippress patch
check. While we are at it, sort debug options alphabetically.
. unit test passes:
$ ./patman -t
. successfully used patman in the autotest tree to gen
On Wed, Jan 9, 2013 at 2:01 PM, Vadim Bendebury wrote:
> To make it usable in git trees not providing a patch checker
> implementation, add a command line option, allowing to suppress patch
> check. While we are at it, sort debug options alphabetically.
>
>. unit test passes:
> $ ./patman
On Wed, Jan 9, 2013 at 2:13 PM, Simon Glass wrote:
> Hi Vadim,
>
> Looks good! Please can you add a single character option?
>
Simon, I could not think of a good single letter option to pick, so I
did not, but if you have a suggestion I implement it.
> Can you also please add an option to skip t
Hi Vadim,
On Wed, Jan 9, 2013 at 2:16 PM, Vadim Bendebury wrote:
> On Wed, Jan 9, 2013 at 2:13 PM, Simon Glass wrote:
>> Hi Vadim,
>>
>> Looks good! Please can you add a single character option?
>>
>
> Simon, I could not think of a good single letter option to pick, so I
> did not, but if you ha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/09/2013 05:06 PM, Scott Wood wrote:
> On 01/09/2013 03:38:22 PM, Tom Rini wrote:
>> On Wed, Jan 09, 2013 at 01:53:21PM -0600, Scott Wood wrote:
>>> On 01/08/2013 04:57:20 PM, Albert ARIBAUD wrote:
Signed-off-by: Albert ARIBAUD
--
On Wed, Jan 9, 2013 at 2:22 PM, Simon Glass wrote:
> Hi Vadim,
>
> On Wed, Jan 9, 2013 at 2:16 PM, Vadim Bendebury wrote:
>> On Wed, Jan 9, 2013 at 2:13 PM, Simon Glass wrote:
>>> Hi Vadim,
>>>
>>> Looks good! Please can you add a single character option?
>>>
>>
>> Simon, I could not think of a
On 01/09/2013 04:25:46 PM, Tom Rini wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/09/2013 05:06 PM, Scott Wood wrote:
> BTW, the conflicting patch was
> 5846b11e8810f0ecc15e78b383b7709b9b785580 ("am33xx_spl_bch: simple
> SPL nand loader for AM33XX"). It's a NAND patch, in
> drivers
On 01/09/2013 01:03 PM, York Sun wrote:
> On 01/07/2013 04:01 PM, james.y...@freescale.com wrote:
>> From: James Yang
>>
>> This patch adds the ability for the FSL DDR interactive debugger to
>> automatically run the sequence of commands stored in the ddr_interactive
>> environment variable. Comm
On Wed, Jan 9, 2013 at 2:57 PM, Doug Anderson wrote:
> Vadim,
>
> On Wed, Jan 9, 2013 at 2:07 PM, Vadim Bendebury wrote:
+parser.add_option('--no-check', action='store_true', dest='no_check',
+ default=False,
+ help="Don't check for patch complianc
Vadim,
On Wed, Jan 9, 2013 at 2:07 PM, Vadim Bendebury wrote:
>>> +parser.add_option('--no-check', action='store_true', dest='no_check',
>>> + default=False,
>>> + help="Don't check for patch compliance")
>>
>> IMHO It would be slightly better to use action='stor
To make it usable in git trees not providing a patch checker
implementation, add a command line option, allowing to suppress patch
check. While we are at it, sort debug options alphabetically.
Also, do not raise an exception if checkpatch.pl is not found - just
print an error message suggesting to
To make it usable in git trees not providing a patch checker
implementation, add a command line option, allowing to suppress patch
check. While we are at it, sort debug options alphabetically.
Also, do not raise an exception if checkpatch.pl is not found - just
print an error message suggesting to
On 09/01/13 16:03, Rajeshwari Shinde wrote:
> Add FDT support to PMIC MAX77686 chip.
>
> Changes in V2:
> - Changed chip address from 06 to 6.
> - Corrected indentation errors.
> Changes in V3:
> - Rebased on top of the latest implementation
> of PMIC
> Changes in V
On 09/01/13 15:42, Ajay Kumar wrote:
> [PATCH V6 1/4] EXYNOS5: Change parent clock of FIMD to MPLL
> [PATCH V6 2/4] EXYNOS: Add dummy definition to fix compilation dependency on
> CONFIG_EXYNOS_MIPI_DSIM
> [PATCH V6 3/4] video: Modify exynos_fimd driver to support LCD console
> [PATCH V
Vadim,
Looks great with one last nit...
On Wed, Jan 9, 2013 at 4:23 PM, Vadim Bendebury wrote:
> +
> +print >> sys.stderr, ('Cannot find checkpatch.pl - please put it in your
> ' +
> +'~/bin directory or use --no_patch')
> +sys.exit(1)
s/no_patch/no-patch
__
To make it usable in git trees not providing a patch checker
implementation, add a command line option, allowing to suppress patch
check. While we are at it, sort debug options alphabetically.
Also, do not raise an exception if checkpatch.pl is not found - just
print an error message suggesting to
To make it usable in git trees not providing a patch checker
implementation, add a command line option, allowing to suppress patch
check. While we are at it, sort debug options alphabetically.
Also, do not raise an exception if checkpatch.pl is not found - just
print an error message suggesting to
Hi,
Here at $dayjob we make embedded network devices (routers & switches).
Because we have an interest in getting people to adopt IPv6 we've added
code to our local u-boot repository to add basic IPv6 support on our
boards. It's not a fully conformant IPv6 host implementation but it is
enough to b
>> This patch allows for proper clocks on the 8308 as a workaround
>> for the lack of HRCWH_PCI_HOST support.
>
> You say this patchis working on "your newer version of the 8308". Can
> you please be specific what "old" and "new" actually means here?
Not exactly unfortunately. On the 8308s I cur
Hi All,
I think this problem is produced when card is running write/erase operation.
We used the mmc_send_status() into driver/mmc/mmc.c.
When That command is sending, i found the inhibit released log.
I think problem that SDHCI_DATA_INHIBIT is set at every command.
if didn't have data and respon
Hi Minkyu Kang,
Thank you for applying the patches.
Regards,
Rajeshwari Shinde
On Thu, Jan 10, 2013 at 6:51 AM, Minkyu Kang wrote:
> On 09/01/13 16:03, Rajeshwari Shinde wrote:
>> Add FDT support to PMIC MAX77686 chip.
>>
>> Changes in V2:
>> - Changed chip address from 06 to 6.
>>
Hi All,
Kindly please do let me if any comments on these patches.
Regards,
Rajeshwari Shinde.
On Mon, Jan 7, 2013 at 6:38 PM, Rajeshwari Shinde
wrote:
> This patch converts lowlevel_init.S to lowlevel_init_c.c.
> Add PMIC MAX77686 voltage settings for SMDK5250.
>
> Changes in V2:
> - Ad
On Wed, Jan 9, 2013 at 6:00 PM, Vadim Bendebury wrote:
> To make it usable in git trees not providing a patch checker
> implementation, add a command line option, allowing to suppress patch
> check. While we are at it, sort debug options alphabetically.
>
> Also, do not raise an exception if check
u-boot compilation fails for smdk5250 when we deselect CONFIG_LCD
from the main config file. This patch fixes it.
Signed-off-by: Ajay Kumar
---
board/samsung/smdk5250/smdk5250.c | 2 ++
include/configs/exynos5250-dt.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/board/samsung/smdk525
With this patch, stdout/stderr is assigned to serial and also to LCD.
Initially, u-boot output console is observed via serial port.
If you also have a DP panel connected onto your SMDK5250 board,
you can switch to LCD console by typing "setenv stdout lcd".
You can always switch back to serial using
Hi Wolfgang, hi Tom,
as I almost have the changes requested by Wolfgang in place, you two can
choose, which version I should resubmit. ;)
Am 09.01.2013 um 20:34 schrieb Tom Rini:
>>> +static void rtc32k_enable(void)
>>> +{
>>> + struct rtc_regs *rtc = (struct rtc_regs *)AM335X_RTC_BASE;
>>> +
On 01/09/2013 04:42 PM, Ramesh K Khokhani wrote:
> We have M5329EVB with JTAG. That board has LHF00L31 (2MB) Flash.
> And we have source code of u-boot, linux Kernel and rootfs with
> required patch (so called LTIB) which is available in freescale
> website.
>
> Now we have our custom board with s
Hi Prafulla,
On Tue, 8 Jan 2013 09:21:40 -0800, Prafulla Wadaskar
wrote:
> Dear Albert
> Please pull
>
> The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
>
> Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08
> 14:59:37 +0100)
>
> are availabl
Hello,
First of all sorry if this question was already answered here.
We are sourcing some K9F8G08U0M-PIB0 NAND flash devices.
On the first erase in uboot 2011.09 I got bunch of mostly consecutive bad
blocks.
According to the datasheet we should get not more then 80 bad blocks for our
chip
bu
92 matches
Mail list logo