Reported-by: Masahiro Yamada
Signed-off-by: Stefano Babic
---
arch/arm/dts/imx6q-sabreauto.dts | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/dts/imx6q-sabreauto.dts b/arch/arm/dts/imx6q-sabreauto.dts
index a3c9c91..7af2a88 100644
--- a/arch/arm/dts/imx
During providing device tree support for Exynos4 based boards,
a tiny mistake has creeped in the fe60164 commit.
This commit restores proper setting of default console for the
trats board.
Signed-off-by: Lukasz Majewski
Cc: Minkyu Kang
---
include/configs/trats.h |2 +-
1 file changed, 1 i
During providing device tree support for Exynos4 based boards,
a tiny mistake has creeped in the 1ecab0f commit.
This commit restores proper setting of default console for the
trats2 board.
Signed-off-by: Lukasz Majewski
Cc: Minkyu Kang
---
include/configs/trats2.h |2 +-
1 file changed, 1
In some use cases, SPL linker script was not updated even when
it should be.
For instance,
$ make tricoder_config all
[ build complete ]
... modify include/configs/tricoder.h
$ make
spl/u-boot-spl.lds should be updated in this case, but it wasn't.
To fix this problem, linker scripts g
Hi Andreas,
On Wed, 09 Apr 2014 08:31:53 +0200
"Andreas Biesmann" wrote:
> Hi Masahiro,
>
> On 04/09/2014 04:27 AM, Masahiro Yamada wrote:
> > On Mon, 07 Apr 2014 11:35:07 +0200
> > "Andreas Biesmann" wrote:
> >
> >> and also to the list ... sorry for the noise
> >>
> >> On 04/07/2014 11:27
On 04/09/2014 01:10 PM, Masahiro Yamada wrote:
> In some use cases, SPL linker script was not updated even when
> it should be.
>
> For instance,
>
> $ make tricoder_config all
> [ build complete ]
> ... modify include/configs/tricoder.h
> $ make
>
> spl/u-boot-spl.lds should be update
Hi Masahiro,
On 04/09/2014 01:13 PM, Masahiro Yamada wrote:
> On Wed, 09 Apr 2014 08:31:53 +0200
> "Andreas Biesmann" wrote:
>> On 04/09/2014 04:27 AM, Masahiro Yamada wrote:
>>> On Mon, 07 Apr 2014 11:35:07 +0200
>>> "Andreas Biesmann" wrote:
>>>
and also to the list ... sorry for the nois
Hi community,
Can someone confirm that in the latest u-boot code, by default
BeagleBone Black CPU AM335x is using opp100 (dpll_mpu_opp100), and CPU
runs at 1GHz? Thanks.
--
Thanks,
Xuebing Wang
___
U-Boot mailing list
U-Boot@lists.denx.de
http://li
In the case of SPL or NOR_BOOT (no SPL involved) we need to include
certain code in the build. Use !CONFIG_SKIP_LOWLEVEL_INIT rather than
CONFIG_SPL_BUILD || CONFIG_NOR_BOOT to make the code clearer, and to
make supporting XIP QSPI boot clearer in the code.
Signed-off-by: Tom Rini
---
arch/arm/
On Wed, Apr 09, 2014 at 12:20:43PM +0900, Masahiro Yamada wrote:
> Hi Nobuhiro, Tom,
>
>
> > diff --git a/arch/arm/lib/bootm-fdt.c b/arch/arm/lib/bootm-fdt.c
> > index e40691d..8da9dac 100644
> > --- a/arch/arm/lib/bootm-fdt.c
> > +++ b/arch/arm/lib/bootm-fdt.c
> > @@ -18,6 +18,7 @@
> > #includ
During switch to device tree, commit 1ecab0f has removed this code.
INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for
providing recovery. For normal operation, those two must be cleared out.
This error emerges when one force reset from u-boot's command line for
three tim
The fdt_fixup_memory function is only used on PowerPC where we only
claim one memory bank in U-Boot (and then in the device tree) so we can
call a function that just calls fdt_fixup_memory_banks(..., 1). Call
this directly for consistency with other architectures.
Cc: Jerry Van Baren
Cc: Wolfgan
Dear Lukasz Majewski,
On 09/04/14 21:41, Lukasz Majewski wrote:
> During switch to device tree, commit 1ecab0f has removed this code.
>
> INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for
> providing recovery. For normal operation, those two must be cleared out.
>
> Thi
Hi Minkyu,
> Dear Lukasz Majewski,
>
> On 09/04/14 21:41, Lukasz Majewski wrote:
> > During switch to device tree, commit 1ecab0f has removed this code.
> >
> > INFORM4 and INFORM5 registers are used by TRATS2 first stage
> > bootloader for providing recovery. For normal operation, those two
> >
During switch to device tree, commit 1ecab0f has removed this code.
INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for
providing recovery. For normal operation, those two must be cleared out.
This error emerges when one force reset from u-boot's command line for
three tim
On 04/08/2014 04:27 AM, Simon Glass wrote:
1) add option to 'go' command, which is hard as it has variable
arguments
This seems best to me if you don't want to add a new command. Maybe
you could add a '-c' argument to cleanup?
This kind of option is clearly not what other u-boot com
On Wed, Apr 9, 2014 at 6:59 AM, Xuebing Wang wrote:
> Hi community,
>
> Can someone confirm that in the latest u-boot code, by default BeagleBone
> Black CPU AM335x is using opp100 (dpll_mpu_opp100), and CPU runs at 1GHz?
> Thanks.
http://git.denx.de/?p=u-boot.git;a=blob;f=board/ti/am335x/board.c
On 04/04/2014 11:25 AM, Stefano Babic wrote:
Hi Helmut,
On 04/04/2014 01:13, Simon Glass wrote:
1) add option to 'go' command, which is hard as it has variable arguments
2) add another go command
3) use an environment variable to set the option for 'go'
Theoretically I could use a u-boot imag
Dear Tom Rini,
In message <1397047800-26221-1-git-send-email-tr...@ti.com> you wrote:
> The fdt_fixup_memory function is only used on PowerPC where we only
> claim one memory bank in U-Boot (and then in the device tree) so we can
> call a function that just calls fdt_fixup_memory_banks(..., 1). C
Dear Helmut,
In message <53455133.5010...@hale.at> you wrote:
>
> > This seems best to me if you don't want to add a new command. Maybe
> > you could add a '-c' argument to cleanup?
> >
> This kind of option is clearly not what other u-boot commands use, I
> could not find a single command
> tha
Hi all,
I've encountered a data abort in tricorder board when switching gpio's.
Here is the trace:
---8<---
gpio_direction_output (gpio=, value=0) at
/home/abiessmann/src/u-boot/drivers/gpio/omap_gpio.c:197
197 _set_gpio_dataout(bank, get_gpio_index(gpio), value);
(gdb) s
_set_gpio_d
Hi all,
I've encountered a data abort in omap_gpio when using
gpio_direction_output(). Anyone aware of that?
Here is the trace:
---8<---
gpio_direction_output (gpio=, value=0) at
/home/abiessmann/src/u-boot/drivers/gpio/omap_gpio.c:197
197 _set_gpio_dataout(bank, get_gpio_index(gpio)
On Wed, Apr 09, 2014 at 05:22:57PM +0200, Andreas Bießmann wrote:
> Hi all,
>
> I've encountered a data abort in omap_gpio when using
> gpio_direction_output(). Anyone aware of that?
>
> Here is the trace:
>
> ---8<---
> gpio_direction_output (gpio=, value=0) at
> /home/abiessmann/src/u-boot/dr
On Wed, Apr 9, 2014 at 7:55 AM, Nikita Kiryanov wrote:
> Hi Tim,
>
> On 04/03/2014 09:01 AM, Tim Harvey wrote:> Add a common header which can
> hopefully be shared among imx6 SPL users
>
>>
>> Signed-off-by: Tim Harvey
>> ---
>> include/configs/imx6_spl.h | 64
>
> ++
On Wed, Apr 9, 2014 at 7:56 AM, Nikita Kiryanov wrote:
> Hi Tim,
>
>
> On 04/03/2014 09:01 AM, Tim Harvey wrote:
>>
>> Add new function that can take an array of iomux configs, an index, and
>> a stride to allow a multi-dimentional array of pinmux values to be used
>> to define pinmux values per c
On Wed, Apr 9, 2014 at 7:57 AM, Nikita Kiryanov wrote:
> Hi Tim,
>
>
> On 04/03/2014 09:01 AM, Tim Harvey wrote:
>>
>> This is an attempt at using a macro to allow mx6dl-ddr.h and
>> mx6q-ddr.h registers to be used together which is needed for an SPL
>> bootloader
>> that can run on either CPU's a
Hi Tim,
On 04/03/2014 09:01 AM, Tim Harvey wrote:
This can be used to pass info between the SPL and u-boot.
Signed-off-by: Tim Harvey
---
arch/arm/include/asm/arch-mx6/sys_proto.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h
b/arch/arm/
Hi Tim,
On 04/03/2014 09:01 AM, Tim Harvey wrote:
This is an attempt at using a macro to allow mx6dl-ddr.h and
mx6q-ddr.h registers to be used together which is needed for an SPL bootloader
that can run on either CPU's and must configure MMDC iomux dynamically.
I am trying to come up with a sol
Hi Tim,
On 04/03/2014 09:01 AM, Tim Harvey wrote:
Add new function that can take an array of iomux configs, an index, and
a stride to allow a multi-dimentional array of pinmux values to be used
to define pinmux values per cpu-type.
This takes a different approach to previously proposed solution
Hi Tim,
On 04/03/2014 09:01 AM, Tim Harvey wrote:
Signed-off-by: Tim Harvey
---
arch/arm/cpu/armv7/mx6/u-boot-spl.lds | 52 +++
1 file changed, 52 insertions(+)
create mode 100644 arch/arm/cpu/armv7/mx6/u-boot-spl.lds
+1
--
Regards,
Nikita.
_
Hi Tim,
On 04/03/2014 09:01 AM, Tim Harvey wrote:
We only need to read in the size of struct image_header and thus don't
need to know the page size of the nand device.
Signed-off-by: Tim Harvey
---
common/spl/spl_nand.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/com
Hi Tim,
On 04/03/2014 09:01 AM, Tim Harvey wrote:> Add a common header which can
hopefully be shared among imx6 SPL users
Signed-off-by: Tim Harvey
---
include/configs/imx6_spl.h | 64
++
1 file changed, 64 insertions(+)
create mode 100644 in
How to extract files from U-Boot image file, LZMA-compressed?
--
View this message in context:
http://u-boot.10912.n7.nabble.com/How-to-extract-files-from-U-Boot-image-file-LZMA-compressed-tp177663.html
Sent from the U-Boot mailing list archive at Nabble.com.
___
On Wed, Apr 09, 2014 at 04:26:40PM +0200, Wolfgang Denk wrote:
> Dear Tom Rini,
>
> In message <1397047800-26221-1-git-send-email-tr...@ti.com> you wrote:
> > The fdt_fixup_memory function is only used on PowerPC where we only
> > claim one memory bank in U-Boot (and then in the device tree) so we
I am trying to add support for the SPI NOR device on the Freescale
MCIMX6SLEVK Board. I have created a patch that should enable support
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
I am trying to add support for the SPI NOR device on the Freescale
MCIMX6SLEVK Board. I have created a patch that should enable support but
the probe command does not find the device. The process fails during the
ECSPI transfer.
I have tried the following patch to the latest git master of u-boo
Sorry for the duplicate answer, I'm reading this list via daily digest.
Kind regards,
Nikolay
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
keystone serial hw support hw flow control. This patch
enables hw flow control for keystone EVMs as an optional
feature based on CONFIG_SERIAL_HW_FLOW_CONTROL.
Signed-off-by: Murali Karicheri
---
depends on keystone patch series which is on the list.
README |4
driver
keystone serial hw support hw flow control. This patch
enables hw flow control for keystone EVMs as an optional
feature based on CONFIG_HWFLOW
Signed-off-by: Murali Karicheri
---
Depends on keystone patch series on the u-boot mailing list
drivers/serial/ns16550.c |6 ++
include/ns16550.
Add endian support macros to interrupt transfers in the EHCI driver, to allow
operation on PowerPC.
Signed-off-by: Adrian Cox
---
drivers/usb/host/ehci-hcd.c | 50 +--
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/drivers/usb/host/ehci
I have this u-boot code from vizio router
I can successfully compile this for AP94 target
However in u-boot, network doesn't work at all
Network has static IP by default and ping host in console :
Using eth0 device
ping failed: host 192.168.1.1 is not alive
Check mii dump below, I don't see anythi
Add endian support macros to interrupt transfers in the EHCI driver, to allow
operation on PowerPC.
Signed-off-by: Adrian Cox
---
drivers/usb/host/ehci-hcd.c | 50 +--
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/drivers/usb/host/ehci
On Wednesday, April 09, 2014 at 11:03:50 PM, Adrian Cox wrote:
> Add endian support macros to interrupt transfers in the EHCI driver, to
> allow operation on PowerPC.
>
> Signed-off-by: Adrian Cox
Why did I just get this email twice please?
btw Adrian, sorry for my slow replies this week. I'll
I'd like to store the values of environment variables in HUSH shell
variables and then restore them later. My ultimate goal is to preserve a
few environment variables through a "env default -f".
I'm working with U-Boot 2010.12. Changing to a newer version is not
possible at this time.
I real
Dear Tom,
In message <20140409182426.GV23803@bill-the-cat> you wrote:
>
> > I understand what you mean and what you want, but I'm not really
> > happy about it.
>
> Code or comment wise?
Both...
> Right, so we have a mismatch between function name
> (fdt_fixup_memory_bank) and function of the
Dear James,
In message <5345b6ec.6050...@gmail.com> you wrote:
> I'd like to store the values of environment variables in HUSH shell
> variables and then restore them later. My ultimate goal is to preserve a
> few environment variables through a "env default -f".
It is probably easier to use "e
Dear Wolfgang,
2014-04-08 21:56 GMT+02:00 Daniel Schwierzeck :
> 2014-04-08 21:39 GMT+02:00 Wolfgang Denk :
>> Dear Daniel,
>>
>> In message <1396908893-12011-1-git-send-email-daniel.schwierz...@gmail.com>
>> you wrote:
>>> This is required to switch MIPS platform to generic board.
>>>
>>> Cc: Wo
On Wed, Apr 09, 2014 at 11:39:10PM +0200, Wolfgang Denk wrote:
> Dear Tom,
>
> In message <20140409182426.GV23803@bill-the-cat> you wrote:
> >
> > > I understand what you mean and what you want, but I'm not really
> > > happy about it.
> >
> > Code or comment wise?
>
> Both...
OK, concept wise
Dear Wolfgang,
Thank you for your reply.
On 04/09/2014 02:50 PM, Wolfgang Denk wrote:
Dear James,
In message <5345b6ec.6050...@gmail.com> you wrote:
I'd like to store the values of environment variables in HUSH shell
variables and then restore them later. My ultimate goal is to preserve a
few
On Thu, Apr 3, 2014 at 4:40 AM, Helmut Raiger wrote:
> Hi,
>
> for all the wrong reasons I have to load a second u-boot from a first one.
FYI, I can do this without problems on highbank. It's certainly useful
for development.
> I'm finally able to start it, but it only works if I do a
> cleanu
On 09/04/14 17:44, Lukasz Majewski wrote:
> During providing device tree support for Exynos4 based boards,
> a tiny mistake has creeped in the 1ecab0f commit.
>
> This commit restores proper setting of default console for the
> trats2 board.
>
> Signed-off-by: Lukasz Majewski
> Cc: Minkyu Kang
On 09/04/14 17:44, Lukasz Majewski wrote:
> During providing device tree support for Exynos4 based boards,
> a tiny mistake has creeped in the fe60164 commit.
>
> This commit restores proper setting of default console for the
> trats board.
>
> Signed-off-by: Lukasz Majewski
> Cc: Minkyu Kang
>
On 09/04/14 22:09, Lukasz Majewski wrote:
> During switch to device tree, commit 1ecab0f has removed this code.
>
> INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for
> providing recovery. For normal operation, those two must be cleared out.
>
> This error emerges when on
Hi Daniel,
On 8 April 2014 12:52, Daniel Schwierzeck wrote:
> 2014-04-08 21:35 GMT+02:00 Simon Glass :
> > Hi Daniel,
> >
> > On 28 March 2014 14:46, Daniel Schwierzeck >
> > wrote:
> >>
> >> Add an option to specify the output directory to override the
> >> default path '../'. This is useful fo
u-boot binary size for Freescale mpc8536DS platforms is 512KB.
This has been reached to upper limit of the platforms and causig
linker error. So increase the u-boot binary size to 768KB.
Signed-off-by: Haijun Zhang
---
include/configs/MPC8536DS.h | 4 ++--
1 file changed, 2 insertions(+), 2 dele
add a possibility to add a medium specific polltimeout
function. So it is possible to define different
poll timeouts.
Used on nand medium, for setting the DFU_MANIFEST_POLL_TIMEOUT
only on nand ubi partitions, which is currently the only
usecase.
Signed-off-by: Heiko Schocher
Cc: Lukasz Majewski
comment in ep0_txstate() states:
"report completions as soon as the fifo's loaded; there's no win
in waiting till this last packet gets acked".
This is wrong for using dfu. In the dfu usecase we must send
a PollTimeout to the host, so the host can wait until the
U-Boot Code is ready for answerin
Hi, Minkyu.
On 04/08/2014 02:08 PM, Beomho Seo wrote:
> Thank you for your advice.
>
> On 04/08/2014 11:53 AM, Minkyu Kang wrote:
>> Dear Beonho Seo,
>>
>> On 20/03/14 13:14, Beomho Seo wrote:
>>> This patch enables for device tree for dw-mmc driver.
>>> Driver have been fixed because it is used
Dear Daniel,
In message
you wrote:
>
> Still one question. You respectively DENX generate and provide a DULG
> for INCA-IP [1]. Does it serve as reference for the MIPS ELDK? When
NO, this is dead as well.
> yes may I suggest to replace it with Malta board? Malta is the only
> platform which i
Dear James,
In message <5345d493.4080...@gmail.com> you wrote:
>
> > Heh. As soon as you have to change _any_ code, you can as well
> > upgrade.
>
> I was hoping (in vain perhaps) to do my work modifying only the environment.
Yes, I understand this. But I have to admit that I don't see an eas
Dear Tom Rini,
In message <1397046357-12804-1-git-send-email-tr...@ti.com> you wrote:
> In the case of SPL or NOR_BOOT (no SPL involved) we need to include
> certain code in the build. Use !CONFIG_SKIP_LOWLEVEL_INIT rather than
> CONFIG_SPL_BUILD || CONFIG_NOR_BOOT to make the code clearer, and t
61 matches
Mail list logo