Re: [U-Boot] [PATCH 2/2] tools: moveconfig: process defconfig files in alphabetical order

2016-10-18 Thread Masahiro Yamada
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

Re: [U-Boot] qemu-x86 issues

2016-10-18 Thread Bin Meng
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: >> >

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-18 Thread Vignesh R
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

[U-Boot] [PATCH v2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-18 Thread Masahiro Yamada
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

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-18 Thread Vignesh R
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

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Oscar Gomez Fuente
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:

[U-Boot] Please pull u-boot-x86

2016-10-18 Thread Bin Meng
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:

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-18 Thread Chin Liang See
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

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-18 Thread Chin Liang See
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

Re: [U-Boot] Booting from MMC, other partition

2016-10-18 Thread Jaehoon Chung
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. >

Re: [U-Boot] [ANN] U-Boot v2016.11-rc2 released

2016-10-18 Thread Peter Robinson
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

Re: [U-Boot] i2c: mxc: refactor i2c driver and support dm

2016-10-18 Thread Jagan Teki
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:

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Oscar Gomez Fuente
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

Re: [U-Boot] [v2, 5/5] arch/arm, arch/powerpc: enable workaround for eSDHC erratum A009620

2016-10-18 Thread Y.B. Lu
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:

Re: [U-Boot] [PATCH] spi: cadence_qspi_apb: Improve indirect write transaction

2016-10-18 Thread Marek Vasut
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

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-18 Thread Marek Vasut
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,

[U-Boot] [PATCH] efi_loader: Revert device_handle to disk after net boot

2016-10-18 Thread Alexander Graf
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

[U-Boot] Booting a proprietary OS

2016-10-18 Thread dlbp90
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

Re: [U-Boot] qemu-x86 issues

2016-10-18 Thread Tom Rini
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

[U-Boot] [PULL] efi patch queue 2016-10-18

2016-10-18 Thread Alexander Graf
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

Re: [U-Boot] qemu-x86 issues

2016-10-18 Thread Tom Rini
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

Re: [U-Boot] [PATCH] pinctrl: uniphier: fix unused-const-variable warnings for GCC 6.x

2016-10-18 Thread Marek Vasut
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: >>

Re: [U-Boot] [RFC] 0/4] Add Pl330 DMA support

2016-10-18 Thread Dinh Nguyen
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

Re: [U-Boot] [PATCH] ARM: uniphier: fix addresses of Cortex-A72 gear setting macros

2016-10-18 Thread Masahiro Yamada
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 0/3] ARM: uniphier: some more UniPhier SoC code updates

2016-10-18 Thread Masahiro Yamada
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 > >

Re: [U-Boot] [PATCH v5 5/7] armv8: ls2080a: Declare spin tables as reserved for efi loader

2016-10-18 Thread york sun
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 >>>

Re: [U-Boot] [PATCH] pinctrl: uniphier: fix unused-const-variable warnings for GCC 6.x

2016-10-18 Thread Masahiro Yamada
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

Re: [U-Boot] [PATCH] doc/README.uniphier: add build instruction for 64bit SoCs

2016-10-18 Thread Masahiro Yamada
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] pull request: u-boot-uniphier/master

2016-10-18 Thread Masahiro Yamada
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

Re: [U-Boot] [PATCH 1/2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-18 Thread Masahiro Yamada
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Simon Glass
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

Re: [U-Boot] [PATCH 2/2] tools: moveconfig: process defconfig files in alphabetical order

2016-10-18 Thread Masahiro Yamada
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

Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-18 Thread Simon Glass
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

Re: [U-Boot] Please pull u-boot-x86

2016-10-18 Thread Tom Rini
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

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Michal Simek
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 >

Re: [U-Boot] [PULL] efi patch queue 2016-10-18

2016-10-18 Thread Tom Rini
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

Re: [U-Boot] Please pull u-boot-x86

2016-10-18 Thread Tom Rini
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 > >

Re: [U-Boot] [RFC] 0/4] Add Pl330 DMA support

2016-10-18 Thread Marek Vasut
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

[U-Boot] *preferred* place in u-boot to tweak device tree?

2016-10-18 Thread Robert P. J. Day
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

[U-Boot] Blackfin serial driver

2016-10-18 Thread Simon Glass
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

Re: [U-Boot] efi_loader: Revert device_handle to disk after net boot

2016-10-18 Thread Alexander Graf
> 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.

Re: [U-Boot] [v2, 5/5] arch/arm, arch/powerpc: enable workaround for eSDHC erratum A009620

2016-10-18 Thread york sun
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 \ >

[U-Boot] [PULL v2] efi patch queue 2016-10-18

2016-10-18 Thread Alexander Graf
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 2/2] tools: moveconfig: process defconfig files in alphabetical order

2016-10-18 Thread 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 deterministic > >> in case of

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread york sun
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

Re: [U-Boot] [PATCH 1/2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-18 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Stephen Warren
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;

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Simon Glass
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 >>> >>>

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Stephen Warren
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

Re: [U-Boot] [PATCH v5 1/7] ls2080: Exit dpaa only right before exiting U-Boot

2016-10-18 Thread york sun
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- >>>

Re: [U-Boot] [PATCH 1/2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-18 Thread Tom Rini
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

Re: [U-Boot] [PATCH v5 7/7] efi_loader: Declare secure memory as reserved

2016-10-18 Thread york sun
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,

Re: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI

2016-10-18 Thread Simon Glass
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

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-10-18 Thread Simon Glass
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

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-10-18 Thread Simon Glass
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. >> >>

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Simon Glass
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:

[U-Boot] Help with spl: zImage support in Falcon mode

2016-10-18 Thread Diego Dorta
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.

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Michal Simek
On 17.10.2016 23:28, Moritz Fischer wrote: > Hi Oscar, > > On Mon, Oct 17, 2016 at 5:33 PM, Oscar Gomez Fuente > wrote: >> Ok Michal, >> >> Then you're suggesting change the zynq-picozed.dts file to: > > If you're planning to include this into others, make it a .dtsi

Re: [U-Boot] [PATCH v3 2/2] zynq: nand: Enable Nand flash controller driver a zynq board

2016-10-18 Thread Michal Simek
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 > --- >

Re: [U-Boot] efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}

2016-10-18 Thread Alexander Graf
> 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 >

Re: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI

2016-10-18 Thread Alexander Graf
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

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-10-18 Thread Alexander Graf
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

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Michal Simek
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 > +++

Re: [U-Boot] [PATCH 0/6] Add ARMv8 PSCI framework

2016-10-18 Thread Hongbo Zhang
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

Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-18 Thread Maxime Ripard
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread york sun
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 > >

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Stephen Warren
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

Re: [U-Boot] Please pull u-boot-x86

2016-10-18 Thread Tom Rini
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 > >

Re: [U-Boot] [U-Boot, v1] watchdog: Fix Watchdog Reset while in U-Boot Prompt

2016-10-18 Thread Tom Rini
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

[U-Boot] Some issues with the python tests

2016-10-18 Thread Stefan Bruens
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,

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Stephen Warren
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

Re: [U-Boot] Booting a proprietary OS

2016-10-18 Thread Simon Glass
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Simon Glass
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:

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread Simon Glass
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:

[U-Boot] [PATCH] powerpc/t2080: DDR controller erratum A-009942

2016-10-18 Thread Hamish Martin
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

Re: [U-Boot] pull request: u-boot-uniphier/master

2016-10-18 Thread Tom Rini
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

Re: [U-Boot] [PULL v2] efi patch queue 2016-10-18

2016-10-18 Thread Tom Rini
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

Re: [U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-18 Thread york sun
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