On 11/12/2013 03:12 AM, Masahiro Yamada wrote:
> Hello, Rob, Tom, Michal, Daniel.
>
> Commit 8dfafdde88eb (Introduce common timer functions)
> broke Microblaze and Sparc boards.
>
> $ git checkout 8dfafdde88eb
> $ CROSS_COMPILE=microblaze-unknown-linux-gnu- ./MAKEALL -a microblaze
>
> lib/time.c
On 11/11/2013 09:33 PM, Tom Rini wrote:
> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
>
>> Altera Cyclone 5 board is very different board (big, rectangular,
>> expensive) than EBV Socrates (small, circular, cheap) board. Different
>> parts are used there, too, but same configurat
Hi Andre,
On Sat, 9 Nov 2013 13:25:58 +0100
Andre Heider wrote:
...
> I just tested these on my rpi, and confirm that it still works.
Thanks for testing!
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boo
On Sat, 9 Nov 2013 11:00:09 +0100
Anatolij Gustschin wrote:
> Remove the redundant lcd_line_length initialisation which
> sneaked in when an earlier version of the patch of commit
> 6d330719 has been rebased.
>
> Some lcd drivers need to setup lcd_line_length not from the
> panel_info parameter
On Sat, 9 Nov 2013 11:07:53 +0100
Anatolij Gustschin wrote:
> From: Andre Heider
>
> Depending on the firmware's video options [1] the active SDTV or
> HDTV mode can yield a framebuffer with noncontiguous horizontal lines,
> giving a messed up display, for both, u-boot and the loaded kernel.
>
Hello Andreas,
Am 11.11.2013 12:03, schrieb Andreas Bießmann:
Dear Mateusz Kulikowski,
On 11/02/2013 12:19 AM, Mateusz Kulikowski wrote:
Add support for USB-A9263 board manufactured by Calao Systems
(http://www.calao-systems.com/).
Code is based on old U-Boot sources (2010.09) released by Cala
Trats2 config is updated to support DFU mode.
Malloc pool must be increased for DFU buffer allocation.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
This patch is based on
http://patchwork.ozlabs.org/patch/289378/
include/configs/trats2.h | 22 +++
Hello Michal
> This should be fixed by this patch - at least for microblaze.
>
> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751
> Author: Rob Herring
> Date: Fri Nov 8 08:40:43 2013 -0600
>
> time: add weak annotation to timer_read_counter declaration
>
> A weak annotation is neede
On Wed, 16 Oct 2013 17:23:24 +0300
Nikita Kiryanov wrote:
> Remove unnecessary semicolon from #define SPI_WAIT_TIMEOUT
>
> Cc: Tom Rini
> Cc: Jagannadha Sutradharudu Teki
> Cc: Igor Grinberg
> Cc: Gerhard Sittig
> Signed-off-by: Nikita Kiryanov
> ---
> NOTE: New patch in series (Gerhard Sit
On Wed, 16 Oct 2013 17:23:25 +0300
Nikita Kiryanov wrote:
> Current implementation only supports 8 bit word lengths, even though
> omap3 can handle anything between 4 and 32.
>
> Update the spi interface to support changing the SPI word length,
> and implement it in omap3_spi driver to support t
On Wed, 16 Oct 2013 17:23:26 +0300
Nikita Kiryanov wrote:
> The flag combination "SPI_XFER_BEGIN | SPI_XFER_END" is a common use
> case of spi_xfer, and it can easily cause an already long line (spi_xfer
> takes 5 parameters) to go over the 80 character limit.
>
> define SPI_XFER_ONCE to be a sh
On Wed, 16 Oct 2013 17:23:27 +0300
Nikita Kiryanov wrote:
> Add SPI-based driver for DataImage SCF0403852GGU04 and SCF0403526GGU20
> LCD panels.
>
> Cc: Tom Rini
> Cc: Anatolij Gustschin
> Cc: Igor Grinberg
> Signed-off-by: Nikita Kiryanov
> ---
> Changes in V2:
> - Added SPDX-License-
On Wed, 16 Oct 2013 17:23:28 +0300
Nikita Kiryanov wrote:
> Add DSS_ONOFF to polarity defines
>
> Cc: Tom Rini
> Cc: Anatolij Gustschin
> Cc: Igor Grinberg
> Signed-off-by: Nikita Kiryanov
> Acked-by: Igor Grinberg
> ---
> NOTE: This is a new patch. Its contents were originally part of "cm_
Hi Piotr,
I think good that used the "trats2:xxx" instead of "trats: xxx" at subject.
On 11/12/2013 05:58 PM, Piotr Wilczek wrote:
> Trats2 config is updated to support DFU mode.
> Malloc pool must be increased for DFU buffer allocation.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmi
On Wed, 16 Oct 2013 17:23:29 +0300
Nikita Kiryanov wrote:
> Use scf0403 driver to add scf0403x LCD support for cm-t35 and cm-t3730
> boards.
>
> Signed-off-by: Nikita Kiryanov
> Acked-by: Igor Grinberg
> ---
> NOTE: This patch depends on http://patchwork.ozlabs.org/patch/275283/
>
> Changes i
Hi Jaehoon,
> -Original Message-
> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com]
> Sent: Tuesday, November 12, 2013 10:23 AM
> To: Piotr Wilczek; u-boot@lists.denx.de
> Cc: Kyungmin Park
> Subject: Re: [U-Boot] [PATCH] trats: enable dfu and thor protocol for
> Tizen download
>
> Hi
This patchset adds support for S2MPS11 pmic on SMDK5420
This patchset has dependency on Rajeshwari's base patchset:
[PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support
http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/172653
Also, for testing we need Naveen's i2c patchset as well:
i2c:
This function is used by different Exynos platforms, put it in the
common file.
Signed-off-by: Vadim Bendebury
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Doug Anderson
Reviewed-by: Lukasz Majewski
Acked-by: Simon Glass
---
board/samsung/common/board.c | 19 ---
drive
Add required compatible strings for PMIC S2MPS11
Signed-off-by: Leela Krishna Amudala
Acked-by: Simon Glass
---
include/fdtdec.h |1 +
lib/fdtdec.c |1 +
2 files changed, 2 insertions(+)
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 6bf83bf..6290078 100644
--- a/include/fd
Most of i2c PMIC drivers follow the same initialization sequence,
let's generalize it in a common file.
The initialization function finds the PMIC in the device tree, and if
found - registers it in the list of known PMICs and initializes it,
iterating through the table of settings supplied by the
Adds the register settings, addresses and voltages associated with S2MPS11
Signed-off-by: Alim Akhtar
Signed-off-by: Leela Krishna Amudala
Reviewed-by: Vadim Bendebury
Reviewed-by: Lukasz Majewski
Acked-by: Simon Glass
---
include/power/s2mps11_pmic.h | 141 +
The current pmic i2c code assumes the current i2c bus is
the same as the pmic device's bus. There is nothing ensuring
that to be true. Therefore, select the proper bus before performing
a transaction.
Signed-off-by: Aaron Durbin
Signed-off-by: Simon Glass
Signed-off-by: Leela Krishna Amudala
Re
configure S2MPS11 pmic on SMDK5420
Signed-off-by: Leela Krishna Amudala
Acked-by: Simon Glass
---
include/configs/smdk5420.h |4
1 file changed, 4 insertions(+)
diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
index 447f8e5..46aeec0 100644
--- a/include/configs/smd
Hi Tom,
here are LCD panel support patches for cm_t35 board and a fix for
Raspberry Pi LCD driver.
Please pull. Thanks!
Anatolij
The following changes since commit 649acfe149e8a534a17eab54004a51d69b5556ed:
MPC824x: remove obsolete "PN62" board (2013-11-11 14:46:24 -0500)
are available in th
Hi Ottavio,
On Mon, 2013-11-11 at 16:00 -0200, Otavio Salvador wrote:
> Hello Giuseppe,
>
> On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
> wrote:
> > Adds SATA support on uDoo Board.
> > Moves sata_setup function definition from nitrogen6x.c and udoo.c to
>> arch/arm/imx-common/sata.c to av
Hi Tom,
> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
>
>> Altera Cyclone 5 board is very different board (big, rectangular,
>> expensive) than EBV Socrates (small, circular, cheap) board. Different
>> parts are used there, too, but same configuration of u-boot works on
>> both.
On Fri, 2013-11-08 at 16:42 -0700, Eric Nelson wrote:
> Hi Edward,
>
> On 11/08/2013 02:35 AM, Edward Lin wrote:
> > Signed-off-by: Edward Lin
> > ---
> > arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h | 167
> > +++
> > 1 file changed, 167 insertions(+)
> > create mode
Hi Michal,
> On 11/11/2013 09:33 PM, Tom Rini wrote:
>> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
>>
>>> Altera Cyclone 5 board is very different board (big, rectangular,
>>> expensive) than EBV Socrates (small, circular, cheap) board. Different
>>> parts are used there, too,
Sometimes a commit should have notes enclosed with it rather
than withing the cover letter -- possibly even because there
is no cover letter. Add a 'Commit-notes' tag, similar to the
'Series-notes' one; lines between this tag and the next END
line are inserted in the patch right after the '---' com
On 11/12/2013 10:56 AM, Detlev Zundel wrote:
> Hi Michal,
>
>> On 11/11/2013 09:33 PM, Tom Rini wrote:
>>> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
>>>
Altera Cyclone 5 board is very different board (big, rectangular,
expensive) than EBV Socrates (small, circular, ch
add common phy reset code into a common function.
Signed-off-by: Heiko Schocher
Cc: Andreas Bießmann
Cc: Bo Shen
Cc: Jens Scharsig
Cc: Sergey Lapin
Cc: Stelian Pop
Cc: Albin Tonnerre
Cc: Eric Benard
Cc: Markus Hubig
---
Patch based on the spl patchset from Bo Shen (as I want to
collect t
Hi Vadim,
On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб)
wrote:
> For the purposes of this demo the patches submitted for review were
> generated by a script I wrote. The script scrapes
> http://patchwork.ozlabs.org/project/uboot/list/, downloads the patches
> from there and tries ap
Thank you Eric,
this is a comment to your comments. See inline.
< long snip >
> >> +The header files mx6q_pins.h and mx6dls_pins consolidate
> >> +the settings through a macro providing a common name
> >> +of SD3_DAT2__USDHC3_DAT2:
> >> +
> >> + MX6_PAD_DECL(SD3_DAT2__USDHC3_DAT2,...)
> >> +
>
Hello Vadim,
On Tue, Nov 12, 2013 at 3:21 AM, Vadim Bendebury (вб)
wrote:
> Gentlemen, I have not forgotten our discussion regarding setting up a
> sample gerrit server for u-boot during the ELCE mini-summit. Sorry
> for this long and not very clear email, if there is any interest I
> will be gl
(Cc:ing Andre and Christoffer as they have discussed HYP on the ML.)
Hello,
I am working on changing the way IRQ/FIQ stacks are set up, from
"on-the-fly in a hurry while in the handler" to "during init, so that
when entering the handler, the stack is already correct".
Setting the stack then requ
Previously, we used to statically assign values for vl_col, vl_row and
vl_bpix using #defines like LCD_XRES, LCD_YRES and LCD_COLOR16.
Introducing the function exynos_lcd_early_init() would take care of this
assignment on the fly by parsing FIMD DT properties, thereby allowing us
to remove LCD_XRE
RPLL is needed to drive the LCD panel on Exynos5420 based boards.
Signed-off-by: Ajay Kumar
---
arch/arm/cpu/armv7/exynos/clock_init.h | 3 +++
arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 13 +
2 files changed, 16 insertions(+)
diff --git a/arch/arm/cpu/armv7/exynos/cl
This patchset adds support for FIMD and DP on SMDK5420.
This patchset is rebased on Rajeshwari's latest SMDK5420 patchset:
[PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support
http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/172653
For testing we need:
Naveen's i2c patc
Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by
exynos video driver.
Also, configure ACLK_400_DISP1 as the parent for MUX_ACLK_400_DISP1_SUB_SEL.
Signed-off-by: Ajay Kumar
---
arch/arm/cpu/armv7/exynos/clock.c | 74 +--
arch/arm/cpu/armv7/ex
Enable FIMD and DP drivers on SMDK5420 so that we get to
see the LCD console on eDP panel.
Signed-off-by: Ajay Kumar
---
include/configs/smdk5420.h | 8
1 file changed, 8 insertions(+)
diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
index 46aeec0..d3fa49b 100644
--
On Exynos5420 and newer versions, the FIMD sysmmus are in
"on state" by default.
We have to disable them in order to make FIMD DMA work.
This patch adds the required framework to exynos_fimd driver,
and disables FIMD sysmmu on Exynos5420.
Signed-off-by: Ajay Kumar
---
arch/arm/dts/exynos5420.dts
Add callbacks to set up DP-HPD, backlight and LCD power
on SMDK5420.
Signed-off-by: Ajay Kumar
---
board/samsung/smdk5420/smdk5420.c | 102 +++---
1 file changed, 17 insertions(+), 85 deletions(-)
diff --git a/board/samsung/smdk5420/smdk5420.c
b/board/samsung/sm
Enabling VDD_28IO_DP via LDO38 for SMDK5420.
Signed-off-by: Ajay Kumar
---
board/samsung/common/board.c | 3 +++
include/power/s2mps11_pmic.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c
index 2536457..224f83d 100644
--- a/bo
From: Tapani Utriainen
Add support for TechNexion TAO3530 SoM
This patch has been posted quite a long time ago. I ported it to
the latest mainline U-Boot version. With some additional cleanup
and enhancements.
Signed-off-by: Tapani Utriainen
CC: Sandeep Paulraj
Signed-off-by: Stefan Roese
Cc
Add SPL support for the Technexion TAO3530 SOM to replace
x-loader. Tested with the Thunder baseboard. Currently this is
only tested with the TAO3530 SOM revision (Ax/Bx).
Tested by booting via MMC and NAND.
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
Cc: Tom Rini
--
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
Cc: Tom Rini
---
board/technexion/tao3530/tao3530.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/board/technexion/tao3530/tao3530.c
b/board/technexion/tao3530/tao3530.c
index f9ea131..2f3f929 10064
The Head acoustics (HA) baseboard used the Technexion TAO3530 SOM
and has only some minor differences to the Technexion Thunder baseboard.
This patch adds support for this HA baseboard / TAO3530 as the "omap3_ha"
build target.
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
The memory size is autodetected and is passed to the Linux kernel
either via ATAGs or device-tree (dtb). So there is no need to
pass it via the bootargs.
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
Cc: Tom Rini
---
board/technexion/tao3530/tao3530.c | 12
Hi Masahiro,
On 11/12/2013 10:04 AM, Masahiro Yamada wrote:
> Hello Michal
>
>
>> This should be fixed by this patch - at least for microblaze.
>>
>> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751
>> Author: Rob Herring
>> Date: Fri Nov 8 08:40:43 2013 -0600
>>
>> time: add weak annotati
Hello Heiko,
On 11/12/2013 11:21 AM, Heiko Schocher wrote:
> add common phy reset code into a common function.
>
> Signed-off-by: Heiko Schocher
> Cc: Andreas Bießmann
> Cc: Bo Shen
> Cc: Jens Scharsig
> Cc: Sergey Lapin
> Cc: Stelian Pop
> Cc: Albin Tonnerre
> Cc: Eric Benard
> Cc: Marku
Hello, Rob, Tom, Michal, Daniel.
Commit 8dfafdde88eb (Introduce common timer functions)
broke Microblaze and Sparc boards.
$ git checkout 8dfafdde88eb
$ CROSS_COMPILE=microblaze-unknown-linux-gnu- ./MAKEALL -a microblaze
lib/time.c:45: undefined reference to `timer_read_counter'
lib/libgeneric.o
Hello Andreas,
Am 12.11.2013 13:56, schrieb Andreas Bießmann:
Hello Heiko,
On 11/12/2013 11:21 AM, Heiko Schocher wrote:
add common phy reset code into a common function.
Signed-off-by: Heiko Schocher
Cc: Andreas Bießmann
Cc: Bo Shen
Cc: Jens Scharsig
Cc: Sergey Lapin
Cc: Stelian Pop
Cc: Albi
On 11/12/2013 06:32 AM, Michal Simek wrote:
> Hi Masahiro,
>
> On 11/12/2013 10:04 AM, Masahiro Yamada wrote:
>> Hello Michal
>>
>>
>>> This should be fixed by this patch - at least for microblaze.
>>>
>>> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 Author: Rob
>>> Herring Date: Fri Nov
Hi Giuseppe,
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> Previous uDoo configuration adopts register settings for DDR3, clock, muxing,
> etc. taken from Nitrogen6x. uDoo schematics is rather different from that
> board, and it needs customized setting for most of the registers.
>
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> Add Ethernet and networking support on uDoo board (FEC + phy Micrel KSZ9031).
>
> Signed-off-by: Giuseppe Pagano
> CC: Stefano Babic
> CC: Fabio Estevam
TFTP transfer worked fine here, so:
Tested-by: Fabio Estevam
Thanks
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> uDoo uses APX823-31W5 watchdog chip. Timeout is about 1.2 seconds.
> To disabled watchdog during kernel boot, WDI pin of that chip needs to be in
> "high impedance" state.
> I.mx6 gpio configuration does not contemplate tristate, so pin is
Hello,
I'm having a problem with the internal DCDC-converter on a custom
board. I'm now looking for a way to disable the internal
DCDC-converter and use the internal regulators to power the CPU and
memories. If I understand it correctly the pmu is configured in
arch/arm/cpu/arm926ejs/mxs/spl_power
Trats2 config is updated to support DFU mode.
Malloc pool must be increased for DFU buffer allocation.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes for v2:
- modified subject to reflect that the patch is for Trats2;
- changed u-boot write size to 0x800
Hi Tapani,
On 11/12/2013 04:05 AM, Tapani wrote:
Thank you Eric,
< snip >
and paste it into the spot where it's used:
MX6_PAD_DEF(SD2_DAT1__USDHC2_DAT1)
(As opposed to having to hand-edit to remove the MX6Q_PAD_ prefix
from one of the declarations)
Technical point: Could you cla
On Tue, Nov 12, 2013 at 10:49:39AM +0100, Anatolij Gustschin wrote:
> Hi Tom,
>
> here are LCD panel support patches for cm_t35 board and a fix for
> Raspberry Pi LCD driver.
>
> Please pull. Thanks!
>
> Anatolij
>
> The following changes since commit 649acfe149e8a534a17eab54004a51d69b5556ed:
Hi all,
On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
> On 11/12/2013 10:56 AM, Detlev Zundel wrote:
> > Hi Michal,
> >
> >> On 11/11/2013 09:33 PM, Tom Rini wrote:
> >>> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
> >>>
> Altera Cyclone 5 board is very different b
Hey,
The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
+0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 79c5c08d7c560
Hi Giuseppe,
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> +static iomux_v3_cfg_t const enet_pads1[] = {
> + MX6_PAD_ENET_MDIO__ENET_MDIO| MUX_PAD_CTRL(ENET_PAD_CTRL),
> + MX6_PAD_ENET_MDC__ENET_MDC | MUX_PAD_CTRL(ENET_PAD_CTRL),
> + MX6_PAD
On Mon, Nov 04, 2013 at 03:31:15PM -0500, Matt Porter wrote:
> Update my email address as ti814x_evm maintainer to save
> people some frustrating bounces and non-response.
>
> Signed-off-by: Matt Porter
>
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Mon, Nov 04, 2013 at 02:05:00PM +0100, Heiko Schocher wrote:
> As
> http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast
> states:
> "Initialize devices only when they are needed within U-Boot"
>
> enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is
> enabled. E
On Mon, Nov 04, 2013 at 03:42:52PM -0500, Andrew Bradford wrote:
> From: Andrew Bradford
>
> Commit f6d1f6e4a58edae4776937647381a43fea5e83a5 broke selection of UARTs
> other than UART0 for am335x_evm configurations by setting CONS_INDEX to
> 1 for all configurations. Revert the CONS_INDEX change
On Fri, Nov 08, 2013 at 01:54:32PM -0500, Tom Rini wrote:
> Some am33xx boards may not use the RTC block for bootcount (as it may
> not be wired up for the board) and use some other facility. So add
> another symbol for the bootcount driver for the IP block.
>
> Cc: Heiko Schocher
> Signed-off-
On Wed, Nov 06, 2013 at 04:39:47PM +0200, Igor Grinberg wrote:
> Switch to using the generic gpio_led driver instead of the private to
> cm_t35 board led implementation.
>
> Signed-off-by: Igor Grinberg
> Tested-by: Nikita Kiryanov
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Des
On Mon, Nov 11, 2013 at 12:09:40PM -0500, Tom Rini wrote:
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/list
2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta:
<...>
>>> to be consistent with all other architectures, we should keep
>>> CONFIG_SYS_MONITOR_BASE. I think it is neither valid nor intentional
>>> to use a value different from CONFIG_SYS_TEXT_BASE.
>>
>> If it is neither valid nor intenti
On Mon, Nov 04, 2013 at 02:04:59PM +0100, Heiko Schocher wrote:
> If no softreset save registers are found on the hardware
> "bootcount" is stored in the environment. To prevent a
> saveenv on all reboots, the environment variable
> "upgrade_available" is introduced. If "upgrade_available" is
> 0,
On Tue, Nov 12, 2013 at 12:51 PM, Fabio Estevam wrote:
> Hi Giuseppe,
>
> On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
> wrote:
>
>> +static iomux_v3_cfg_t const enet_pads1[] = {
>> + MX6_PAD_ENET_MDIO__ENET_MDIO|
>> MUX_PAD_CTRL(ENET_PAD_CTRL),
>> + MX6_PAD_ENET_MDC_
On Tue, Nov 12, 2013 at 09:50:43AM -0500, Tom Rini wrote:
> Hey,
>
> The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
>
> Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
> +0100)
>
> are available in the git repository at:
>
>
> git
Hey,
The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
+0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 56eb3da43fab5
On Mon, Nov 04, 2013 at 02:05:02PM +0100, Heiko Schocher wrote:
> add the possibility to set the bcdDevice number board specific.
> Therefore the weak function g_dnl_get_board_bcd_device_number()
> is introduced. Used on the siemens boards.
>
> Signed-off-by: Heiko Schocher
> Acked-by: Lukasz Maj
On Mon, Nov 04, 2013 at 02:05:03PM +0100, Heiko Schocher wrote:
> From: Samuel Egli
>
> - dxr2: define unused pins as input
> - do not enable RTC32K OSC on dxr2 board
> - update default environment
> - add splashpos=m,m to default environment, so splash screen is always
> centered.
> - a
Hi Fabio,
On Tue, 2013-11-12 at 13:00 -0200, Fabio Estevam wrote:
> >> + /* alimentazione ethernet*/
> >
> > Actually this is pin is Ethernet PHY reset, so the comment in Italian
> > is not correct :-)
>
> Sorry, I looked at the wrong line. Anyway, please change the comment
> to "Ethernet
Hi Edward,
On 08/11/2013 10:35, Edward Lin wrote:
> Signed-off-by: Edward Lin
> ---
> arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h | 167
> +++
> 1 file changed, 167 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h
>
> diff --git a/arch/ar
On 11/12/2013 03:46 PM, Chin Liang See wrote:
> Hi all,
>
> On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
>> On 11/12/2013 10:56 AM, Detlev Zundel wrote:
>>> Hi Michal,
>>>
On 11/11/2013 09:33 PM, Tom Rini wrote:
> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
>>>
On Tue, Nov 12, 2013 at 10:56:29AM +0100, Detlev Zundel wrote:
> Hi Michal,
>
> > On 11/11/2013 09:33 PM, Tom Rini wrote:
> >> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
> >>
> >>> Altera Cyclone 5 board is very different board (big, rectangular,
> >>> expensive) than EBV Socra
On 11/12/2013 02:46 PM, Rob Herring wrote:
> On 11/12/2013 06:32 AM, Michal Simek wrote:
>> Hi Masahiro,
>>
>> On 11/12/2013 10:04 AM, Masahiro Yamada wrote:
>>> Hello Michal
>>>
>>>
This should be fixed by this patch - at least for microblaze.
commit 65ba7add0d609bbd035b8d42fafdaf42
2013/11/12 Gabor Juhos :
> 2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta:
>
...
>>>
>>> Any idea how can we resolve this properly?
>>>
>>> -Gabor
>>
>> following seems to work (in both variants with -bios and -pflash)
>>
>> #define CONFIG_SYS_TEXT_BASE 0xbe00
>> #define CONFIG_SYS_MONI
2013.11.12. 16:40 keltezéssel, Daniel Schwierzeck írta:
> 2013/11/12 Gabor Juhos :
>> 2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta:
>>
> ...
Any idea how can we resolve this properly?
-Gabor
>>>
>>> following seems to work (in both variants with -bios and -pflash)
>>>
The physical base address of the NOR flash is 0x1e00
on the Malta boards. The hardware also maps the first 4MiB
of the flash into the 0x1fc0-0x1fff range.
Currently, U-Boot uses the mapped address to access the
flash, which does not work in recent qemu versions.
Since commit a427338b2
Hi Tom,
On Tue, 12 Nov 2013 10:03:51 -0500, Tom Rini wrote:
> Hey,
>
> The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
>
> Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
> +0100)
>
> are available in the git repository at:
>
>
>
On 12 November 2013 03:41, Albert ARIBAUD wrote:
> (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.)
>
> Hello,
>
> I am working on changing the way IRQ/FIQ stacks are set up, from
> "on-the-fly in a hurry while in the handler" to "during init, so that
> when entering the handle
On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
wrote:
> Hello Vadim,
>
> On Tue, Nov 12, 2013 at 3:21 AM, Vadim Bendebury (вб)
> wrote:
>> Gentlemen, I have not forgotten our discussion regarding setting up a
>> sample gerrit server for u-boot during the ELCE mini-summit. Sorry
>> for this lon
On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD
wrote:
> Hi Vadim,
>
> On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб)
> wrote:
>
>
>> For the purposes of this demo the patches submitted for review were
>> generated by a script I wrote. The script scrapes
>> http://patchwork.ozlabs.org/
On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
> wrote:
>> Once I saw this announcement I thought the same thing as Albert: how
>> custodians will have their trees there?
>>
>
> It is easy to create multiple projects, one per custod
On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
> wrote:
>> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
>> wrote:
>>> Once I saw this announcement I thought the same thing as Albert: how
>>> custodians will have their trees the
On 11/12/2013 05:28 PM, Christoffer Dall wrote:
On 12 November 2013 03:41, Albert ARIBAUD wrote:
(Cc:ing Andre and Christoffer as they have discussed HYP on the ML.)
Hello,
I am working on changing the way IRQ/FIQ stacks are set up, from
"on-the-fly in a hurry while in the handler" to "during
On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
> wrote:
>> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
>> wrote:
>>> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
>>> wrote:
Once I saw this announcement I thought
On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
> wrote:
>> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
>> wrote:
>>> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
>>> wrote:
On Tue, Nov 12, 2013 at 3:07 AM, Otavi
On 12 November 2013 08:53, Andre Przywara wrote:
> On 11/12/2013 05:28 PM, Christoffer Dall wrote:
>>
>> On 12 November 2013 03:41, Albert ARIBAUD
>> wrote:
>>>
>>> (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.)
>>>
>>> Hello,
>>>
>>> I am working on changing the way IRQ/FIQ
Hi Vadim,
On Tue, 12 Nov 2013 08:33:46 -0800, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD
> wrote:
> > Hi Vadim,
> >
> > On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб)
> > wrote:
> >
> >
> >> For the purposes of this demo the patches submitted for re
Hi Otavio,
On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
> wrote:
> > On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
> > wrote:
> >> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
> >> wrote:
> >>> On Tue, Nov 12, 2
On Tue, Nov 12, 2013 at 3:07 PM, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador
> wrote:
>> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
>> wrote:
>>> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
>>> wrote:
On Tue, Nov 12, 2013 at 2:36 PM, Vadim
Hello Albert,
On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD
wrote:
> On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador
> wrote:
>
>> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
>> wrote:
>> > On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
>> > wrote:
>> >> Besides, how people w
Hi Otavio,
On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador
wrote:
> Hello Albert,
>
> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD
> wrote:
> > On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador
> > wrote:
> >
> >> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
> >> wrote:
> >
On Tue, Nov 12, 2013 at 9:11 AM, Albert ARIBAUD
wrote:
> Hi Vadim,
>
> On Tue, 12 Nov 2013 08:33:46 -0800, Vadim Bendebury (вб)
> wrote:
>
>> On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD
>> wrote:
>> > Hi Vadim,
>> >
>> > On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб)
>> > wrote:
>
1 - 100 of 135 matches
Mail list logo