Hi Bin,
On 02/26/2015 07:30 PM, Bin Meng wrote:
> Hi Gabriel,
>
> On Thu, Feb 26, 2015 at 12:27 AM, Gabriel Huau
> wrote:
>> Hi Bin,
>>
>>
>> On 02/24/2015 11:52 PM, Bin Meng wrote:
>>> Hi Gabriel,
>>>
>>> On Mon, Feb 16, 2015 at 5:55 AM, Gabriel Huau
>>> wrote:
Configure the pinctrl as it
Hi Fabio,
On 25/02/2015 13:55, Fabio Estevam wrote:
> With UMS support we are able to flash the eMMC from U-boot, which is very
> convenient.
>
> Add UMS support to make the eMMC flashing process easier.
>
Maybe you want to say USB and not UMS, is it ?
> Signed-off-by: Fabio Estevam
> ---
>
Hi Gabriel,
On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau wrote:
> Hi Bin,
>
>
> On 02/26/2015 07:30 PM, Bin Meng wrote:
>>
>> Hi Gabriel,
>>
>> On Thu, Feb 26, 2015 at 12:27 AM, Gabriel Huau
>> wrote:
>>>
>>> Hi Bin,
>>>
>>>
>>> On 02/24/2015 11:52 PM, Bin Meng wrote:
Hi Gabriel,
On 27/02/2015 09:37, Stefano Babic wrote:
> Hi Fabio,
>
> On 25/02/2015 13:55, Fabio Estevam wrote:
>> With UMS support we are able to flash the eMMC from U-boot, which is very
>> convenient.
>>
>> Add UMS support to make the eMMC flashing process easier.
>>
>
> Maybe you want to say USB and not
Hi Vincent,
On 26/02/15 09:32, Vincent wrote:
> I tried what Stephen suggested, and just changing CONFIG_SYS_TEXT_BASE to
> 0x0 (with kernel_old=1) does not work: the board display some garbage on
> the uart then hangs. The content of the garbage makes me thinks that
> nothing is done to handle th
2015-02-27 10:41 GMT+01:00 Andre Przywara :
> Hi Vincent,
>
> On 26/02/15 09:32, Vincent wrote:
> > I tried what Stephen suggested, and just changing CONFIG_SYS_TEXT_BASE to
> > 0x0 (with kernel_old=1) does not work: the board display some garbage on
> > the uart then hangs. The content of the gar
2015-02-26 19:23 GMT+01:00 Andrew Bresticker :
> Hi,
>
> On Thu, Feb 26, 2015 at 4:37 AM, Daniel Schwierzeck
> wrote:
>> 2015-02-26 11:17 GMT+01:00 Paul Burton :
>>> On Thu, Feb 19, 2015 at 01:50:23PM +, Matthew Fortune wrote:
Hi Daniel,
The spec for MIPS Unified Hosting Interfa
On Wednesday, February 25, 2015 at 02:04:54 PM, Lukasz Majewski wrote:
> Hi Marek,
Hi
[...]
> > > > Well you know that such patch should really go in first, right ?
> > > > But it's pretty pointless to push you to rework the entire thing
> > > > I'd say, so let's just apply all this stuff as is.
On Thu, 2015-02-26 at 22:01 +0200, Siarhei Siamashka wrote:
> Additionally, it may be a good idea to have a reference to
> the http://linux-sunxi.org/Jesurun_Q5 page as a comment in
> the defconfig file. And eventually do the same for all
> sunxi defconfigs. Right now the u-boot "configs" director
Hi Marek,
> On Wednesday, February 25, 2015 at 02:04:54 PM, Lukasz Majewski wrote:
> > Hi Marek,
>
> Hi
>
> [...]
>
> > > > > Well you know that such patch should really go in first,
> > > > > right ? But it's pretty pointless to push you to rework the
> > > > > entire thing I'd say, so let's j
Date: Fri, 27 Feb 2015 10:04:23 +0100
From: Stefano Babic
To: Stefano Babic, Fabio Estevam
Cc:u-boot@lists.denx.de,ota...@ossystems.com.br
Subject: Re: [U-Boot] [PATCH 1/2] warp: Add User Mass Storage support
Message-ID:<54f03317.3040...@denx.de>
Content-Type: text/plain; charset=windows
[sorry, this was the wrong subject text]
>Hi Fabio,
>
>On 25/02/2015 13:55, Fabio Estevam wrote:
>>With UMS support we are able to flash the eMMC from U-boot, which is very
>>convenient.
>>
>>Add UMS support to make the eMMC flashing process easier.
>>
>
>Maybe you want to say USB and not UMS,
Thanks Rob and Tom.
On 22 February 2015 at 08:29, Tom Rini wrote:
> On Thu, Feb 19, 2015 at 02:04:01PM -0600, Rob Herring wrote:
> > On Wed, Feb 18, 2015 at 4:53 PM, Dileep Katta
> wrote:
> > > This adds the functionality to flash u-boot and MLO images to QSPI
> using fastboot
> > >
> > > Signe
Hello Nathan,
On 02/26/2015 01:30 AM, Nathan wrote:
Wow, that came out as a real mess.
I used Outlook.com to compose that message.
Anyone experience that and can recommend how I can clean it up?
I see that I composed using "Rich Text".
I'll try to redo it in my reply here using "Plain Text":
Hi,
On 02/27/2015 12:59 AM, Nathan wrote:
I think I've been able to narrow down, a bit, where the issue is coming from.
"mmc_set_blocklen" led me to "mmc_send_cmd" which showed that there is
the "CONFIG_MMC_TRACE" I could use.
A notable difference between hardkernel's u-boot and mainline was t
Currently the usage text for the 'ums' command looks like this:
Usage:
ums ums [] e.g. ums 0 mmc 0
,so remove the extra 'ums' in the text.
Signed-off-by: Fabio Estevam
When fixing the ums help text, I think we also should change the
"long name" from "User Mass Storage" to "USB Mass Stora
This is already invoked a few cycles later in monitor mode by
_secure_monitor. Drop it here, it serves no purpose.
CC: Marc Zyngier
Signed-off-by: Jan Kiszka
---
arch/arm/cpu/armv7/sunxi/psci.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/sunxi/psci.S b/arch/arm/cpu/arm
This algorithm will be useful on Tegra as well, plus we will need it for
making _psci_target_pc per-CPU.
CC: Marc Zyngier
Signed-off-by: Jan Kiszka
---
arch/arm/cpu/armv7/psci.S | 14 ++
arch/arm/cpu/armv7/sunxi/psci.S | 17 +++--
2 files changed, 21 insertions(+),
Use a per-CPU variable for saving the target PC during CPU_ON
operations. This allows us to run this service independently on targets
that have more than 2 cores and also core-local power control.
CC: Marc Zyngier
Signed-off-by: Jan Kiszka
---
arch/arm/cpu/armv7/psci.S | 11 +--
a
19 matches
Mail list logo