On 27.9.2016 07:25, Siva Durga Prasad Paladugu wrote:
> Enable zynq Nand flash controller driver for a zynq ZC770
> XM011(dc2) board.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> ---
> Changes for v3:
> - None
> Changes for v2:
> - Corrected the from address
> ---
> configs/zynq_zc770_xm011_d
> Compiler attributes are more commonly __foo style tags rather than big
> upper case eye sores like EFI_RUNTIME_TEXT.
>
> Simon Glass felt quite strongly about this, so this patch converts our
> existing defines over to more eye friendly ones.
>
> Signed-off-by: Alexander Graf
> Reviewed-by: Si
On 10/18/2016 04:29 AM, Simon Glass wrote:
This is required for x86 and is also correct for ARM (since it is empty).
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
(Replying here in lack for a cover letter)
Could you please rebase your patches on top of
https://github.com/agraf/u-boot.
On 10/18/2016 04:29 AM, Simon Glass wrote:
It is useful to have a basic sanity check for EFI loader support. Add a
'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot.
Signed-off-by: Simon Glass
---
Changes in v3:
- Include a link to the program instead of adding it to t
On 17.10.2016 17:33, Oscar Gomez Fuente wrote:
> Ok Michal,
>
> Then you're suggesting change the zynq-picozed.dts file to:
dtsi.
>
> diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts
> index 3408df8..d8ed298 100644
> --- a/arch/arm/dts/zynq-picozed.dts
> +++ b/arch/arm
Ping all,
Some time ago I saw several people mentioned ARMv8 PSCI, are you
interested in leaving your review comments?
I know it is not so easy for reviewing assembly language patches, but
code structures and assembly instructions in this patch set are not
complicated.
When this common framework ge
Hi Simon,
On Mon, Oct 17, 2016 at 04:17:33PM -0600, Simon Glass wrote:
> On 17 October 2016 at 14:50, Maxime Ripard
> wrote:
> > Now that the overlay code has been merge upstream, update our copy to
> > what's been merged, since a significant number of issues have been fixed
> > during the merge
Hi everyone,
In my opinion, use the picozed without a carrier board it doesn't make
sense. You always are going to need a carrier board. Avnet has two models
the PicoZed FMC Carrier V2 and the PicoZed FMC Carrier V1. And the company
I'm working, it is going to desing a custom carrier board accord
Hi Tom,
The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to f822403f0164be74a5161b65698d0f01f4556234:
x86: Ad
On Thursday 06 October 2016 04:49 PM, Vignesh R wrote:
> If the write transaction size(write_bytes) is not a multiple of word
> length, then issue word length writes till the we reach the dangling
> bytes. On the final write, issue byte by byte write to complete the
> transaction. This marginally
Hi Tom,
> It's release day and v2016.11-rc2 is out. I've tried to clean up my
> queue a bit, but I think there's still a few things I have outstanding.
> And I know I need to get some changes from Alexander for EFI stuff that
> I've already promised can come in. But we should also be moving towa
Hi York,
I have a question about CONFIG option. Are we going to completely using Kconfig
in the future like kernel?
I just found below compiling error.
=Error log===
./scripts/check-config.sh u-boot.cfg \
./scripts/config_whitelist.txt . 1>&2
Error: Yo
Hi everyone,
It seems to be that the mailbox of the email address
albert.u.b...@aribaud.net is quota exceeded, and all emails are rejected.
-
Final-Recipient: rfc822; albert.u.b...@aribaud.net.rmap1.bookmyname.com
Original-Recipient: rfc822;albert.u.b...@aribaud.net
Action: failed
Status: 5.0
On 10/14/2016 03:45 AM, Robert Ianovich wrote:
> I have a iMX233 with SD as storage and I need to have first partition
> fat32, otherways windows will not open the SD card at all. Customer needs
> to get/save some data from windows.
>
> So what I did is wrote U-Boot on 2'nd and rootfs on 3'rd.
>
On Sen, 2016-10-17 at 18:14 +0200, Marek Vasut wrote:
> On 10/17/2016 05:59 PM, Chin Liang See wrote:
> >
> > On Sen, 2016-10-17 at 17:39 +0200, Marek Vasut wrote:
> > >
> > > On 10/17/2016 05:28 PM, Chin Liang See wrote:
> > > >
> > > >
> > > > On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wr
On Sel, 2016-10-18 at 06:00 +0200, Marek Vasut wrote:
> On 10/18/2016 05:22 AM, Chin Liang See wrote:
> >
> > On Sen, 2016-10-17 at 18:14 +0200, Marek Vasut wrote:
> > >
> > > On 10/17/2016 05:59 PM, Chin Liang See wrote:
> > > >
> > > >
> > > > On Sen, 2016-10-17 at 17:39 +0200, Marek Vasut wr
On Mon, Oct 17, 2016 at 4:47 PM, Jagan Teki wrote:
> Hi Peng/all,
>
> Observed an issue while setting the bus on mxc_i2c driver
> addr = dev_get_addr(bus); is getting failed to get invalid address.
>
> Commit details:
> "i2c: mxc: refactor i2c driver and support dm"
> (sha1: 71204e95ce13228a0c742c
Hi Tom,
This is my current patch queue for efi. Please pull.
Alex
The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-next
On 10/18/2016 10:23 AM, Vignesh R wrote:
>
>
> On Thursday 06 October 2016 04:49 PM, Vignesh R wrote:
>> If the write transaction size(write_bytes) is not a multiple of word
>> length, then issue word length writes till the we reach the dangling
>> bytes. On the final write, issue byte by byte wr
On 10/18/2016 05:34 AM, Chin Liang See wrote:
> On Sel, 2016-10-18 at 06:00 +0200, Marek Vasut wrote:
>> On 10/18/2016 05:22 AM, Chin Liang See wrote:
>>>
>>> On Sen, 2016-10-17 at 18:14 +0200, Marek Vasut wrote:
On 10/17/2016 05:59 PM, Chin Liang See wrote:
>
>
> On Sen, 2016
On Tue, Oct 18, 2016 at 10:36:41AM +0800, Bin Meng wrote:
> Hi Tom,
>
> On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini wrote:
> > Hey guys,
> >
> > After making Stephen's scripts work with qemu today, I've started
> > testing out what platforms I can test out via qemu. I've found two
> > problems wit
On Tue, Oct 18, 2016 at 09:19:59AM -0400, Tom Rini wrote:
> On Tue, Oct 18, 2016 at 10:36:41AM +0800, Bin Meng wrote:
> > Hi Tom,
> >
> > On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini wrote:
> > > Hey guys,
> > >
> > > After making Stephen's scripts work with qemu today, I've started
> > > testing ou
Hello everybody!!!
I need to port an operating system from x86 architecture to ARM
architecture.
In particular i'm using a Cubietruck board board with Cortex A-7 CPU.
Initially i would use U-boot as bootloader for my operating system: so i
concentrate on kernel porting!
If i use mkimage command
When you boot an efi payload from network, then exit that payload
and load another payload from disk afterwords, the disk payload will
currently see the network device as its boot path.
This breaks grub2 for example which tries to find its modules based
on the path it was loaded from.
This patch
On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:
> Hi Tom,
>
> The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
>
> Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-x86.git
>
> fo
Hi,
On 18.10.2016 09:28, Oscar Gomez Fuente wrote:
> Hi everyone,
>
> In my opinion, use the picozed without a carrier board it doesn't make
> sense. You always are going to need a carrier board. Avnet has two models
> the PicoZed FMC Carrier V2 and the PicoZed FMC Carrier V1. And the company
>
On Tue, Oct 18, 2016 at 10:06:28AM -0400, Tom Rini wrote:
> On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:
>
> > Hi Tom,
> >
> > The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
> >
> > Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
> >
> > are availab
On Tue, Oct 18, 2016 at 02:06:37PM +0200, Alexander Graf wrote:
> Hi Tom,
>
> This is my current patch queue for efi. Please pull.
>
> Alex
>
>
> The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
>
> Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
>
> are avail
2016-10-09 23:52 GMT+09:00 Masahiro Yamada :
> Marek reports warnings in UniPhier pinctrl drivers when compiled by
> GCC 6.x, like:
>
> drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c:58:18: warning:
> 'usb3_muxvals' defined but not used [-Wunused-const-variable=]
>static const int usb3_mu
2016-10-17 22:18 GMT+09:00 Masahiro Yamada :
>
>
> Masahiro Yamada (3):
> clk: uniphier: rework UniPhier clk driver
> ARM: uniphier: adjust fdt_file environment handling to latest Linux
> ARM: uniphier: remove unnecessary EHCI reset deassertion
>
> arch/arm/mach-uniphier/board_late_init.c |
On 10/18/2016 05:38 PM, Masahiro Yamada wrote:
> 2016-10-09 23:52 GMT+09:00 Masahiro Yamada :
>> Marek reports warnings in UniPhier pinctrl drivers when compiled by
>> GCC 6.x, like:
>>
>> drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c:58:18: warning:
>> 'usb3_muxvals' defined but not used [-
2016-10-12 21:14 GMT+09:00 Masahiro Yamada :
> My mistake during copy-paste work.
>
> Signed-off-by: Masahiro Yamada
> ---
Applied to u-boot-uniphier/master.
--
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
2016-10-17 22:20 GMT+09:00 Masahiro Yamada :
> Signed-off-by: Masahiro Yamada
> ---
Applied to u-boot-uniphier/master.
--
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Sun, Oct 16, 2016 at 10:59 AM, Marek Vasut wrote:
> On 10/15/2016 12:10 AM, Dinh Nguyen wrote:
>>
>>
>> On 10/10/2016 10:52 AM, Dinh Nguyen wrote:
>>> Hi,
>>>
>>> This patchset adds the PL330 DMA driver to U-Boot. The SoCFPGA platform
>>> makes
>>> use of the PL330 to transfer zereos to the SD
Hi Tom.
I was a bit late for -rc2, but please pull some more for UniPhier SoCs:
* rework clk driver to re-use corresponding clk data from Linux
* Re-sync DT with Linux
* Reset migrate from ad-hoc code to the reset driver
* some fixes
The following changes since commit d5a815327d2c257fbba108
On 10/18/2016 09:28 AM, york sun wrote:
On 10/17/2016 04:35 PM, Stephen Warren wrote:
From: Stephen Warren
SoC-specific logic may be required for all forms of cache-wide
operations; invalidate and flush of both dcache and icache (note that
only 3 of the 4 possible combinations make sense, sinc
2016-10-17 5:15 GMT+09:00 Tom Rini :
> On Mon, Oct 17, 2016 at 02:17:22AM +0900, Masahiro Yamada wrote:
>
>> Supporting shell-style wildcards for the --defconfigs option will be
>> useful to run the moveconfig tool against a specific platform. For
>> example, "uniphier*" in the file passed by --de
On 10/17/2016 02:01 AM, Alexander Graf wrote:
>
>
> On 15.10.16 18:57, york sun wrote:
>> On 10/15/2016 03:03 AM, Alexander Graf wrote:
>>> The efi loader code has its own memory map, so it needs to be aware where
>>> the spin tables are located, to ensure that no code writes into those
>>> regions
Hi Tom,
2016-10-17 5:12 GMT+09:00 Tom Rini :
> On Mon, Oct 17, 2016 at 02:17:23AM +0900, Masahiro Yamada wrote:
>> This will make the log more readable. The log is not deterministic
>> in case of parallel processing, though.
>>
>> Signed-off-by: Masahiro Yamada
>
> I'm honestly ambivalent about
Hi Stephen,
On 17 October 2016 at 15:35, Stephen Warren wrote:
> From: Stephen Warren
>
> SoC-specific logic may be required for all forms of cache-wide
> operations; invalidate and flush of both dcache and icache (note that
> only 3 of the 4 possible combinations make sense, since the icache ne
Hi Maxime,
On 18 October 2016 at 01:26, Maxime Ripard
wrote:
> Hi Simon,
>
> On Mon, Oct 17, 2016 at 04:17:33PM -0600, Simon Glass wrote:
>> On 17 October 2016 at 14:50, Maxime Ripard
>> wrote:
>> > Now that the overlay code has been merge upstream, update our copy to
>> > what's been merged, si
a while back, i asked about the best way to have u-boot extract the
MAC address from a well-known address in flash, and add it to the
device tree to pass to the kernel; discussion was here:
http://lists.denx.de/pipermail/u-boot/2016-May/255856.html
i notice that another option for tweaking th
On 10/18/2016 02:39 AM, Y.B. Lu wrote:
> Hi York,
>
> I have a question about CONFIG option. Are we going to completely using
> Kconfig in the future like kernel?
> I just found below compiling error.
>
> =Error log===
> ./scripts/check-config.sh u-boot.cfg \
>
Hi Sonic,
Do you have plans to convert the Blackfin serial driver to driver
model? I don't have a board myself, but it looks like there is fairly
recent activity with this arch in U-Boot.
Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http:
> When you boot an efi payload from network, then exit that payload
> and load another payload from disk afterwords, the disk payload will
> currently see the network device as its boot path.
>
> This breaks grub2 for example which tries to find its modules based
> on the path it was loaded from.
Hi Tom,
This is my current patch queue for efi. Please pull.
Alex
The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
are available in the git repository at:
git://github.com/agraf/u-boot.git tags/signed-efi-next
On 10/18/2016 05:50 PM, Dinh Nguyen wrote:
> On Sun, Oct 16, 2016 at 10:59 AM, Marek Vasut wrote:
>> On 10/15/2016 12:10 AM, Dinh Nguyen wrote:
>>>
>>>
>>> On 10/10/2016 10:52 AM, Dinh Nguyen wrote:
Hi,
This patchset adds the PL330 DMA driver to U-Boot. The SoCFPGA platform
ma
On 10/18/2016 11:14 AM, Stephen Warren wrote:
> On 10/18/2016 09:28 AM, york sun wrote:
>> On 10/17/2016 04:35 PM, Stephen Warren wrote:
>>> From: Stephen Warren
>>>
>>> SoC-specific logic may be required for all forms of cache-wide
>>> operations; invalidate and flush of both dcache and icache (n
On 10/18/2016 10:23 AM, Simon Glass wrote:
Hi Stephen,
On 17 October 2016 at 15:35, Stephen Warren wrote:
From: Stephen Warren
SoC-specific logic may be required for all forms of cache-wide
operations; invalidate and flush of both dcache and icache (note that
only 3 of the 4 possible combina
On 10/18/2016 12:40 PM, york sun wrote:
On 10/18/2016 11:14 AM, Stephen Warren wrote:
On 10/18/2016 09:28 AM, york sun wrote:
On 10/17/2016 04:35 PM, Stephen Warren wrote:
From: Stephen Warren
SoC-specific logic may be required for all forms of cache-wide
operations; invalidate and flush of
Hi Stephen,
On 18 October 2016 at 12:58, Stephen Warren wrote:
> On 10/18/2016 10:23 AM, Simon Glass wrote:
>>
>> Hi Stephen,
>>
>> On 17 October 2016 at 15:35, Stephen Warren wrote:
>>>
>>> From: Stephen Warren
>>>
>>> SoC-specific logic may be required for all forms of cache-wide
>>> operatio
On 10/18/2016 01:03 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 2016 at 12:58, Stephen Warren wrote:
On 10/18/2016 10:23 AM, Simon Glass wrote:
Hi Stephen,
On 17 October 2016 at 15:35, Stephen Warren wrote:
From: Stephen Warren
SoC-specific logic may be required for all forms of c
On 10/17/2016 04:45 AM, Alexander Graf wrote:
>
>
> On 10/17/2016 10:56 AM, Prabhakar Kushwaha wrote:
>>> -Original Message-
>>> From: Alexander Graf [mailto:ag...@suse.de]
>>> Sent: Monday, October 17, 2016 12:28 PM
>>> To: Prabhakar Kushwaha ; u-
>>> b...@lists.denx.de
>>> Cc: york sun
>
On Wed, Oct 19, 2016 at 01:14:58AM +0900, Masahiro Yamada wrote:
> 2016-10-17 5:15 GMT+09:00 Tom Rini :
> > On Mon, Oct 17, 2016 at 02:17:22AM +0900, Masahiro Yamada wrote:
> >
> >> Supporting shell-style wildcards for the --defconfigs option will be
> >> useful to run the moveconfig tool against a
On Wed, Oct 19, 2016 at 01:23:24AM +0900, Masahiro Yamada wrote:
> Hi Tom,
>
> 2016-10-17 5:12 GMT+09:00 Tom Rini :
> > On Mon, Oct 17, 2016 at 02:17:23AM +0900, Masahiro Yamada wrote:
> >> This will make the log more readable. The log is not deterministic
> >> in case of parallel processing, tho
On Tue, Oct 18, 2016 at 2:23 PM, Tom Rini wrote:
> On Wed, Oct 19, 2016 at 01:14:58AM +0900, Masahiro Yamada wrote:
>> 2016-10-17 5:15 GMT+09:00 Tom Rini :
>> > On Mon, Oct 17, 2016 at 02:17:22AM +0900, Masahiro Yamada wrote:
>> > I don't see error handling in the case of files (and now globs) not
Hi Stephen,
On 18 October 2016 at 13:10, Stephen Warren wrote:
> On 10/18/2016 01:03 PM, Simon Glass wrote:
>>
>> Hi Stephen,
>>
>> On 18 October 2016 at 12:58, Stephen Warren wrote:
>>>
>>> On 10/18/2016 10:23 AM, Simon Glass wrote:
Hi Stephen,
On 17 October 2016 at 15:
Hi all,
According to commit log:
commit 431889d6ad9a39846636716478d504aa7ff976fc
Author: Ladislav Michl
Date: Tue Jul 12 20:28:14 2016 +0200
spl: zImage support in Falcon mode
Other payload than uImage is currently considered to be raw U-Boot
image. Check also for zImage in
On 10/17/2016 02:11 AM, Alexander Graf wrote:
>
>
> On 15.10.16 18:58, york sun wrote:
>> On 10/15/2016 03:03 AM, Alexander Graf wrote:
>>> Some systems may implemente TrustZone (EL3) in U-Boot. Those systems
>>> reserve some memory that U-Boot is aware of as secure.
>>>
>>> For those systems, mask
Hi Alex,
On 18 October 2016 at 01:12, Alexander Graf wrote:
> On 10/18/2016 04:29 AM, Simon Glass wrote:
>>
>> This is required for x86 and is also correct for ARM (since it is empty).
>>
>> Signed-off-by: Simon Glass
>> Reviewed-by: Bin Meng
>
>
> (Replying here in lack for a cover letter)
>
>
Hi Alex,
On 4 October 2016 at 09:50, Alexander Graf wrote:
>
>
> Am 04.10.2016 um 17:37 schrieb Simon Glass :
>
> Hi Alex,
>
> On 3 October 2016 at 21:15, Alexander Graf wrote:
>
>
>
> Am 03.10.2016 um 23:50 schrieb Simon Glass :
>
>
> Hi,
>
>
> On 27 September 2016 at 15:28, Tom Rini wrote:
>
Hi Alex,
On 18 October 2016 at 01:14, Alexander Graf wrote:
> On 10/18/2016 04:29 AM, Simon Glass wrote:
>>
>> It is useful to have a basic sanity check for EFI loader support. Add a
>> 'bootefi hello' command which loads HelloWord.efi and runs it under
>> U-Boot.
>>
>> Signed-off-by: Simon Glass
On 10/18/2016 02:01 PM, Stephen Warren wrote:
> On 10/18/2016 12:40 PM, york sun wrote:
>> On 10/18/2016 11:14 AM, Stephen Warren wrote:
>>> On 10/18/2016 09:28 AM, york sun wrote:
On 10/17/2016 04:35 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> SoC-specific logic may be r
Hi,
I have started diving into the u-boot python tests. Now I have come accross
two problems:
1. I would like to access the config, specifically the paths to e.g.
build_dir, result_dir, ...
2. I would like to run and log system commands
Now while I can do this via the u_boot_console fixture, I
On Tue, Oct 18, 2016 at 08:08:48PM +0200, Alexander Graf wrote:
> Hi Tom,
>
> This is my current patch queue for efi. Please pull.
>
> Alex
>
>
> The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
>
> Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
>
> are availa
On Wed, Jul 13, 2016 at 12:56:51PM +0200, Andreas J. Reichel wrote:
> Hardware: CM-FX6 Module from Compulab
>
> This patch fixes unwanted watchdog resets while the user enters
> a command at the U-Boot prompt.
>
> As found on the CM-FX6 board from Compulab, when having enabled the
> watchdog, a
On 10/18/2016 03:28 PM, york sun wrote:
On 10/18/2016 02:01 PM, Stephen Warren wrote:
On 10/18/2016 12:40 PM, york sun wrote:
On 10/18/2016 11:14 AM, Stephen Warren wrote:
On 10/18/2016 09:28 AM, york sun wrote:
On 10/17/2016 04:35 PM, Stephen Warren wrote:
From: Stephen Warren
SoC-specifi
On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:
> Hi Tom,
>
> The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
>
> Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-x86.git
>
> fo
On 10/18/2016 01:56 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 2016 at 13:10, Stephen Warren wrote:
On 10/18/2016 01:03 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 2016 at 12:58, Stephen Warren wrote:
On 10/18/2016 10:23 AM, Simon Glass wrote:
Hi Stephen,
On 17 October 201
On 10/17/2016 04:35 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> SoC-specific logic may be required for all forms of cache-wide
> operations; invalidate and flush of both dcache and icache (note that
> only 3 of the 4 possible combinations make sense, since the icache never
> contains dirt
Hi Stephen,
On 18 October 2016 at 16:54, Stephen Warren wrote:
> On 10/18/2016 01:56 PM, Simon Glass wrote:
>>
>> Hi Stephen,
>>
>> On 18 October 2016 at 13:10, Stephen Warren wrote:
>>>
>>> On 10/18/2016 01:03 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 2016 at 12:
On 10/18/2016 05:08 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 2016 at 16:54, Stephen Warren wrote:
On 10/18/2016 01:56 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 2016 at 13:10, Stephen Warren wrote:
On 10/18/2016 01:03 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 201
This erratum is already implemented for other ARM based QorIQ
platforms with the Gen4 DDR controller. Port the fix to the Gen3
controller and enable it for T2080 and T2081.
Reviewed-by: Chris Packham
Signed-off-by: Hamish Martin
Cc: York Sun
---
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 3 +
On Wed, Oct 19, 2016 at 01:00:52AM +0900, Masahiro Yamada wrote:
> Hi Tom.
>
> I was a bit late for -rc2, but please pull some more for UniPhier SoCs:
>
> * rework clk driver to re-use corresponding clk data from Linux
> * Re-sync DT with Linux
> * Reset migrate from ad-hoc code to the reset
Hi Stephen,
On 18 October 2016 at 17:33, Stephen Warren wrote:
> On 10/18/2016 05:08 PM, Simon Glass wrote:
>>
>> Hi Stephen,
>>
>> On 18 October 2016 at 16:54, Stephen Warren wrote:
>>>
>>> On 10/18/2016 01:56 PM, Simon Glass wrote:
Hi Stephen,
On 18 October 2016 at 13:
Hi,
On 18 October 2016 at 05:47, dlbp90 wrote:
> Hello everybody!!!
> I need to port an operating system from x86 architecture to ARM
> architecture.
> In particular i'm using a Cubietruck board board with Cortex A-7 CPU.
>
> Initially i would use U-boot as bootloader for my operating system: so
Hi Tom,
On Tue, Oct 18, 2016 at 9:35 PM, Tom Rini wrote:
> On Tue, Oct 18, 2016 at 09:19:59AM -0400, Tom Rini wrote:
>> On Tue, Oct 18, 2016 at 10:36:41AM +0800, Bin Meng wrote:
>> > Hi Tom,
>> >
>> > On Sat, Oct 15, 2016 at 7:32 AM, Tom Rini wrote:
>> > > Hey guys,
>> > >
>> > > After making St
Hi,
On Tuesday 18 October 2016 05:15 PM, Marek Vasut wrote:
> On 10/18/2016 10:23 AM, Vignesh R wrote:
>>
>>
>> On Thursday 06 October 2016 04:49 PM, Vignesh R wrote:
>>> If the write transaction size(write_bytes) is not a multiple of word
>>> length, then issue word length writes till the we reac
Supporting shell-style wildcards for the --defconfigs option will be
useful to run the moveconfig tool against a specific platform. For
example, "uniphier*" in the file passed by --defconfigs option will
be expanded to defconfig files that start with "uniphier". This is
easier than listing out al
2016-10-19 4:25 GMT+09:00 Tom Rini :
> On Wed, Oct 19, 2016 at 01:23:24AM +0900, Masahiro Yamada wrote:
>> Hi Tom,
>>
>> 2016-10-17 5:12 GMT+09:00 Tom Rini :
>> > On Mon, Oct 17, 2016 at 02:17:23AM +0900, Masahiro Yamada wrote:
>> >> This will make the log more readable. The log is not determinist
Hi Jagan,
I am sorry for late answer.
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Jagan Teki
> Sent: 2016年9月21日 16:24
> To: Wenyou Yang
> Cc: U-Boot Mailing List ; Stephen Warren
>
> Subject: Re: [U-Boot] [PATCH v10] dm: at91: Add driver model
81 matches
Mail list logo