Dear Stefano Babic,
> On 26/08/2013 17:45, Marek Vasut wrote:
> > The chipselect must be written into the CTRL0 register after the SSP
> > block is reset, otherwise the block will always use ChipSelect #0.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Fabio Estevam
> > Cc: Jagannadha Sutradharudu
On 27/08/2013 11:05, Marek Vasut wrote:
> Dear Stefano Babic,
>
>> On 26/08/2013 17:45, Marek Vasut wrote:
>>> The chipselect must be written into the CTRL0 register after the SSP
>>> block is reset, otherwise the block will always use ChipSelect #0.
>>>
>>> Signed-off-by: Marek Vasut
>>> Cc: Fab
Hi,
On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote:
> Dear Stefano Babic,
>
>> On 26/08/2013 17:45, Marek Vasut wrote:
>> > The chipselect must be written into the CTRL0 register after the SSP
>> > block is reset, otherwise the block will always use ChipSelect #0.
>> >
>> > Signed-off-by: Mar
Hi,
On Tue, Aug 27, 2013 at 4:11 AM, Asok Subramanian wrote:
> Fix problems in chip select selection in imx23,28 spi code
>
> The spi function code for imx23,28 currently does not work for chip select
> other than 0.
> This is because the register HW_SSP_CTRL0 is first reset and the code does
>
On Tue, Aug 27, 2013 at 2:40 PM, Stefano Babic wrote:
> On 27/08/2013 11:05, Marek Vasut wrote:
>> Dear Stefano Babic,
>>
>>> On 26/08/2013 17:45, Marek Vasut wrote:
The chipselect must be written into the CTRL0 register after the SSP
block is reset, otherwise the block will always use C
Hi
On Tue, Aug 27, 2013 at 11:15 AM, Sourav Poddar wrote:
> Add support for macronix "MX66L51235L" flash device.
>
> Signed-off-by: Sourav Poddar
> ---
> drivers/mtd/spi/macronix.c |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mtd/spi/macronix.c b/dri
Dear Jagan Teki,
> Hi,
>
> On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote:
> > Dear Stefano Babic,
> >
> >> On 26/08/2013 17:45, Marek Vasut wrote:
> >> > The chipselect must be written into the CTRL0 register after the SSP
> >> > block is reset, otherwise the block will always use ChipSele
Hi
On Tue, Aug 27, 2013 at 2:51 PM, Marek Vasut wrote:
> Dear Jagan Teki,
>
>> Hi,
>>
>> On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote:
>> > Dear Stefano Babic,
>> >
>> >> On 26/08/2013 17:45, Marek Vasut wrote:
>> >> > The chipselect must be written into the CTRL0 register after the SSP
>>
Dear Jagan Teki,
> Hi
>
> On Tue, Aug 27, 2013 at 2:51 PM, Marek Vasut wrote:
> > Dear Jagan Teki,
> >
> >> Hi,
> >>
> >> On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote:
> >> > Dear Stefano Babic,
> >> >
> >> >> On 26/08/2013 17:45, Marek Vasut wrote:
> >> >> > The chipselect must be wri
On Tue, Aug 27, 2013 at 1:13 AM, Scott Wood wrote:
> On Thu, 2013-08-08 at 11:24 +0200, Wolfgang Denk wrote:
>> Hello all,
>>
>> I think we should bring the upcoming U-Boot mini-summit in Edinburgh
>> back to attention - it's still more than two months, so no reason to
>> panic yet, but as we all
Hi,
>> Hi fellow U-Boot developers,
>>
>> people meeting us at our booth at the Embedded World trade show in
>> Nürnberg this year may already have heard rumours about it but now it is
>> official - there will be an U-Boot mini-summit at the Emdedd Linux
>> Conference Europe in Edinburgh, UK [1].
On 08/27/2013 02:23 AM, Masahiro Yamada wrote:
Hello Andre,
+/* the vector table for secure state */
+_monitor_vectors:
+ .word 0 /* reset */
+ .word 0 /* undef */
+ adr pc, _secure_monitor
+ .word 0
+ .word 0
+ .word 0
+ .word 0
+ .word 0
+
HI,
How to map the gpio as interrupt and write the interrupt handler for it in
bootloader? We have mapped the ethernet phy interrupt to gpio of the cpu, we
need to handle this interrupt for the link detection. We are using MIPS
architecture
I had tried using the polling method, by keeping in for(
Make sure value in register r0 and r1 is preserved and passed to
the board_init_ll() and mxs_common_spl_init() where it can be
processed further. The value in r0 can be configured during the
BootStream generation to arbitary value, r1 contains pointer to
return value from CALL'd function.
This pat
LCD4 needs a slightly different GPIO configuration than the
original LWMON5 variant. GPIO49 needs to be configured to a
default output value of 0 (permanent voltage supply).
Additionally lcd4 also needs to enable the LSB transmitter.
Signed-off-by: Stefan Roese
---
board/lwmon5/lwmon5.c| 3
On 20.08.2013 11:55, Paul Burton wrote:
> Thanks, I'll fix the style issues and send v2 soon.
Yes, please do.
Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/27/2013 05:51 AM, Andre Przywara wrote:
> On 08/27/2013 02:23 AM, Masahiro Yamada wrote:
>> Hello Andre,
>>
>>> +/* the vector table for secure state */ +_monitor_vectors: +
>>> .word 0/* reset */ +.word 0 /* undef */ +adr pc,
>>> _s
On Tue, Aug 27, 2013 at 11:39:50AM +0200, Michal Simek wrote:
> Hi,
>
> >> Hi fellow U-Boot developers,
> >>
> >> people meeting us at our booth at the Embedded World trade show in
> >> N??rnberg this year may already have heard rumours about it but now it is
> >> official - there will be an U-Boo
On Mon, Aug 26, 2013 at 06:12:45PM +0800, tiger...@viatech.com.cn wrote:
> Hi, experts:
>
> Currently, linux kernel could compile zImage with appending dtb binary.
>
>
>
> Uboot has supported bootz command.
>
> So, could bootz be used to boot zImage_dtb image?
>
> Has anybody test succefull
Hi Eric,
On 26/08/2013 16:23, Eric Nelson wrote:
>
> Functionally, we still need table(s) for any image which supports either
> variant so the proper set of pads are configured.
>
> See this for an example
> http://lists.denx.de/pipermail/u-boot/2012-October/136394.html
>
Ok - what I meant
Hi Tapani,
On 27/08/2013 06:07, Tapani Utriainen wrote:
> Your suggestion is similar to what I would first think of, but you do
> the extra kludging to make it work with the current syntax. My approach
> would be to introduce new namings in parallel to the current ones
> (similar, if not the same
On Tue, Aug 27, 2013 at 5:46 PM, Tom Rini wrote:
> On Tue, Aug 27, 2013 at 11:39:50AM +0200, Michal Simek wrote:
>> Hi,
>>
>> >> Hi fellow U-Boot developers,
>> >>
>> >> people meeting us at our booth at the Embedded World trade show in
>> >> N??rnberg this year may already have heard rumours abou
On Wed, Aug 21, 2013 at 11:25:43AM -0400, Robert P. J. Day wrote:
>
> perusing cmd_mmc.c, ran across test for CONFIG_SUPPORT_EMMC_BOOT
> with which i was unfamiliar so i did a grep to see where it was having
> an effect and got this:
>
> $ grep -r EMMC_BOOT *
> arch/arm/cpu/armv7/exynos/spl_boo
On Tue, Aug 27, 2013 at 2:40 PM, Jagan Teki wrote:
> Hi,
>
> On Tue, Aug 27, 2013 at 4:11 AM, Asok Subramanian wrote:
>> Fix problems in chip select selection in imx23,28 spi code
>>
>> The spi function code for imx23,28 currently does not work for chip select
>> other than 0.
>> This is because
The following changes since commit 2b26201a2aef0b310b7c04702b0dba5dea493f77:
env_nand.c: support falling back to redundant env when writing (2013-08-22
17:49:47 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to c95e2b9eaea
Dear Joel Fernandes,
> As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned
> on 4 byte boundaray causing data aborts in eth_setup -> conf_buf
> during dhcp boot over usb_ether. Fix the issue my aligning control_req
> buffer to 4-byte boundary.
>
> Tested on am335x_evm platform (
From: Gerlando Falauto
Since "sf update" erases the last block as a whole, but only rewrites
the meaningful initial part of it, the rest would be left erased,
potentially erasing meaningful information.
So, as a safety measure, have it rewrite the original content.
Signed-off-by: Gerlando Falaut
On 27-08-2013 19:22, Jagannadha Sutradharudu Teki wrote:
From: Gerlando Falauto
Since "sf update" erases the last block as a whole, but only rewrites
the meaningful initial part of it, the rest would be left erased,
potentially erasing meaningful information.
So, as a safety measure, have it re
On 27-08-2013 15:04, Marek Vasut wrote:
Dear Jagan Teki,
Hi
On Tue, Aug 27, 2013 at 2:51 PM, Marek Vasut wrote:
Dear Jagan Teki,
Hi,
On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote:
Dear Stefano Babic,
On 26/08/2013 17:45, Marek Vasut wrote:
The chipselect must be written into the
With the new include structure for TI platforms, we need to not define
our own CONFIG_SYS_PROMPT and also need to include
much sooner, so do both of these. Also drop
the unused CONFIG_NET_MULTI
Signed-off-by: Tom Rini
---
include/configs/omap5_uevm.h |7 ++-
1 file changed, 2 insertion
Hi Tapani,
On 08/26/2013 09:07 PM, Tapani Utriainen wrote:
> On Mon, 26 Aug 2013 15:33:56 +0200
> Stefano Babic wrote:
>
>> Hi Tapani,
>>
>>>
>>> The macros I refer to is the MX6_PAD_ ones. The semantics of them
depends on
>>> the target cpu. See arch/arm/include/asm/arch-mx6/mx6-pins.h
>>
>>
Implement function vrec_header to be able to pad the final
data image file according the what has been calculated for
boot_data.length.
Signed-off-by: Stefano Babic
---
Changes in v4:
- fix crash when imximage_init_loadsize is not set
Found during regression tests with boards ima3-mx53 and m53ev
On 08/21/13 10:33, Mateusz Zalega wrote:
> This commit unifies board-specific USB initialization implementations
> under one symbol (usb_board_init), declaration of which is available in
> usb.h.
>
> Signed-off-by: Mateusz Zalega
> Signed-off-by: Kyungmin Park
> Reviewed-by: Lukasz Majewski
> C
On 08/26/2013 01:51 PM, Marek Vasut wrote:
> Dear Jim Lin,
>
>> 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 to every second
>> when NET transfer is running.
>> My previous patch is expected to be put
Hi guys,
Wonder any updates on this? We plan to send the new patches only once
these existing patches are accepted. Appreciate for your helps again.
Chin Liang
On Thu, 2013-08-22 at 13:05 +0200, ZY - pavel wrote:
> Hi!
>
> > Albert, Tom this patch has been here for a week, without any
> >
On Sat, 2013-08-24 at 09:06 +0800, feng...@phytium.com.cn wrote:
> From: David Feng
Hi David,
I don't suppose you have a convenient git tree do you?
Thanks,
Ian.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-bo
Difference between v5 and v4:
- use spl framework
- use script
- use SPDX-License-Identifier
- use u-boot-with-spl.bin (instead of u-boot-nand.bin)
- fix some comments format issue
Difference between v4 and v3:
- use standard start.S
- use part to know u-boot offset
- fix some comments format issu
Signed-off-by: Philippe Reynes
Signed-off-by: Eric Jarrige
Signed-off-by: Nicolas Colombain
---
MAINTAINERS |5 +
board/armadeus/apf27/Makefile| 30 ++
board/armadeus/apf27/apf27.c | 252 +
board/armadeus/apf27/apf27.h | 4
Add some missing constant (chip select, ...)
Signed-off-by: Philippe Reynes
Signed-off-by: Eric Jarrige
---
arch/arm/cpu/arm926ejs/mx27/asm-offsets.c |5 +
arch/arm/include/asm/arch-mx27/imx-regs.h |6 +-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/arch/arm/c
Signed-off-by: Philippe Reynes
Signed-off-by: Eric Jarrige
---
board/armadeus/apf27/Makefile |3 +
board/armadeus/apf27/apf27.c |5 +
board/armadeus/apf27/fpga.c | 223 +
board/armadeus/apf27/fpga.h | 25 +
include/configs/apf27.h
Robert P. J. Day schrieb am 26.08.2013 16:25:
> On Sun, 25 Aug 2013, Oliver Metz wrote:
>
>> Signed-off-by: Oliver Metz
>> ---
>> tools/env/fw_env.c | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
>> index 44607b1..65be5f3 100644
>> --- a/t
Dear Mateusz Zalega,
> On 08/22/13 21:37, Marek Vasut wrote:
> > Dear Mateusz Zalega,
> >
> > The EHCI supports multi-bus thing (passing the controller *), will
> > this be viable to pass in this case too, so the busses can be inited
> > selectively in host/gadget functions?
>
>
Make remaining non-static functions static and the same for vars.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Stefano Babic
---
tools/mxsboot.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tools/mxsboot.c b/tools/mxsboot.c
index 3d9cc10..1060cbf 10064
Without this marker, Linux will complain that the NAND pages with
FCB are invalid.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Stefano Babic
---
tools/mxsboot.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/tools/mxsboot.c b/tools/mxsboot.c
index 1060cbf
Fix the method of flashing FCB blocks into NAND. The new env
writes all four FCB blocks and also does not scrub such a big
part of the NAND. This fixed complains about busted NAND blocks
in Linux.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Stefano Babic
---
include/configs/m28evk.h |
Fix my email address.
Signed-off-by: Marek Vasut
Cc: Tom Rini
---
doc/git-mailrc |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/git-mailrc b/doc/git-mailrc
index e3a47c4..1d5eec6 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -22,7 +22,7 @@ alias jasonjin
Fix the method of flashing FCB blocks into NAND. The new env
writes all four FCB blocks and also does not scrub such a big
part of the NAND. This fixed complains about busted NAND blocks
in Linux.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Stefano Babic
---
include/configs/m28evk.h |
Hi Oliver,
On Tue, Aug 27, 2013 at 07:35:57PM +0200, Oliver Metz wrote:
> But I'm unsure how to comment the changes in fw_env.config since redundant
> env description is already in the comment at the top.
>
> Is something like this enough?
>
> diff --git a/tools/env/fw_env.config b/tools/env/fw_
On 06/08/13 20:57, Minkyu Kang wrote:
> Since config.mk is deprecated, remove this file,
> and move CONFIG_SYS_TEXT_BASE define to config file.
>
> Signed-off-by: Minkyu Kang
> Cc: Wolfgang Denk
> ---
> changes for v2:
> rebased.
>
> board/samsung/smdkc100/config.mk | 16 --
On 25/07/13 21:58, Inderpal Singh wrote:
> From: Chander Kashyap
>
> Update the Makefiles so that all boards can use the same spl generation tool
>
> Signed-off-by: Inderpal Singh
> Acked-by: Simon Glass
> ---
> changes in v2:
> - Rebased to latest u-boot-samsung master branch
>
> Mak
On 06/08/13 20:57, Minkyu Kang wrote:
> Since config.mk is deprecated, remove this file,
> and move CONFIG_SYS_TEXT_BASE define to config file.
>
> Signed-off-by: Minkyu Kang
> ---
> changes for v2:
> rebased.
>
> board/samsung/goni/config.mk | 18 --
> include/configs/s
Hi, Rini:
>Yes, but appended dtb is something (some) kernel developers suggest not
>relying on. But you don't need to append, for uImage or zImage, just
>pass ${loadaddr} - ${fdt_addr}
Got it!
Thanks a lot!
Best wishes,
___
U-Boot mailing list
U-Boot@li
Dear Dani Krishna Mohan,
On 04/08/13 15:44, Dani Krishna Mohan wrote:
> This patch modifies the WM8994 codec to support I2S0 channel
> in codec slave mode
>
> Signed-off-by: Dani Krishna Mohan
> ---
> changes in V2:
> - None
> drivers/sound/sound.c|2 +-
> drivers/sound/wm
On 04/08/13 15:44, Dani Krishna Mohan wrote:
> This patch makes the necessary changes for making use of
> I2S0 channel instead of I2S1 channel on smdk board. This
> changes are done to maintain the uniformity to use I2S0 channel.
>
> Signed-off-by: Dani Krishna Mohan
> ---
> changes in V2:
>
On 04/08/13 15:44, Dani Krishna Mohan wrote:
> This patch makes required changes to make use
> of I2S0 channel instead of I2S1 channel on exynos5250.
>
> Signed-off-by: Dani Krishna Mohan
> ---
> changes in V2:
> - None
> arch/arm/include/asm/arch-exynos/i2s-regs.h |6 ++
> drivers
On 04/08/13 15:44, Dani Krishna Mohan wrote:
> This patch modifies the MAX98095 audio codec to support
> I2S0 channel in codec slave mode.
>
> Signed-off-by: Dani Krishna Mohan
> ---
> changes in V2:
> - New patch added to V2
> drivers/sound/max98095.c | 29 +++--
Reload address was written to the counter register
instead of load register.
The problem happens when timer expires but never
reload to ~0UL (it is downcount timer).
Reported-by: Stephen MacMahon
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv7/zynq/timer.c | 2 +-
1 file changed, 1 insertio
Hello, Tom.
I noticed this patch does not apply to the current u-boot/master
because commit 3aa29de0 modified the same part.
(BTW, I think CONFIG_TPL_PAD_TO is not necessary either and should be deleted.)
Should I need to post version 2 which is rebased on the current master?
(if my patch deserve
58 matches
Mail list logo