Hello Naveen Krishna,
On 13.04.2013 06:42, Naveen Krishna Ch wrote:
On 6 April 2013 07:07, Naveen Krishna Chatradhi
wrote:
Add support for hsi2c controller available on exynos5420.
Note: driver currently supports only fast speed mode 100kbps
Change-Id: I02555b1dc8f4ac21c50aa5158179768563c92
Dear David Li,
In message
you wrote:
>
> I am new to using uBoot and learning with a EP405 board.
Which exact board is this?
> Basically I built the Linux uImage and device tree blob for EP 405.
> Both were downloaded on to RAM - uImage at memory 0x20 and
> ep405.dtb at 0x400.
Note
Hi,
I am new to using uBoot and learning with a EP405 board.
The board is up with the original uBoot that comes with it. But I have
encountered some problems booting up Linux. I wonder if anyone can
give me some hint
or help what went wrong.
Basically I built the Linux uImage and device tree blo
Hi,
On Sat, Apr 13, 2013 at 7:50 PM, Simon Glass wrote:
> Hi,
>
> On Tue, Feb 5, 2013 at 9:04 PM, Vivek Gautam
> wrote:
>> Hi Simon,
>>
>>
>> On Tue, Feb 5, 2013 at 2:56 AM, Simon Glass wrote:
>>> Hi,
>>>
>>> On Mon, Jan 28, 2013 at 2:39 AM, Vivek Gautam
>>> wrote:
Exynos5250 supports
>-Original Message-
>From: Wang Huan-B18965
>Sent: Friday, April 12, 2013 2:54 PM
>To: u-boot@lists.denx.de
>Cc: sba...@denx.de; Liu Hui-R64343; Estevam Fabio-R49496
>Subject: [PATCH 0/5] vybrid: Add vybrid CPU and vf600 tower board
>support
>
>This series contains the support for vybrid CP
Dear Stefan Roese,
> Hi Marek,
>
> On 10.04.2013 10:21, Marek Vasut wrote:
> >> To support NAND on the iMX6 this patch moves some headers into
> >> i.MX common locations. Instead of creating new files in the imx6
> >> include directory containing nearly the same content.
> >
> >> Here the diffst
Dear Mike Dunn,
> On 04/14/2013 10:44 AM, Marek Vasut wrote:
> > Hi Mike,
> >
> >> Hi,
> >>
> >> This patchset adds support for the Palm Treo 680 smartphone. I had to
> >> make some minor tweaks to u-boot to get things working. Most of these
> >> changes are small, and most only touch the pxa
Dear Albert ARIBAUD,
> Hi Mike,
>
> On Fri, 12 Apr 2013 11:59:16 -0700, Mike Dunn
>
> wrote:
> > On the pxa270, if the udc device is not disabled before jumping to linux,
> > the device fails to initialize in linux because it was left in a running
> > state, and the linux driver assumes that it
On 04/14/2013 10:44 AM, Marek Vasut wrote:
> Hi Mike,
>
>> Hi,
>>
>> This patchset adds support for the Palm Treo 680 smartphone. I had to make
>> some minor tweaks to u-boot to get things working. Most of these changes
>> are small, and most only touch the pxa arch.
>>
>> Thanks for looking.
>
Hi Tom,
The following changes since commit
785881f775252940185e10fbb2d5299c9ffa6bce:
env: Add redundant env support to UBI env (2013-04-11 15:52:55 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 8960af8ba9488fc54e2e4733cbad
Hi Mike,
On Fri, 12 Apr 2013 11:59:16 -0700, Mike Dunn
wrote:
> On the pxa270, if the udc device is not disabled before jumping to linux, the
> device fails to initialize in linux because it was left in a running state,
> and
> the linux driver assumes that it is in a disabled state.
>
> Signe
Dear Wolfgang Denk,
> Dear Marek Vasut,
>
> In message <201304141920.32212.ma...@denx.de> you wrote:
> > > Just curious: which method did you use to flash the final binary into
> > > the NAND? Did you boot the kernel and used mtd-utils?
> > >
> > > Maybe we could add such info later into a READM
Dear Marek Vasut,
In message <201304141920.32212.ma...@denx.de> you wrote:
>
> > Just curious: which method did you use to flash the final binary into the
> > NAND? Did you boot the kernel and used mtd-utils?
> >
> > Maybe we could add such info later into a README?
>
> I just wrote the resulti
Dear Mike Dunn,
[...]
> +int board_init(void)
> +{
> + /* We have RAM, disable cache */
> + dcache_disable();
> + icache_disable();
> +
> + gd->bd->bi_arch_number = MACH_TYPE_TREO680;
This is not needed, just define CONFIG_MACH_TYPE in treo680.h
> + gd->bd->bi_boot_params =
Dear Vivek Gautam,
> Based on 'u-boot-usb' master branch.
>
> This patch-series includes majorly some clean-up, few fixes and
> then some basic super-speed usb infrastructure addition, to help
> put support for XHCI in near future.
btw can you test your patches with MAKEALL -a arm? I get this:
Dear Mike Dunn,
> This adds a userspace linux utility that writes the u-boot image to an mtd
> partition on the docg4 nand flash.
>
> A special utility is required to do this because u-boot is partially loaded
> by an initial program loader (IPL) that is permanently programmed to the
> boot regio
Dear Mike Dunn,
> On the pxa270, if the udc device is not disabled before jumping to linux,
> the device fails to initialize in linux because it was left in a running
> state, and the linux driver assumes that it is in a disabled state.
>
> Signed-off-by: Mike Dunn
Albert, can I get your ACK on
Hi Mike,
> Hi,
>
> This patchset adds support for the Palm Treo 680 smartphone. I had to make
> some minor tweaks to u-boot to get things working. Most of these changes
> are small, and most only touch the pxa arch.
>
> Thanks for looking.
I pushed what I considered ok to u-boot-pxa/master, p
Dear Vivek Gautam,
> We can use a common global macro for calculating minimum of
> 3 numbers. Put the same in 'common header' and let 'ehci'
> use it.
>
> Signed-off-by: Vivek Gautam
> ---
>
> This patch added in V3(current-version) of this patch-series.
>
> drivers/usb/host/ehci-hcd.c | 10
Dear Vivek Gautam,
> Hi Marek,
>
> On Thu, Apr 4, 2013 at 9:28 AM, Marek Vasut wrote:
> > Dear Vivek Gautam,
> >
> >> Hi Marek,
> >>
> >> On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut wrote:
> >> > Dear Vivek Gautam,
> >> >
> >> >> Few broken usb mass storage devices can take some time to set
Dear Vivek Gautam,
> Based on 'u-boot-usb' master branch.
>
> This patch-series includes majorly some clean-up, few fixes and
> then some basic super-speed usb infrastructure addition, to help
> put support for XHCI in near future.
>
> Changes from v2:
> - Added a patch "usb: common: Weed out U
Dear Fabio Estevam,
> Hi Marek,
>
> On Mon, Feb 25, 2013 at 3:24 PM, Marek Vasut wrote:
> > +/*
> > + * Boot Device : one of
> > + * spi, sd, nand
> > + */
> > +BOOT_FROM nand
>
> Just curious: which method did you use to flash the final binary into the
> NAND? Did you boot the kernel and
On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD
wrote:
>
> Signed-off-by: Albert ARIBAUD
> ---
> README |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 19da9c8..0bc0af5 100644
> --- a/README
> +++ b/README
> @@ -2835,7 +2835,7 @@ FIT
Hi Albert,
On Sunday, April 14, 2013 4:51:26 PM, Albert ARIBAUD wrote:
> Hi Albert,
>
> On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD
> wrote:
>
> >
> > Signed-off-by: Albert ARIBAUD
> > ---
> > README |4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git
Hi Albert,
On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD
wrote:
>
> Signed-off-by: Albert ARIBAUD
> ---
> README |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 19da9c8..0bc0af5 100644
> --- a/README
> +++ b/README
> @@ -2835,7 +28
Signed-off-by: Albert ARIBAUD
---
README |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index 19da9c8..0bc0af5 100644
--- a/README
+++ b/README
@@ -2835,7 +2835,7 @@ FIT uImage format:
Maximum size in memory allocated to the SPL, BSS in
Hi Benoît,
> > Applied to u-boot-arm/master, with README corrected on the fly as
> > suggested by Tom.
>
> This on-the-fly correction is incomplete:
> CONFIG_SPL_MAX_BSS_SIZE -> CONFIG_SPL_BSS_MAX_SIZE
>
> Best regards,
> Benoît
Argh! Where were you when I was typing? :)
Well, since it is in t
Hi Albert,
On Sunday, April 14, 2013 4:10:37 PM, Albert ARIBAUD wrote:
> On Fri, 12 Apr 2013 17:14:29 +0200, Albert ARIBAUD
> wrote:
>
> > CONFIG_SPL_MAX_SIZE and CONFIG_SPL_BSS_MAX_SIZE did not have constant
> > semantics across all of U-boot. This patch series aims at fixing this by
> > splitt
On Fri, 12 Apr 2013 17:14:29 +0200, Albert ARIBAUD
wrote:
> CONFIG_SPL_MAX_SIZE and CONFIG_SPL_BSS_MAX_SIZE did not have constant
> semantics across all of U-boot. This patch series aims at fixing this by
> splitting the maximum size into separate image (code + data + rodata +
> linker list) size
Hi Stefano,
On Sun, 14 Apr 2013 11:34:29 +0200, Stefano Babic
wrote:
> Sorry Albert,
>
> there are two more fixes that I have not merged before. Please pull from
> u-boot-imx again, thanks.
>
> The following changes since commit 0f1411bc8dade4472ca802f46f75714e67301bb0:
>
> spi: mxc_spi: Se
Sorry Albert,
there are two more fixes that I have not merged before. Please pull from
u-boot-imx again, thanks.
The following changes since commit 0f1411bc8dade4472ca802f46f75714e67301bb0:
spi: mxc_spi: Set master mode for all channels (2013-04-13 17:46:42 +0200)
are available in the git rep
On 14/04/2013 09:19, Dirk Behme wrote:
> Am 08.04.2013 11:06, schrieb Andrew Gabbasov:
>> Rework the waiting for transfer completion loop condition
>> to continue waiting until both Transfer Complete and DMA End
>> interrupts occur. Checking of DLA bit in Present State register
>> looks not needed
Hi Stefano,
On Sun, 14 Apr 2013 09:27:34 +0200, Stefano Babic
wrote:
> Hallo Albert,
>
> I have a couple of fixes for the release. Please pull from u-boot-imx,
> thanks !
>
> The following changes since commit d36b39bf0d1dbe4ef03f7fc1f20b2e52eb90acf5:
>
> spi: mxc_spi: Fix ECSPI reset handl
Dear Simon Glass,
In message <1365863234-22906-1-git-send-email-...@chromium.org> you wrote:
> The debug() which prints out the current call is not very useful, since if
> it is called early enough (such as before the console is ready in the
> pre-relocation board_init_f() sequence) it can hang th
Hallo Albert,
I have a couple of fixes for the release. Please pull from u-boot-imx,
thanks !
The following changes since commit d36b39bf0d1dbe4ef03f7fc1f20b2e52eb90acf5:
spi: mxc_spi: Fix ECSPI reset handling (2013-04-04 10:23:09 +0200)
are available in the git repository at:
git://www.de
Am 08.04.2013 11:06, schrieb Andrew Gabbasov:
Rework the waiting for transfer completion loop condition
to continue waiting until both Transfer Complete and DMA End
interrupts occur. Checking of DLA bit in Present State register
looks not needed in addition to interrupts status checking,
so it ca
Am 10.04.2013 01:06, schrieb Fabio Estevam:
From: Fabio Estevam
The glitch in the SPI clock line, which commit 3cea335c34 (spi: mxc_spi: Fix spi
clock glitch durant reset) solved, is back now and itwas re-introduced by
commit d36b39bf0d (spi: mxc_spi: Fix ECSPI reset handling).
Actually the gl
37 matches
Mail list logo