Hi Heiko,
On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote:
> > I suppose you could. It seems conceptually /far/ simpler to just scan
> > the DT once up-front rather than having to defer all this stuff until
>
> on the other hand we ring for every ms boot time ... and here we want
> to
Hello Stephen,
Am 01.08.2013 07:39, schrieb Stephen Warren:
On 07/31/2013 10:32 PM, Heiko Schocher wrote:
Hello Stephen,
Am 31.07.2013 21:31, schrieb Stephen Warren:
On 07/30/2013 11:46 PM, Heiko Schocher wrote:
...
Hmm.. each i2c adapter has its own init function ... why the tegra
driver do
Hi, experts:
Does U-boot support soft interrupt handler?
In start.S :
...
software_interrupt:
get_bad_stack
bad_save_user_regs
bl do_software_interrupt
...
Not include resore_user_regs function such as irq_restore_user_regs.
Best wishes,
_
On 07/31/2013 10:32 PM, Heiko Schocher wrote:
> Hello Stephen,
>
> Am 31.07.2013 21:31, schrieb Stephen Warren:
>> On 07/30/2013 11:46 PM, Heiko Schocher wrote:
>> ...
>>> Hmm.. each i2c adapter has its own init function ... why the tegra
>>> driver do not use it? And do the necessary inits in it?
Hello Marek,
Am 31.07.2013 13:03, schrieb Marek Vasut:
In case only the CONFIG_SYS_I2C_SPEED is set in configuration file,
the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED.
The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver.
Unfortunatelly, due to a typo in the dri
Hello Stephen,
Am 31.07.2013 21:41, schrieb Stephen Warren:
On 07/31/2013 02:31 AM, Heiko Schocher wrote:
Am 31.07.2013 10:16, schrieb Albert ARIBAUD:
On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote:
...
In the present instance, I'd rather we either:
- removed dependency on DT et
Hello Stephen,
Am 31.07.2013 21:31, schrieb Stephen Warren:
On 07/30/2013 11:46 PM, Heiko Schocher wrote:
...
Hmm.. each i2c adapter has its own init function ... why the tegra
driver do not use it? And do the necessary inits in it? So we
initialize an adapater only if we use it, which is also
To heiko and minkyu,
I'm very sorry. It was my first time to contribute my code to open-source
community, and it was my mistake not to be familiar with the convention in this
community. I read the article in the link which minkyu sent me. It was very
helpful. Thank you.
I'll be more careful ne
Hi,
Thank you for your review.
2013/7/31 Tom Rini :
> On Wed, Jul 31, 2013 at 04:50:58PM +0900, Nobuhiro Iwamatsu wrote:
>
>> This patch adds a driver for Renesas SoC's Queued SPI bus.
>> This supports with 8 bits per transfer to use with SPI flash.
>>
>> Signed-off-by: Kouei Abe
>> Signed-off-b
Hi,
Thank you for your review.
2013/7/31 Michal Simek :
> On 07/31/2013 09:43 AM, Nobuhiro Iwamatsu wrote:
>> Add support for Spansion S25FL512S_256K SPI flash.
>>
>> Signed-off-by: Nobuhiro Iwamatsu
>> ---
>> drivers/mtd/spi/spansion.c | 8
>> 1 file changed, 8 insertions(+)
>>
>> dif
On Wed, Jul 31, 2013 at 6:01 PM, Rob Herring wrote:
> Dennis,
>
> On Thu, Jul 25, 2013 at 4:13 PM, wrote:
>> From: Dennis Gilmore
>>
>> Signed-off-by: Dennis Gilmore
>> ---
>> include/configs/wandboard.h | 42 +++---
>> 1 file changed, 39 insertions(+), 3 d
Dennis,
On Thu, Jul 25, 2013 at 4:13 PM, wrote:
> From: Dennis Gilmore
>
> Signed-off-by: Dennis Gilmore
> ---
> include/configs/wandboard.h | 42 +++---
> 1 file changed, 39 insertions(+), 3 deletions(-)
>
> diff --git a/include/configs/wandboard.h b/inclu
Dear Dan Murphy,
> Marek
>
> On 07/17/2013 11:30 PM, Marek Vasut wrote:
> > Dear Dan Murphy,
> >
> >> Add the call back to reset the LAN9730 after
> >> the FEAT_POWER has been called.
> >>
> >> Signed-off-by: Dan Murphy
> >> ---
> >> v3 - Added this patch to separate the patch series -
> >> ht
Dear Wolfgang Denk,
> Dear Marek,
>
> In message <1375220281-11132-6-git-send-email-ma...@denx.de> you wrote:
>
> ...
>
> > + /* Program the SmartLCD controller */
> > + writel(LCDIF_CTRL1_RECOVER_ON_UNDERFLOW, ®s->hw_lcdif_ctrl1_set);
> > +
> > + writel(0x03030202, ®s->hw_lcdif_timing);
Marek
On 07/17/2013 11:30 PM, Marek Vasut wrote:
> Dear Dan Murphy,
>
>> Add the call back to reset the LAN9730 after
>> the FEAT_POWER has been called.
>>
>> Signed-off-by: Dan Murphy
>> ---
>> v3 - Added this patch to separate the patch series -
>> http://patchwork.ozlabs.org/patch/258229/
>>
>
On 07/31/2013 02:31 AM, Heiko Schocher wrote:
> Am 31.07.2013 10:16, schrieb Albert ARIBAUD:
>> On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote:
...
In the present instance, I'd rather we either:
- removed dependency on DT etc. by using "hard-coded" low level I2C
r
Dear Wolfgang Denk,
> Dear Marek Vasut,
>
> In message <1375220281-11132-7-git-send-email-ma...@denx.de> you wrote:
> > diff --git a/board/sandisk/sansa_fuze_plus/Makefile
> > b/board/sandisk/sansa_fuze_plus/Makefile new file mode 100644
> > index 000..5e46e4c
> > --- /dev/null
> > +++ b/boar
Dear Albert,
In message <20130731090644.2b4ce215@lilith> you wrote:
>
> > On some boards, yes. For example, if they store the environment in an
> > I2C attached EEPROM. Then you need I2C support early, before console,
> > to read for example the baudrate setting.
>
> Thanks, so some I2C reads a
On 07/30/2013 11:46 PM, Heiko Schocher wrote:
...
> Hmm.. each i2c adapter has its own init function ... why the tegra
> driver do not use it? And do the necessary inits in it? So we
> initialize an adapater only if we use it, which is also a rule
> for u-boot ...
>
> I have no hw, but it should b
Dear Marek Vasut,
In message <1375220281-11132-7-git-send-email-ma...@denx.de> you wrote:
>
> diff --git a/board/sandisk/sansa_fuze_plus/Makefile
> b/board/sandisk/sansa_fuze_plus/Makefile
> new file mode 100644
> index 000..5e46e4c
> --- /dev/null
> +++ b/board/sandisk/sansa_fuze_plus/Makefi
Dear Marek,
In message <1375220281-11132-6-git-send-email-ma...@denx.de> you wrote:
>
...
> + /* Program the SmartLCD controller */
> + writel(LCDIF_CTRL1_RECOVER_ON_UNDERFLOW, ®s->hw_lcdif_ctrl1_set);
> +
> + writel(0x03030202, ®s->hw_lcdif_timing);
Please don't use such magic number
Makes the startup output more consistent
Signed-off-by: Shruti Kanetkar
Acked-by: Andy Fleming
---
arch/powerpc/cpu/mpc85xx/cpu.c | 2 +-
arch/powerpc/cpu/mpc85xx/cpu_init.c | 14 +++---
arch/powerpc/cpu/mpc86xx/cpu.c | 6 +++---
arch/powerpc/cpu/mpc8xx/video.c | 4 ++--
Makes the startup output more consistent
Signed-off-by: Shruti Kanetkar
Acked-by: Andy Fleming
---
arch/powerpc/cpu/mpc824x/cpu.c | 8 +++-
arch/powerpc/cpu/mpc85xx/cpu_init.c | 8 +---
arch/powerpc/cpu/mpc8xx/cpu.c | 24 +++-
arch/powerpc/cpu/mpc8xxx/dd
Dear Andy Neubi,
On 31.07.13 15:26, Andy Neubi wrote:
> hi,
> i'm using the uboot-tools (fw_printenv) to readout the env-settings of my
> beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using
> default environment' msg
please configure your MUA to wrap at about 78 chars
Hi Marek,
On 31/07/2013 17:15, Marek Vasut wrote:
>>
>> This patch should be squashed with 5/11 because you add a new file.
>
> I explicitly keep it this way , see the cover letter. You could apply first 6
> patches and after Anatolij checks the font stuff, the rest can be applied. Or
> if
> I
Dear Stefano Babic,
> On 30/07/2013 23:38, Marek Vasut wrote:
> > This device has a very small screen and thus can benefit from using
> > smaller font. Enable it.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Fabio Estevam
> > Cc: Otavio Salvador
> > Cc: Stefano Babic
> > ---
> >
> > include/c
Dear Stefano Babic,
> Hi Marek,
>
> On 31/07/2013 15:22, Marek Vasut wrote:
> >> Question: is there anything wrong to move it into mxsfb_system_setup() ?
> >> I would prefer to avoid adding a new not documented CONFIG_ only to set
> >> a bit...
> >
> > Yes, the order in which the LCD is configur
Dear Stefano Babic,
[...]
> > @@ -0,0 +1,47 @@
> > +#
> > +# (C) Copyright 2000-2006
> > +# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
> > +#
> > +# See file CREDITS for list of people who contributed to this
> > +# project.
> > +#
> > +# This program is free software; you can redist
Hi Marek,
On 31/07/2013 15:22, Marek Vasut wrote:
>>
>> Question: is there anything wrong to move it into mxsfb_system_setup() ?
>> I would prefer to avoid adding a new not documented CONFIG_ only to set
>> a bit...
>
> Yes, the order in which the LCD is configured must be preserved as-is.
>
O
On 30/07/2013 23:38, Marek Vasut wrote:
> This device has a very small screen and thus can benefit from using
> smaller font. Enable it.
>
> Signed-off-by: Marek Vasut
> Cc: Fabio Estevam
> Cc: Otavio Salvador
> Cc: Stefano Babic
> ---
> include/configs/xfi3.h |1 +
> 1 file changed, 1 in
Hi Marek,
On 30/07/2013 23:37, Marek Vasut wrote:
> Add STMP3780-based XFi3 board. This board is a small PMP device
> sporting a CPU which was later rebranded to i.MX233 . Currently
> supported is USB gadget mode and both external SD and internal
> Phison SD-NAND bridge .
>
> Signed-off-by: Marek
Vivek
On 07/31/2013 08:55 AM, Vivek Gautam wrote:
> Did you have an updated patch set for the xHCI code?
> At this point of time, we would have one or two fixes on top of this
> version of patches for xHCI.
> I can post those patches patches based on this series, so that you can
> just pick up th
Hi Dan,
On Wed, Jul 31, 2013 at 6:31 PM, Dan Murphy wrote:
> Vivek
> On 07/02/2013 07:59 AM, Vivek Gautam wrote:
>> This change adds necessary xHCI host controller stack layer.
>> This stack will eventually interact with SoC specific USB 3.0
>> controller drivers to enable USB 3.0 support on dif
hi,
i'm using the uboot-tools (fw_printenv) to readout the env-settings of my
beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using
default environment' msg
[root@buildroot ~]# cat /proc/mtd dev:size erasesize namemtd0: 0008
0002 "X-Loader"mtd1: 001e 000
On Tue, Jul 30, 2013 at 09:13:26AM +0200, Heiko Schocher wrote:
> Hello Lokesh,
>
> Am 30.07.2013 07:39, schrieb Lokesh Vutla:
> >Hi Heiko,
> >On Tuesday 30 July 2013 10:39 AM, Heiko Schocher wrote:
> >>add support for the am335x based boards from siemens:
> >>
> [...]
> >>- [U-Boot] net, phy, cps
Dear Stefano Babic,
> Hi Marek,
>
> On 30/07/2013 23:37, Marek Vasut wrote:
> > Add hook that allow configuring SmartLCD attached the MXS LCDIF
> > controller operating in System-Mode. This hook can be overriden
> > by a platform-specific SmartLCD programming routine, which writes
> > the SmartLC
Hi Marek,
On 30/07/2013 23:37, Marek Vasut wrote:
> Add hook that allow configuring SmartLCD attached the MXS LCDIF
> controller operating in System-Mode. This hook can be overriden
> by a platform-specific SmartLCD programming routine, which writes
> the SmartLCD specific values into it's registe
Hello Simon,
Am 31.07.2013 14:30, schrieb Simon Glass:
Hi,
On Wed, Jul 31, 2013 at 3:38 AM, Albert ARIBAUD
wrote:
Hi Heiko,
On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher wrote:
Hello Albert,
Am 31.07.2013 10:16, schrieb Albert ARIBAUD:
Hi Heiko,
On Wed, 31 Jul 2013 09:36:19 +0200,
Vivek
On 07/02/2013 07:59 AM, Vivek Gautam wrote:
> This change adds necessary xHCI host controller stack layer.
> This stack will eventually interact with SoC specific USB 3.0
> controller drivers to enable USB 3.0 support on different boards.
>
> Based on 'master' branch of u-boot-usb tree.
>
> T
On Tue, Jul 30, 2013 at 8:36 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
>> On Tue, Jul 30, 2013 at 7:46 PM, Marek Vasut wrote:
>> > Dear Otavio Salvador,
>> >
>> > [...]
>> >
>> >> > + mxsfb_write_register(0x36, 0xaf);
>> >> > + mxsfb_write_register(0x37, 0);
>> >> > + mxs
On Wed, Jul 31, 2013 at 04:04:42PM +0800, Macpaul Lin wrote:
> Hi,
>
> Here is a short announcement about a change in the U-boot NDS32 custodian.
>
> I have no longer working in Andes Technology Corporation and cannot
> provide the community the best support on NDS32 architecture.
> Kuan-Yu Kuo
Hi,
On Wed, Jul 31, 2013 at 3:38 AM, Albert ARIBAUD
wrote:
> Hi Heiko,
>
> On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher wrote:
>
> > Hello Albert,
> >
> > Am 31.07.2013 10:16, schrieb Albert ARIBAUD:
> > > Hi Heiko,
> > >
> > > On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote:
> >
On Wed, Jul 31, 2013 at 04:50:58PM +0900, Nobuhiro Iwamatsu wrote:
> This patch adds a driver for Renesas SoC's Queued SPI bus.
> This supports with 8 bits per transfer to use with SPI flash.
>
> Signed-off-by: Kouei Abe
> Signed-off-by: Nobuhiro Iwamatsu
[snip]
> +/*
> + * drivers/spi/sh_qspi.
On Sun, Jul 28, 2013 at 10:12:44PM +0200, Wolfgang Denk wrote:
> Unlike the other patches in this series so far, this commit fixes a
> ambiguity in the license terms for some OMAP files: the code was
> originally derived from the Linux kernel sources, where it was clearly
> marked as GPL-2.0 (i.
Hi Henrik,
On Sun, Jun 16, 2013 at 7:39 PM, Henrik Nordström <
hen...@henriknordstrom.net> wrote:
> sön 2013-06-16 klockan 07:50 -0700 skrev Simon Glass:
>
> > Did you send a new version? I might have missed it.
>
> Not yet. Work got in a bit of a panic mode and then been ill for a
> while. Not f
It is not necessary for all processor to have serdes block 1 & 2.
They may have only one serdes block.
So, put serdes block 1 & 2 related code under defines
Signed-off-by: Prabhakar Kushwaha
---
arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 16
arch/powerpc/include/asm/con
In case only the CONFIG_SYS_I2C_SPEED is set in configuration file,
the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED.
The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver.
Unfortunatelly, due to a typo in the driver, instead of defining
CONFIG_SYS_I2C_SOFT_SPEED, an CON
Dear Macpaul Lin,
> Hi,
>
> Here is a short announcement about a change in the U-boot NDS32 custodian.
>
> I have no longer working in Andes Technology Corporation and cannot
> provide the community the best support on NDS32 architecture.
> Kuan-Yu Kuo (a.k.a. Ken Kuo) will be the next custodian
Dear Jim Lin,
> On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote:
> > Dear Jim Lin,
> >
> > > On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote:
> > > > Dear Jim Lin,
> > > >
> > > > In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you
wrote:
> > > > > TFTP booting is sl
Dear Heiko Schocher,
> Hello Marek,
>
> Am 30.07.2013 23:37, schrieb Marek Vasut:
> > Add STMP3780-based XFi3 board. This board is a small PMP device
> > sporting a CPU which was later rebranded to i.MX233 . Currently
> > supported is USB gadget mode and both external SD and internal
> > Phison S
On 07/31/2013 09:43 AM, Nobuhiro Iwamatsu wrote:
> Add support for Spansion S25FL512S_256K SPI flash.
>
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> drivers/mtd/spi/spansion.c | 8
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote:
> Dear Jim Lin,
>
> > On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote:
> > > Dear Jim Lin,
> > >
> > > In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you wrote:
> > > > TFTP booting is slow when a USB keyboard is instal
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote:
> Dear Jim Lin,
>
> > On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote:
> > > Dear Jim Lin,
> > >
> > > In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you wrote:
> > > > TFTP booting is slow when a USB keyboard is instal
On 31 July 2013 09:27, Marc Zyngier wrote:
> Thanks for putting this together. One remark though:
>
> I don't see any code in u-boot to handle errata specific to the A15
> revision used by the Exynos5250. The original Chromebook kernel takes care
> of this (it runs in secure mode), but as you're
Dear Hyungwon Hwang.
On 31/07/13 17:25, Hyungwon Hwang wrote:
> Hello, Heiko.
>
> I think that function l5f31188_display_enable() is needed to wrap up function
> l5f31188_display_on().
>
> Function l5f31188_display_enable() is used as an interface to external side,
> especially to MIPI DSI dri
On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote:
> Dear Jim Lin,
>
> In message <1374226576-13401-2-git-send-email-ji...@nvidia.com> you wrote:
> > TFTP booting is slow when a USB keyboard is installed and
> > stdin has usbkbd added.
> > This fix is to change Ctrl-C polling for USB keyboard
Hi Heiko,
On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher wrote:
> Hello Albert,
>
> Am 31.07.2013 10:16, schrieb Albert ARIBAUD:
> > Hi Heiko,
> >
> > On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote:
> >
> >>> On the other hand, it may be hard to immediately know what functions
>
On 2013-07-30 18:07, Alexander Spyridakis wrote:
Hi Alexander,
Since there was much interest, as of late, to see KVM/ARM running on
Samsung's Exynos5250 Chromebook, and given the fact that we are not
aware
of any current work done on this, we take the opportunity to inform
you
that you can t
Hi Tom,
Please pull the following patches from u-boot-blackfin into your tree.
Thanks
The following changes since commit 6a19cc9df0ff76273cecd3cd72323a73ff44e8de:
cfi_flash: Add prototypes of overridable functions (2013-07-30 09:11:54 +0200)
are available in the git repository at:
git:/
Hello Albert,
Am 31.07.2013 10:16, schrieb Albert ARIBAUD:
Hi Heiko,
On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote:
On the other hand, it may be hard to immediately know what functions
throughout U-boot are safe to call from within board_init_f(); maybe we
should start thinking ab
This is u-boot driver for L5F31188 panel.
I tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked
well.
Changes in V2:
- Replaced license header by SPDX-License-Identifier.
Signed-off-by: Hyungwon Hwang
Signed-off-by: Donghwa Lee
---
drivers/video/Makefile |
Hello, Heiko.
I think that function l5f31188_display_enable() is needed to wrap up function
l5f31188_display_on().
Function l5f31188_display_enable() is used as an interface to external side,
especially to MIPI DSI driver. But function l5f31188_display_on() is used as an
internal function in t
Hi Heiko,
On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher wrote:
> > On the other hand, it may be hard to immediately know what functions
> > throughout U-boot are safe to call from within board_init_f(); maybe we
> > should start thinking about checking and marking these, the simplest
> > wa
Add support for Spansion S25FL512S_256K SPI flash.
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/mtd/spi/spansion.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c
index 47a4897..a7dc096 100644
--- a/drivers/mtd/spi/spansion.c
++
Hi,
Here is a short announcement about a change in the U-boot NDS32 custodian.
I have no longer working in Andes Technology Corporation and cannot
provide the community the best support on NDS32 architecture.
Kuan-Yu Kuo (a.k.a. Ken Kuo) will be the next custodian of u-boot-nds32 branch.
Thanks
This patch adds a driver for Renesas SoC's Queued SPI bus.
This supports with 8 bits per transfer to use with SPI flash.
Signed-off-by: Kouei Abe
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/spi/Makefile | 1 +
drivers/spi/sh_qspi.c | 204 ++
d
Hello Albert,
Am 31.07.2013 09:06, schrieb Albert ARIBAUD:
Hi Wolfgang,
On Wed, 31 Jul 2013 07:18:21 +0200, Wolfgang Denk wrote:
Dear Albert ARIBAUD,
In message<20130731000921.724f5c71@lilith> you wrote:
board_init_f() is supposed to initialize just enough of the system to
allow relocati
Hi Masahiro,
On Wed, 31 Jul 2013 11:45:18 +0900, Masahiro Yamada
wrote:
> Hello Albert
>
> > Will the patch cause some targets to break?
>
> I don't think so
> because -Wundef option just prints warnings.
>
>
> GCC manual says:
> -Wundef
> Warn if an undefined identifier is evaluated in an
Hi Wolfgang,
On Wed, 31 Jul 2013 07:18:21 +0200, Wolfgang Denk wrote:
> Dear Albert ARIBAUD,
>
> In message <20130731000921.724f5c71@lilith> you wrote:
> >
> > board_init_f() is supposed to initialize just enough of the system to
> > allow relocation. Is initializing i2c necessary in this cont
69 matches
Mail list logo