Hi Tom
> Hey all,
>
> I've put v2014.01-rc3 out and we should have a tarball soon.
>
> Here's where we're at, I feel. We got some big changes in, which had
> been due for a while, on Friday. I don't think it's a good idea to
> release today, so I'm going to push things out a week.
>
> Here's
Hi, Jagan.
2014/1/9 Jagan Teki :
> Hi Nobuhiro,
>
> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu
> wrote:
>> Hi,
>>
>> This macro was changed by following patch.
>> http://patchwork.ozlabs.org/patch/307934/
> OK.
> I will pick this once Albert pop your PR.
>
> Any more spi patches?
>
I dont
Hi,
2014/1/14 Nobuhiro Iwamatsu :
> Hi, Jagan.
>
> 2014/1/9 Jagan Teki :
>> Hi Nobuhiro,
>>
>> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu
>> wrote:
>>> Hi,
>>>
>>> This macro was changed by following patch.
>>> http://patchwork.ozlabs.org/patch/307934/
>> OK.
>> I will pick this once Alber
On 13/01/14 18:27, Przemyslaw Marczak wrote:
> Hello Minkyu,
>
> On 12/30/2013 11:31 AM, Przemyslaw Marczak wrote:
>> Hello,
>>
>> On 12/30/2013 11:24 AM, Przemyslaw Marczak wrote:
>>> Issues:
>>> - reading i2c data by passing u16 pointer causes errors in read data.
>>> - max17042 status register
Hi Eric,
On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson
wrote:
> I just tried gluing this up for use in the Nitrogen6X HDMI channel,
> but found that this is more difficult than expected.
>
> Apparently the i.MX6 clock tree doesn't (yet) support use with
> the 1080P monitor I have connected.
Yes,
On 09/01/14 23:31, Mateusz Zalega wrote:
> In some cases MMC was still uninitialized while media capacity check,
> leading to broken ums command.
>
> Change-Id: I4b86c2c59e430fb8b55272ea14f00316d8cb3dca
> Signed-off-by: Mateusz Zalega
> Cc: Lukasz Majewski
> Cc: Minkyu Kang
> Cc: Kyungmin Park
On 14/01/14 05:06, Albert ARIBAUD wrote:
> Signed-off-by: Albert ARIBAUD
> ---
> board/friendlyarm/mini2440/Makefile | 8 --
> board/friendlyarm/mini2440/mini2440.c | 118
> board/friendlyarm/mini2440/mini2440.h | 144
> --
> board
On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote:
> On 1/10/2014 7:40 AM, Po Liu wrote:
> > diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c
> > index 9de327b..6b43496 100644
> > --- a/drivers/mtd/nand/fsl_ifc_spl.c
> > +++ b/drivers/mtd/nand/fsl_ifc_spl.c
> >
hi bhupesh,
> Hi David,
>
> In reference to my mail above, I see that the transition to EL2 (from EL3)
> which occurs very early
> in start.S needs to be changed on lines of the ARMv7 code, i.e. the EL2
> transition should happen just
> before Linux is booted up by the u-boot.
>
> The reason fo
Hi all,
I am bringing up XHCI support for our SOC and have run into several
issues with U-Boot's XHCI code.
1. I need to use a wrapper I call xhci_readl/xhci_writel since all of
our I/O is to 64-bit addresses rather than readl/writel which work for
PCIe. While xhci_readl/xhci_writel is used
Send RPC commands to the VideoCore to turn on the SDHCI and USB modules.
For SDHCI this isn't needed in practice, since the firmware already
turned on the power in order to load U-Boot. However, it's best to be
explicit. For USB, this is necessary, since the module isn't powered
otherwise. This wil
My original intention was to have a 100ms timeout. However, the timer
operations used return values in ms not us, so we ended up with a 100s
timeout instead. Fixing this exposes that some operations need longer
to operate than 100ms, so bump the timeout up to a whole second.
Reported-by: Andre Hei
Hi Fabio,
On 01/13/2014 05:36 PM, Fabio Estevam wrote:
Hi Eric,
On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson
wrote:
I just tried gluing this up for use in the Nitrogen6X HDMI channel,
but found that this is more difficult than expected.
Apparently the i.MX6 clock tree doesn't (yet) support
Dear Przemyslaw,
On 01/10/2014 11:31 PM, Przemyslaw Marczak wrote:
> board/samsung/common/misc.c:
> - move draw_logo() function from exynos_fb.c
> - add get_tizen_logo_info() function call removed from board files
>
> boards:
> - update board files
> - add CONFIG_MISC_INIT_R to Universal, Trats a
On 1/14/2014 6:39 AM, Scott Wood wrote:
On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote:
On 1/10/2014 7:40 AM, Po Liu wrote:
diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c
index 9de327b..6b43496 100644
--- a/drivers/mtd/nand/fsl_ifc_spl.c
+++ b/drivers
Use setbits/clrbits macro instead of readl/writel function
Signed-off-by: Inha Song
---
arch/arm/cpu/armv7/exynos/clock.c | 87 +++--
1 file changed, 25 insertions(+), 62 deletions(-)
diff --git a/arch/arm/cpu/armv7/exynos/clock.c
b/arch/arm/cpu/armv7/exynos/c
Hi, Inha.
Plz, add Samsung SoC custodian.
Refer to http://www.denx.de/wiki/U-Boot/Custodians
On 01/14/2014 01:01 PM, Inha Song wrote:
> Use setbits/clrbits macro instead of readl/writel function
>
> Signed-off-by: Inha Song
> ---
> arch/arm/cpu/armv7/exynos/clock.c | 87
> +++-
On 01/13/2014 06:20 PM, Aaron Williams wrote:
Hi all,
I am bringing up XHCI support for our SOC and have run into several
issues with U-Boot's XHCI code.
1. I need to use a wrapper I call xhci_readl/xhci_writel since all of
our I/O is to 64-bit addresses rather than readl/writel which work f
Hi Parimala,
On Mon, 13 Jan 2014 19:00:04 +0530, Parimala Baggiri
wrote:
> Hello,
>
> I have added interrupt support for armv7 platform, by implementing the
> do_irq and irq_install_handler and arch_interrupt_init functions.
>
> Initially default_isr is the handler function installed for all t
Hi Simon,
Sorry for the long delay.
On 10/17/2013 03:27 PM, Simon Glass wrote:
Hi Aaron,
On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams
wrote:
Hi all,
In our bootloader based off of 2013.07 we make extensive use of the flat
device tree. In profiling our bootloader in our simulator I foun
Hi Nobuhiro,
On Tue, Jan 14, 2014 at 5:42 AM, Nobuhiro Iwamatsu
wrote:
> Hi,
>
> 2014/1/14 Nobuhiro Iwamatsu :
>> Hi, Jagan.
>>
>> 2014/1/9 Jagan Teki :
>>> Hi Nobuhiro,
>>>
>>> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu
>>> wrote:
Hi,
This macro was changed by following pa
Hi Valentin,
On 13.01.2014 17:29, Valentin Longchamp wrote:
> From: Rainer Boschung
>
> - make use of the QRIO1 32bit register at 0x20 as bootcounter register
> - check for BOOTCOUNT_MAGIC pattern when before bootcounter value is read
>
> Signed-off-by: Rainer Boschung
> Signed-off-by: Valenti
Adjust default envs for Trats and Trats2 boards. Those changes are supposed to
cleanup and improve things for v2014.01 u-boot release.
Lukasz Majewski (3):
config: Update envs for trats and trats2 - new entries for new
partitions
ARM: trats2: dfu: Enable default Poll Timeout for Trats2 bo
This patch adds extra dfu_alt_info entries to support storing the whole BOOT
, DATA and UMS partitions.
This allows upgrade of uImage and device tree blob (dtb) files at once.
Now it is also possible to store ext4 rootfs prepared with well established
linux tools (like mkfs.ext4).
Signed-off-by:
Provide default Poll Timeout value for Trats2 board.
Signed-off-by: Lukasz Majewski
---
Changes for v2:
- None
Change-Id: I06ee5c228fa4f92ab445333cbdb12464944daa35
---
include/configs/trats2.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/trats2.h b/include/configs/trat
Disable L2 caches for Trats and Trats2 devices.
It turns out that for data downloading with thordown command L2 cache
disablement brings a significant speed improvement.
rootfs - 400 MiB:
- L2 cache enabled: 2.69 MiB/s
- L2 cache disabled:5.56 MiB/s
Such i
Universal uses only one adapter I2C_0.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
---
board/samsung/universal_c210/universal.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/samsung/universal_c210/universal.c
b/board/samsung/universal_c210/universal
Hi Stephen,
On Mon, 13 Jan 2014 19:50:11 -0700, Stephen Warren
wrote:
> Send RPC commands to the VideoCore to turn on the SDHCI and USB modules.
> For SDHCI this isn't needed in practice, since the firmware already
> turned on the power in order to load U-Boot. However, it's best to be
> explici
Hello,
On 01/14/2014 01:24 AM, Minkyu Kang wrote:
On 13/01/14 18:27, Przemyslaw Marczak wrote:
Hello Minkyu,
On 12/30/2013 11:31 AM, Przemyslaw Marczak wrote:
Hello,
On 12/30/2013 11:24 AM, Przemyslaw Marczak wrote:
Issues:
- reading i2c data by passing u16 pointer causes errors in read dat
2014/1/12 Anatolij Gustschin :
> On Wed, 8 Jan 2014 08:24:21 +0100
> Christian Gmeiner wrote:
>
>> There may be some custom boards in the field which have
>> an seperate eeprom chip to store edid informations in it.
>> To make use of those edid information in the board code
>> this patch add a fu
2014/1/12 Anatolij Gustschin :
> Hi Stefano,
>
> On Wed, 08 Jan 2014 11:53:39 +0100
> Stefano Babic wrote:
> ...
>> Agree that we have to sync u-boot and kernel, and this can be a way in
>> the short term.
>>
>> I am asking if this is in the long term the best way to do it. You are
>> converting E
101 - 131 of 131 matches
Mail list logo