Hi Marek,
On 25/08/2013 18:33, Marek Vasut wrote:
>>> + MODE string_mode
>>> + - Restart the CPU and start booting from device specified by the
>>> + "string_mode" argument. The "string_mode" differs for each CPU
>>> + and can be:
>>> + i.MX23, string_mode = USB/I2C/SPI1_FLAS
Hello all,
we would like to have some comments how to architecture some patches we would
like to submit.
Background:
We have got SPL boot working, circumventing the need to have separate u-boot
binaries depending on iMX6 CPU type and memory configuration. This allows us
to have one (say) boota
Hi Tapani,
On 26/08/2013 09:17, Tapani Utriainen wrote:
>
> Hello all,
>
> we would like to have some comments how to architecture some patches we would
> like to submit.
Nice
>
> Background:
>
> We have got SPL boot working, circumventing the need to have separate u-boot
> binaries dependi
Hi, experts:
I am studying bootm procedure.
In common/image.c, boot_get_fdt() function will parse IH_TYPE_MULTI
format image.
But i could not find any doc describing legacy multi-component image
format!
Could anybody provide me a doc?
Thanks a lot!
Best wishes,
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 succefully?
Best wishes,
___
U-Boot mailing list
U-Boot@
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?
Hello, Marek.
I need more co
On Mon, 26 Aug 2013 09:42:30 +0200
Stefano Babic wrote:
> Hi Tapani,
>
> >
> > 1. Padconfigs. For some reason the existing padconfiguration macros are set
> > compile time depending on target cpu variant. Hence the need to add new
> > macros (or smth) so the binary can configure the pads for m
Marek,
In common/usb_kbd.c, you applied code to wrong place.
You should apply my change to function usb_kbd_testc(), instead of
usb_kbd_getc().
Could you help to correct it?
Thanks,
Jim
-Original Message-
From: Marek Vasut [mailto:ma...@denx.de]
Sent: Wednesday, August 21, 2013 12:27 PM
Signed-off-by: Oliver Metz
---
tools/env/fw_env.c | 71 --
1 file changed, 42 insertions(+), 29 deletions(-)
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index 65be5f3..7454676 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@
Hello,
This is my first message to the U-Boot mailing list, so please go easy on
me if my syntax is flawed.. ;)
I need to use RSA decryption on my U-Boot, for a specific task i have. In
order to do so - I'd like to use some of the RSA code that have been added
to lib (instead of porting some othe
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/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -1136,6 +1136,9 @@ int fw_env_open(void)
} else if (D
Dear Jim Lin,
> Marek,
> In common/usb_kbd.c, you applied code to wrong place.
> You should apply my change to function usb_kbd_testc(), instead of
> usb_kbd_getc(). Could you help to correct it?
>
I believe I applied your patches. Anyway, submit a subsequent patch against u-
boot-usb/master ple
From: Nico Erfurth
The basic idea is taken from the linux-kernel, but further optimized.
First align the buffer to 8 bytes, then use ldrd/strd to read and store
in 8 byte quantities, then do the final bytes.
Tested using: 'date ; nand read.raw 0xE0 0x0 0x1 ; date'.
Without this patch, N
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 into usb_kbd_testc(). But it went
into usb_kbd_getc() after applied.
This pat
On Mon, Aug 26, 2013 at 10:40:27AM +0800, tiger...@viatech.com.cn wrote:
> Hi, Rini:
> >CONFIG_FIT and CONFIG_OF_LIBFDT are indeed unrelated options. You can
> >use DT files with legacy images and plain zImages as well.
>
> Thanks for your reply!
>
> I also have a question about CONFIG_OF_CONTRO
Hi Tapani,
On Mon, Aug 26, 2013 at 4:17 AM, Tapani Utriainen wrote:
>
> Hello all,
>
> we would like to have some comments how to architecture some patches we would
> like to submit.
>
> Background:
>
> We have got SPL boot working, circumventing the need to have separate u-boot
Could you please
Hi Tapani,
On 26/08/2013 13:12, Tapani wrote:
>>
>> Macros wee added exactly in the time they needed, and maybe a global
>> look was missing.
>>
>> However, can you provide much more detail about this ? Which macros, in
>> which files ?
>>
>
> The macros I refer to is the MX6_PAD_ ones. The seman
Add new functionality to turn on SMPS10 regulator.
This supplies the VBUS to devices connected to the
USB host ports
Signed-off-by: Dan Murphy
---
drivers/power/palmas.c | 15 +++
include/palmas.h |6 ++
2 files changed, 21 insertions(+)
diff --git a/drivers/power/pa
This patch series adds the OMAP5 xHCI support.
It is has dependencies on the following patches
http://patchwork.ozlabs.org/patch/268797/
http://patchwork.ozlabs.org/patch/268766/
At this time the uBoot USB engine does not allow more then one stack
to be enabled at a time. Since the ethernet por
Add the asm/io.h header to resolve implicit declaration of
readl/writel
Signed-off-by: Dan Murphy
---
drivers/usb/host/xhci.h |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
index 467afe0..91935f0 100644
--- a/drivers/usb/host/xhci.h
++
Add the prcm registers and the bit definitions to enable the
USB SS port of the OMAP5 device.
Signed-off-by: Dan Murphy
---
arch/arm/cpu/armv7/omap-common/clocks-common.c |4 ++--
arch/arm/cpu/armv7/omap5/prcm-regs.c |4
arch/arm/include/asm/arch-omap5/clock.h| 1
On Mon, Aug 26, 2013 at 04:02:50PM +0800, tiger...@viatech.com.cn wrote:
> Hi, experts:
>
> I am studying bootm procedure.
>
> In common/image.c, boot_get_fdt() function will parse IH_TYPE_MULTI
> format image.
>
> But i could not find any doc describing legacy multi-component image
> format!
>
Add the OMAP file for the xHCI Host controller
This code will initilialize the proper components within the
OMAP5 to enable the xHCI host controller.
Signed-off-by: Dan Murphy
---
arch/arm/include/asm/arch-omap5/xhci-omap.h | 124 ++
drivers/usb/host/Makefile |1 +
Add the call back into the board file for to enable
the SMPS10 VBUS regulator.
Signed-off-by: Dan Murphy
---
board/ti/omap5_uevm/evm.c | 74 +++--
1 file changed, 51 insertions(+), 23 deletions(-)
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_
On 08/26/2013 06:33 AM, Stefano Babic wrote:
Hi Tapani,
On 26/08/2013 13:12, Tapani wrote:
Macros wee added exactly in the time they needed, and maybe a global
look was missing.
However, can you provide much more detail about this ? Which macros, in
which files ?
The macros I refer to is t
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/tools/env/fw_env.c
> +++ b/tools/env/fw_env.c
> @@ -1136,6 +
Hi Or,
On Sun, Aug 25, 2013 at 2:28 PM, Or Yochanan wrote:
> Hello,
>
> This is my first message to the U-Boot mailing list, so please go easy on me
> if my syntax is flawed.. ;)
>
> I need to use RSA decryption on my U-Boot, for a specific task i have. In
> order to do so - I'd like to use some
On Mon, 2013-08-26 at 14:10 +0200, Phil Sutter wrote:
> From: Nico Erfurth
>
> The basic idea is taken from the linux-kernel, but further optimized.
>
> First align the buffer to 8 bytes, then use ldrd/strd to read and store
> in 8 byte quantities, then do the final bytes.
>
> Tested using: 'da
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 Teki
Cc: Otavio Salvador
Cc: Stefano Babic
---
drivers/spi/mxs_spi.c | 12 +++
On Mon, Aug 26, 2013 at 10:43:38AM -0500, Scott Wood wrote:
> On Mon, 2013-08-26 at 14:10 +0200, Phil Sutter wrote:
> > From: Nico Erfurth
> >
> > The basic idea is taken from the linux-kernel, but further optimized.
> >
> > First align the buffer to 8 bytes, then use ldrd/strd to read and store
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 Teki
> Cc: Otavio Salvador
> Cc:
On 08/26/2013 05:31 AM, Marek Vasut wrote:
> Dear Jim Lin,
>
>> Marek,
>> In common/usb_kbd.c, you applied code to wrong place.
>> You should apply my change to function usb_kbd_testc(), instead of
>> usb_kbd_getc(). Could you help to correct it?
>>
>
> I believe I applied your patches. Anyway, s
On Mon, Aug 26, 2013 at 06:00:39PM +0200, Phil Sutter wrote:
> On Mon, Aug 26, 2013 at 10:43:38AM -0500, Scott Wood wrote:
> > On Mon, 2013-08-26 at 14:10 +0200, Phil Sutter wrote:
> > > From: Nico Erfurth
> > >
> > > The basic idea is taken from the linux-kernel, but further optimized.
> > >
>
Hi Simon, and thanks for the quick reply,
On 26 August 2013 18:16, Simon Glass wrote:
> Hi Or,
>
> On Sun, Aug 25, 2013 at 2:28 PM, Or Yochanan
> wrote:
> > Hello,
> >
> > This is my first message to the U-Boot mailing list, so please go easy
> on me
> > if my syntax is flawed.. ;)
> >
> > I n
Dear Stephen Warren,
> On 08/26/2013 05:31 AM, Marek Vasut wrote:
> > Dear Jim Lin,
> >
> >> Marek,
> >> In common/usb_kbd.c, you applied code to wrong place.
> >> You should apply my change to function usb_kbd_testc(), instead of
> >> usb_kbd_getc(). Could you help to correct it?
> >
> > I beli
Hi Or,
On Mon, Aug 26, 2013 at 10:18 AM, Or Yochanan wrote:
> Hi Simon, and thanks for the quick reply,
>
>
> On 26 August 2013 18:16, Simon Glass wrote:
>>
>> Hi Or,
>>
>> On Sun, Aug 25, 2013 at 2:28 PM, Or Yochanan
>> wrote:
>> > Hello,
>> >
>> > This is my first message to the U-Boot mailin
Hi,
On Fri, Aug 23, 2013 at 11:16 AM, Gerhard Sittig wrote:
> On Fri, Aug 23, 2013 at 19:35 +0800, tiger...@viatech.com.cn wrote:
>>
>> Hi, experts:
>>
>> If i defined CONFIG_OF_EMBED, then:
>>
>> Where could i find _binary_dt_dtb_start's definition?
>>
>> In arch/arm/lib/board.c:
>>
>> gd->fdt_b
Dear Stefano Babic,
> Hi Marek,
>
> On 25/08/2013 18:33, Marek Vasut wrote:
> >>> + MODE string_mode
> >>> + - Restart the CPU and start booting from device specified by the
> >>> + "string_mode" argument. The "string_mode" differs for each CPU
> >>> + and can be:
> >>> + i.MX23
Fix the lists of files so they are in order again.
Signed-off-by: Marek Vasut
Cc: Tom Rini
Cc: Stefano Babic
---
tools/Makefile | 44 ++--
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index bbae5a2..f4
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 know, time flies like an arrow...
>
> In message Detlev
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 into usb_kbd_testc(). But it went
> into usb_kbd_get
On Fri, Aug 16, 2013 at 03:53:01PM +0200, Andre Przywara wrote:
[...]
>
> Albert, Tom,
> do you need more ACKs or Reviewed-bys?
>
Albert, Tom,
Can you let us know if you will accept a pull request for these patches?
They look to be in pretty good shape?
Thanks!
-Christoffer
_
Hi folks,
I have an odroid u2 board. I am trying to enable usb on this device in
u-boot. In the scematics, I see that the XCLKOUT is used as input REFCLK
for the USB3503A controller.
The Exynos4412 user manual is missing details on enabling this other
than a nice picture in section 5-20 figur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/26/2013 04:51 PM, Christoffer Dall wrote:
> On Fri, Aug 16, 2013 at 03:53:01PM +0200, Andre Przywara wrote:
>
> [...]
>
>>
>> Albert, Tom, do you need more ACKs or Reviewed-bys?
>>
>
> Albert, Tom,
>
> Can you let us know if you will accept
On Mon, Aug 26, 2013 at 05:30:14PM -0400, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 08/26/2013 04:51 PM, Christoffer Dall wrote:
> > On Fri, Aug 16, 2013 at 03:53:01PM +0200, Andre Przywara wrote:
> >
> > [...]
> >
> >>
> >> Albert, Tom, do you need more ACKs or R
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/26/2013 05:46 PM, Christoffer Dall wrote:
> On Mon, Aug 26, 2013 at 05:30:14PM -0400, Tom Rini wrote:
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
>>
>> On 08/26/2013 04:51 PM, Christoffer Dall wrote:
>>> On Fri, Aug 16, 2013 at 03:53:01PM +
Use of uImage formatted u-boot have long been preferred, and recent
changes to better support Falcon mode on MMC now enforces it on MMC.
Signed-off-by: Henrik Nordstrom
---
Changes in v2:
- Rebased to current master.
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Make
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 not
load the CS bits
again into HW_SSP_CTRL0 after the reset. The propo
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
> + .word 0 /* pad */
Could you explain why the
Hi, Rini;
>So, there's no specific documentation for it as it's described by the
>help on mkimage. But a real life example (since I dug one up in the
>past) is:
>$ mkimage -A arm -O linux -T multi -C none -a 80008000 -e 80008000 -n
>am335x-multi -d
>/tftpboot/v3.11.0-rc5/zImage:/tftpboot/ramdisk-p
Hi,Rini:
Thanks for your reply!
>> Just use FDT as kernel parameter passed to linux kernel's entry
point?
>
>That is one use, yes. But that may or may not be a recommended way to
>store the FDT for a platform (based on some discussion on the
>devicetrees mailing list, while there's no formal recom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/26/2013 09:32 PM, tiger...@viatech.com.cn wrote:
> Hi,Rini: Thanks for your reply!
>>> Just use FDT as kernel parameter passed to linux kernel's
>>> entry
> point?
>>
>> That is one use, yes. But that may or may not be a recommended
>> way to s
Hi, experts:
It seems CONFIG_OF_LIBFDT and COFIG_LMB must be defined at same time.
Because boot_prep_linux() function will call boot_relocate_fdt()
function.
And boot_relocate_fdt() function will call lmb related function.
Right?
Best wishes,
___
Hello Tom,
please pull from u-boot.-i2c.git:
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-i2c.git ma
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
>
> Ok - these files are not thought to be used in the same binary, we ha
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/drivers/mtd/spi/macronix.c
index 70435eb..5a528c3 100644
--- a/drivers/mtd/sp
56 matches
Mail list logo